ui: ceph wizard: add Ceph 18.2 Reef to available releases

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>
This commit is contained in:
Thomas Lamprecht 2023-09-04 18:05:44 +02:00
parent 0e1178d8d2
commit 41af7c5e7e

View File

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