ui: storage: Linux LIO/targetcli support
adding LIO option and dedicated "LIO target portal group" input field to the "Add: ZFS via iSCSI" dialog Signed-Off-By: Udo Rader <udo.rader@bestsolution.at>
This commit is contained in:
committed by
Thomas Lamprecht
parent
3f33951bb0
commit
27edbed532
@ -4,6 +4,7 @@ Ext.define('PVE.form.iScsiProviderSelector', {
|
|||||||
comboItems: [
|
comboItems: [
|
||||||
['comstar', 'Comstar'],
|
['comstar', 'Comstar'],
|
||||||
[ 'istgt', 'istgt'],
|
[ 'istgt', 'istgt'],
|
||||||
[ 'iet', 'IET']
|
[ 'iet', 'IET'],
|
||||||
|
[ 'LIO', 'LIO']
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@ -88,6 +88,13 @@ Ext.define('PVE.storage.ZFSInputPanel', {
|
|||||||
value: '',
|
value: '',
|
||||||
fieldLabel: gettext('Host group'),
|
fieldLabel: gettext('Host group'),
|
||||||
allowBlank: true
|
allowBlank: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: me.isCreate ? 'textfield' : 'displayfield',
|
||||||
|
name: 'lio_tpg',
|
||||||
|
value: '',
|
||||||
|
fieldLabel: gettext('LIO target portal group'),
|
||||||
|
allowBlank: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user