You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ceph_migrate] trigger mgr failover when cluster health is degraded
Add a task in post.yaml to trigger Ceph manager failover when the
cluster health status is not HEALTH_OK. This helps recover from
degraded cluster states after migration operations.
The task delegates to ComputeHCI nodes and uses /etc/ceph as the
config directory, ensuring proper execution context. It only runs
when ComputeHCI nodes are available and the cluster health is
degraded (HEALTH_WARN or HEALTH_ERR).
Also update fail_mgr.yaml to accept ceph_config_home as a
parameter, allowing callers to override the default temporary
client home directory. This enables the task to work correctly
when executed on ComputeHCI nodes where /etc/ceph is the
appropriate config location.
Signed-off-by: Roberto Alfieri <[email protected]>
0 commit comments