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

* Re: [pve-devel] [PATCH manager] pveceph: install: set default to reef
  2023-11-23  9:33 [pve-devel] [PATCH manager] pveceph: install: set default to reef Aaron Lauterer
@ 2023-11-23  9:48 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-11-23  9:48 UTC (permalink / raw)
  To: Proxmox VE development discussion, Aaron Lauterer

Am 23/11/2023 um 10:33 schrieb Aaron Lauterer:
> to align it with the default in the web UI

the default in the web UI is actually dynamic and depends if anything is
already installed on the cluster. This is still lacking here, IIRC
there is an open enhancement request about that (did not find it after
a quick search)

As we did not update the default for the quincy introduction in Proxmox VE 7
I waited out here too, IMO it'd be better to change to the "smart detection"
by default, as then we could upgrade this with every ceph release without
any implication for existing clusters.




^ 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