From: Ranjini Mandyam Narasiodeyar Date: Tue, 27 Dec 2022 05:08:26 +0000 (+0530) Subject: doc/dev/cephadm: fix host maintenance enter/exit syntax - X-Git-Tag: v18.1.0~578^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49583%2Fhead;p=ceph.git doc/dev/cephadm: fix host maintenance enter/exit syntax - Signed-off-by: Ranjini Mandyam Narasiodeyar --- diff --git a/doc/dev/cephadm/host-maintenance.rst b/doc/dev/cephadm/host-maintenance.rst index ff126d2ada9c..c54e0495c738 100644 --- a/doc/dev/cephadm/host-maintenance.rst +++ b/doc/dev/cephadm/host-maintenance.rst @@ -32,8 +32,8 @@ The ceph orch command will be extended to support maintenance. .. code-block:: - ceph orch host enter-maintenance [ --check ] - ceph orch host exit-maintenance + ceph orch host maintenance enter [ --force ] + ceph orch host maintenance exit .. note:: In addition, the host's status should be updated to reflect whether it is in maintenance or not.