Description of problem: As per upstream docs when orch is paused operations like deploy and remove are paused https://docs.ceph.com/en/latest/cephadm/operations/ When we execute commands like apply and rm we could receive o/p say that orchestration has been paused instead of scheduled and removed which indicates the process is happening. [1]# ceph orch status Backend: cephadm Available: Yes Paused: Yes # ceph orch apply mon 3 Scheduled mon update... # ceph orch rm crash Removed service crash Version-Release number of selected component (if applicable): ceph version 16.2.7-74.el8cp How reproducible: 1/1 Steps to Reproduce: 1.pause orchestration using ceph orch pause 2. execute apply/rm command Actual results: the o/p represents that operation has been scheduled which misleads the user/customer # ceph orch apply mon 3 Scheduled mon update... Expected results: the o/p should represents that operation has been paused