[pve-devel] [PATCH manager] pveceph: install: set default to reef
Aaron Lauterer
a.lauterer at proxmox.com
Thu Nov 23 10:33:18 CET 2023
to align it with the default in the web UI
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
PVE/CLI/pveceph.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm
index 5f45610b..68b93b89 100755
--- a/PVE/CLI/pveceph.pm
+++ b/PVE/CLI/pveceph.pm
@@ -115,7 +115,7 @@ my sub has_valid_subscription {
}
my $supported_ceph_versions = ['quincy', 'reef'];
-my $default_ceph_version = 'quincy';
+my $default_ceph_version = 'reef';
__PACKAGE__->register_method ({
name => 'install',
--
2.39.2
More information about the pve-devel
mailing list