mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-03 21:20:56 +00:00
ui: ceph install: remove advanced option pg_bits
Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
parent
f992ef807e
commit
bf996912e2
@ -241,20 +241,10 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
||||
this.validate();
|
||||
},
|
||||
emptyText: '2'
|
||||
},
|
||||
{
|
||||
xtype: 'numberfield',
|
||||
name: 'pg_bits',
|
||||
fieldLabel: 'Placement group bits',
|
||||
value: '',
|
||||
maxValue: 14,
|
||||
minValue: 6,
|
||||
allowBlank: true,
|
||||
emptyText: '6'
|
||||
}
|
||||
],
|
||||
onGetValues: function(values) {
|
||||
['cluster-network', 'size', 'min_size', 'pg_bits'].forEach(function(field) {
|
||||
['cluster-network', 'size', 'min_size'].forEach(function(field) {
|
||||
if (!values[field]) {
|
||||
delete values[field];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user