public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] pveceph: install: set default to reef
@ 2023-11-23  9:33 Aaron Lauterer
  2023-11-23  9:48 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2023-11-23  9:33 UTC (permalink / raw)
  To: pve-devel

to align it with the default in the web UI

Signed-off-by: Aaron Lauterer <a.lauterer@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-23  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23  9:33 [pve-devel] [PATCH manager] pveceph: install: set default to reef Aaron Lauterer
2023-11-23  9:48 ` Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal