From: Thomas Lamprecht Date: Thu, 15 Sep 2022 05:41:39 +0000 (+0200) Subject: ui: ceph: use quincy as new default for fresh installations X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=87df8bde1d3a9b6d97e7a465bc2f1d65b5d48c28;p=pve-manager.git 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 --- diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index b19d1a5e..47efe182 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -143,7 +143,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { viewModel: { data: { nodename: '', - cephRelease: 'pacific', + cephRelease: 'quincy', configuration: true, isInstalled: false, },