mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 08:56:34 +00:00
fix #1230: add blocksize for ZFSPoolPlugin
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
ff79a11669
commit
4e31f56f0f
@ -108,6 +108,13 @@ Ext.define('PVE.storage.ZFSPoolInputPanel', {
|
|||||||
checked: false,
|
checked: false,
|
||||||
uncheckedValue: 0,
|
uncheckedValue: 0,
|
||||||
fieldLabel: gettext('Thin provision')
|
fieldLabel: gettext('Thin provision')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: 'textfield',
|
||||||
|
name: 'blocksize',
|
||||||
|
emptyText: '8k',
|
||||||
|
fieldLabel: gettext('Block Size'),
|
||||||
|
allowBlank: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user