mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 16:31:09 +00:00
ceph: gui: add autoscale mode to pool create
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
parent
c423489a41
commit
384132c3ab
@ -39,6 +39,19 @@ Ext.define('PVE.CephCreatePool', {
|
|||||||
name: 'crush_rule',
|
name: 'crush_rule',
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxKVComboBox',
|
||||||
|
fieldLabel: 'PG Autoscale Mode', // do not localize
|
||||||
|
name: 'pg_autoscale_mode',
|
||||||
|
comboItems: [
|
||||||
|
['warn', 'warn'],
|
||||||
|
['on', 'on'],
|
||||||
|
['off', 'off'],
|
||||||
|
],
|
||||||
|
value: 'warn',
|
||||||
|
allowBlank: false,
|
||||||
|
autoSelect: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxintegerfield',
|
xtype: 'proxmoxintegerfield',
|
||||||
fieldLabel: 'pg_num',
|
fieldLabel: 'pg_num',
|
||||||
|
Loading…
Reference in New Issue
Block a user