Bug 2097187
Summary: | Unable to redeploy the active mgr instance via "ceph orch daemon redeploy <mgr> <img>" command | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Pawan <pdhiran> |
Component: | Cephadm | Assignee: | Adam King <adking> |
Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
Severity: | high | Docs Contact: | Akash Raj <akraj> |
Priority: | unspecified | ||
Version: | 5.0 | CC: | adking, akraj, cephqe-warriors, msaini, rmandyam, vereddy |
Target Milestone: | --- | ||
Target Release: | 6.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-17.2.6-5.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.Scheduled daemon actions no longer get dropped on mgr failover
Previously, scheduled daemon actions would get dropped on Ceph Manager failover. Due to this, if users sent a `ceph orch daemon redeploy _MANAGER_DAEMON_NAME_`, where the Ceph Manager daemon specified is active, it would just failover, and never actually redeploy. Users would have to run the command again, once that manager daemon became a standby.
With this fix, scheduled daemon actions are saved somewhere persistent when they are scheduled. When you run `ceph orch daemon redeploy _MANAGER_DAEMON_NAME_` command specifying the active manager, It will first failover control to another manager, and then the other manager redeploys the previously active manager specified in the command.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-06-15 09:15:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2180567 | ||
Bug Blocks: | 2192813 |
Comment 18
errata-xmlrpc
2023-06-15 09:15:29 UTC
|