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.