pve-manager/www/manager6/ceph
Thomas Lamprecht 2d6c2886a7 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>
2023-03-17 12:03:37 +01:00
..
CephInstallWizard.js ui: ceph: use quincy as new default for fresh installations 2022-09-15 07:42:24 +02:00
Config.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
Crush.js ui: ceph crush: code cleanups 2021-04-23 18:55:46 +02:00
FS.js sorters: use correct property 'direction' and keep default 'ASC' 2021-12-16 10:11:48 +01:00
Log.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
Monitor.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
OSD.js ui: osd: add details window 2023-03-15 18:24:27 +01:00
OSDDetails.js ui: osd: add details window 2023-03-15 18:24:27 +01:00
Pool.js ui: create ceph pool: fix false-positive trigger showing advanced fields 2023-03-11 17:38:38 +01:00
ServiceList.js fix #4571: ui: ceph: allow adding extra-ID for multiple MDS per node 2023-03-17 12:03:37 +01:00
Services.js ui: ceph: fixup optional chaining operator 2021-11-12 17:06:50 +01:00
Status.js ui: ceph status: avoid messing with internal state of warning grid 2023-03-08 17:54:19 +01:00
StatusDetail.js ui: make ceph charts change color more dynamically 2023-03-08 17:55:41 +01:00