Bug 2108499
| Summary: | [RFE] [cephadm] : orch upgrade status : status to depict that upgrade is currently paused in case of error | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vasishta <vashastr> |
| Component: | Cephadm | Assignee: | Adam King <adking> |
| Status: | CLOSED DEFERRED | QA Contact: | Manasa <mgowri> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.2 | CC: | cephqe-warriors, mobisht, saraut |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | 9.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-08-29 07:40:40 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: | |||
Moving all the RFEs out of 9.0 as they were not prioritized by PMs, and engineering team doesn't have bandwidth to take them up. Closing this bug as part of bulk closing of bugs that have been open for more than a year without any significant updates. Please reopen with justification if you think this bug is still relevant and needs to be addressed in an upcoming release |
Description of problem: Tried upgrade from one build to another build. Image pull failed due to some DNS issue in image registry host. After DNS issue got fixed, upgrade did not proceed. Thought of restarting upgrade process as the upgrade in_progress was true. Tried upgrade pause to resume back considering it as resume. It would have been nice if upgrade status mentioned that upgrade is currently paced due to Error. Version-Release number of selected component (if applicable): 16.2.8-75.el8cp How reproducible: Tried twice faced twice. Steps to Reproduce: 1. Try upgrade of cluster using ceph orchestrator and induce failure as mentioned above. 2. Check upgrade status. Actual results: [ubuntu@magna032 ~]$ sudo ceph orch upgrade status { "target_image": "registry-proxy.engineering.redhat.com/rh-osbs/rhceph:ceph-5.2-rhel-8-containers-candidate-66591-20220715201234", "in_progress": true, "which": "Upgrading all daemon types on all hosts", "services_complete": [], "progress": "", "message": "Error: UPGRADE_FAILED_PULL: Upgrade: failed to pull target image" } [ubuntu@magna032 ~]$ sudo ceph orch upgrade pause Upgrade to registry-proxy.engineering.redhat.com/rh-osbs/rhceph:ceph-5.2-rhel-8-containers-candidate-66591-20220715201234 already paused Expected results: ceph orch upgrade to depect that the upgrade is paused. Additional info: This is an enhancement request from usability enhancement perspective.