mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 04:51:09 +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 = [
|
me.data = [
|
||||||
['', 'Default (no cache)'],
|
['', 'Default (no cache)'],
|
||||||
|
['directsync', 'Direct sync'],
|
||||||
['writethrough', 'Write through'],
|
['writethrough', 'Write through'],
|
||||||
['writeback', 'Write back'],
|
['writeback', 'Write back'],
|
||||||
['unsafe', 'Write back (unsafe)'],
|
['unsafe', 'Write back (unsafe)'],
|
||||||
|
Loading…
Reference in New Issue
Block a user