This PR improves the section "Canceling an Upgrade"
in the "Upgrading Ceph" chapter of the cephadm
documentation.
I removed an extraneous prompt and rewrote a sentence
so that it was congruent with other sentences in similar
places elsewhere in the documentation.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Canceling an upgrade
====================
-You can stop the upgrade process at any time with:
+You can stop the upgrade process at any time by running the following command:
.. prompt:: bash #
- # ceph orch upgrade stop
+ ceph orch upgrade stop
Potential problems