ui: ceph install wizard: drop releases not supported for Proxmox VE 8

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-30 15:31:46 +02:00
parent 40d819c7bf
commit fa3dfb1c2c

View File

@ -49,8 +49,6 @@ Ext.define('PVE.ceph.CephVersionSelector', {
},
},
data: [
{ release: "octopus", version: "15.2" },
{ release: "pacific", version: "16.2" },
{ release: "quincy", version: "17.2" },
],
},
@ -109,6 +107,7 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
15: 'octopus',
16: 'pacific',
17: 'quincy',
18: 'reef',
};
let release = major2release[maxversion[0]] || 'unknown';
let newestVersionTxt = `${Ext.String.capitalize(release)} (${maxversiontext})`;