fix #1230: add blocksize for ZFSPoolPlugin

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2017-01-03 12:23:35 +01:00 committed by Dietmar Maurer
parent ff79a11669
commit 4e31f56f0f

View File

@ -108,6 +108,13 @@ Ext.define('PVE.storage.ZFSPoolInputPanel', {
checked: false,
uncheckedValue: 0,
fieldLabel: gettext('Thin provision')
},
{
xtype: 'textfield',
name: 'blocksize',
emptyText: '8k',
fieldLabel: gettext('Block Size'),
allowBlank: true
}
];