expose directsync drive cache option

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-04-09 17:23:45 +02:00 committed by Dietmar Maurer
parent 4eaa793b19
commit 1d19319323

View File

@ -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)'],