]> git.proxmox.com Git - pve-manager.git/commit
fix #4571: ui: ceph: allow adding extra-ID for multiple MDS per node
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Mar 2023 10:22:07 +0000 (11:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Mar 2023 11:03:37 +0000 (12:03 +0100)
commit2d6c2886a74c89698985a21bd7caf282cb15e6de
tree3a7aa4e9f1c203291c33b88c12b18c7ea8b611fc
parentde422b3e7e076e5d438c895a3a30b740664eb06a
fix #4571: ui: ceph: allow adding extra-ID for multiple MDS per node

One MDS can only serve a single CephFS at a time and for redundancy
one wants to have standby's on other nodes.

But with multiple CephFS instances a single MDS per node might not be
enough, e.g., with three FS on a three-node cluster a failure of one
node would mean that on CephFS won't work anymore.

While the API and CLI allowed to set up multiple CephFS per node
already, the UI didn't. Address this by adding an `Extra ID` field
that will be suffixed to the base ID, which always contains the node
as that makes sorting and also associating services to their node
easier.

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