mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
add cache=unsafe mode
This commit is contained in:
parent
7e79e293e8
commit
9a488b19e6
@ -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']
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user