Commit c0c960a2 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

expose directsync drive cache option

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent ff6cd700
...@@ -7,6 +7,7 @@ Ext.define('PVE.form.CacheTypeSelector', { ...@@ -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)'],
......
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