mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 20:15:55 +00:00
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:
parent
0e1178d8d2
commit
41af7c5e7e
@ -50,6 +50,7 @@ Ext.define('PVE.ceph.CephVersionSelector', {
|
|||||||
},
|
},
|
||||||
data: [
|
data: [
|
||||||
{ release: "quincy", version: "17.2" },
|
{ release: "quincy", version: "17.2" },
|
||||||
|
{ release: "reef", version: "18.2" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user