pve-manager/www/manager6/ceph
Aaron Lauterer 5b8d335a70 ui: osd: send in/out cmd to currently used node
The in & out commands for OSDs are not node specific and can be run on
any node in the Ceph cluster. By sending them to the node currently used
to access the UI they can still be sent even if the node on which the
OSDs are located is down.

This helps in a disaster scenario where a node is down. By default Ceph
will mark a downed OSD as out after 10 minutes. This could be too long
in some situations. Running the CLI command to mark the OSD as out
earlier on one of the remaining nodes does work, but if the admin is not
used doing it this way, this adds stress, in a potentially already
stressful situation.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2022-03-03 12:15:38 +01:00
..
CephInstallWizard.js ui: ceph install wizard: fix config exists note position 2021-10-01 09:36:07 +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: send in/out cmd to currently used node 2022-03-03 12:15:38 +01:00
Pool.js ui: ceph/Pools: defuse min_size warning 2021-06-18 17:18:02 +02:00
ServiceList.js ui: ceph fs: fix overriding renderer in controller 2021-12-10 13:24:11 +01:00
Services.js ui: ceph: fixup optional chaining operator 2021-11-12 17:06:50 +01:00
Status.js ui: ceph/Status: fix recovery percentage display 2021-07-07 18:08:34 +02:00
StatusDetail.js ui: ceph status details: refactoring and clenaups 2021-12-15 16:01:25 +01:00