ui: ceph: use quincy as new default for fresh installations

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>
This commit is contained in:
Thomas Lamprecht 2022-09-15 07:41:39 +02:00
parent 0ae45fc612
commit 87df8bde1d

View File

@ -143,7 +143,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
viewModel: {
data: {
nodename: '',
cephRelease: 'pacific',
cephRelease: 'quincy',
configuration: true,
isInstalled: false,
},