]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph wizard: switch to reef as default release for new setups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Oct 2023 10:54:57 +0000 (12:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Oct 2023 10:55:00 +0000 (12:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index 63dec054cb540f2023199e4a6c1a0cab44abab4f..f33ae868e3a76084e024be72698ebf2aa7d90c2c 100644 (file)
@@ -147,7 +147,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
     viewModel: {
        data: {
            nodename: '',
-           cephRelease: 'quincy',
+           cephRelease: 'reef',
            cephRepo: 'enterprise',
            configuration: true,
            isInstalled: false,