Commit 15b11246 authored by Dietmar Maurer's avatar Dietmar Maurer

add cache=unsafe mode

parent 8350ac00
......@@ -9,6 +9,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
['', 'Default (no cache)'],
['writethrough', 'Write through'],
['writeback', 'Write back'],
['unsafe', 'Write back (unsafe)'],
['none', 'No cache']
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment