mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 13:50:28 +00:00
expose directsync drive cache option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
4eaa793b19
commit
1d19319323
@ -7,6 +7,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
|
||||
|
||||
me.data = [
|
||||
['', 'Default (no cache)'],
|
||||
['directsync', 'Direct sync'],
|
||||
['writethrough', 'Write through'],
|
||||
['writeback', 'Write back'],
|
||||
['unsafe', 'Write back (unsafe)'],
|
||||
|
Loading…
Reference in New Issue
Block a user