From: Thomas Lamprecht Date: Tue, 17 Oct 2023 10:54:57 +0000 (+0200) Subject: ui: ceph wizard: switch to reef as default release for new setups X-Git-Url: https://git.proxmox.com/?p=pve-manager.git;a=commitdiff_plain;h=39d58bb5b29e26934465f3a6255e19247079706b ui: ceph wizard: switch to reef as default release for new setups Signed-off-by: Thomas Lamprecht --- diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index 63dec054..f33ae868 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -147,7 +147,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { viewModel: { data: { nodename: '', - cephRelease: 'quincy', + cephRelease: 'reef', cephRepo: 'enterprise', configuration: true, isInstalled: false,