]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: ceph: pool creation: default auto-scale value to "on"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Apr 2021 17:17:44 +0000 (19:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Apr 2021 17:18:51 +0000 (19:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Pool.js

index 709c6ec8a61ba51daec8122a6e4c540968ecf97a..7680835ac777fa351589d93ae87fe96c0fef241f 100644 (file)
@@ -46,7 +46,7 @@ Ext.define('PVE.CephPoolInputPanel', {
                ['on', 'on'],
                ['off', 'off'],
            ],
-           value: 'warn',
+           value: 'on', // FIXME: check ceph version and only default to on on octopus and newer
            allowBlank: false,
            autoSelect: false,
            labelWidth: 140,