]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph: add quincy installation support
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 14:52:35 +0000 (16:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 14:52:35 +0000 (16:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index bebfc319ec758e48da033d144cd75d9a1b90e303..79b0f4e4a446bce4036c6302e2c3958698676471 100644 (file)
@@ -51,6 +51,7 @@ Ext.define('PVE.ceph.CephVersionSelector', {
        data: [
            { release: "octopus", version: "15.2" },
            { release: "pacific", version: "16.2" },
+           { release: "quincy", version: "17.2" },
        ],
     },
 });
@@ -107,6 +108,7 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
                    14: 'nautilus',
                    15: 'octopus',
                    16: 'pacific',
+                   17: 'quincy',
                };
                let release = major2release[maxversion[0]] || 'unknown';
                let newestVersionTxt = `${Ext.String.capitalize(release)} (${maxversiontext})`;