mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +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)'],
|
||||
['writethrough', 'Write through'],
|
||||
['writeback', 'Write back'],
|
||||
['unsafe', 'Write back (unsafe)'],
|
||||
['none', 'No cache']
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user