]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph wizard: add Ceph 18.2 Reef to available releases
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 16:05:44 +0000 (18:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 16:05:46 +0000 (18:05 +0200)
still default to Ceph 17.2 Quincy for now, at least if there isn't a
Ceph Reef set-up in the cluster already.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index bda6f8d9f0a8271e45903db823adc2accd646913..af0b1668894294c54f044fa035819bfae48d5406 100644 (file)
@@ -50,6 +50,7 @@ Ext.define('PVE.ceph.CephVersionSelector', {
        },
        data: [
            { release: "quincy", version: "17.2" },
+           { release: "reef", version: "18.2" },
        ],
     },
 });