]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph: use quincy as new default for fresh installations
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Sep 2022 05:41:39 +0000 (07:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 15 Sep 2022 05:42:24 +0000 (07:42 +0200)
Note that we still check the cluster for an already used installation
and will select that, if any, so this is really just for setting up a
completely new cluster.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index b19d1a5e950d20e6a32c6942c7da9fb4dbc672c5..47efe18292b254358a86ca5282e97e97837c545a 100644 (file)
@@ -143,7 +143,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
     viewModel: {
        data: {
            nodename: '',
-           cephRelease: 'pacific',
+           cephRelease: 'quincy',
            configuration: true,
            isInstalled: false,
        },