add cache=unsafe mode

This commit is contained in:
Dietmar Maurer 2011-11-18 05:52:55 +01:00
parent 7e79e293e8
commit 9a488b19e6

View File

@ -9,6 +9,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
['', 'Default (no cache)'], ['', 'Default (no cache)'],
['writethrough', 'Write through'], ['writethrough', 'Write through'],
['writeback', 'Write back'], ['writeback', 'Write back'],
['unsafe', 'Write back (unsafe)'],
['none', 'No cache'] ['none', 'No cache']
]; ];