]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/cephadm: fix host maintenance enter/exit syntax - 49647/head
authorRanjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
Tue, 27 Dec 2022 05:08:26 +0000 (10:38 +0530)
committerAdam King <adking@redhat.com>
Thu, 5 Jan 2023 18:57:49 +0000 (13:57 -0500)
Signed-off-by: Ranjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
(cherry picked from commit ffea636176162c5db0a2f70e1bec9daf56ac8cfc)

doc/dev/cephadm/host-maintenance.rst

index af48dee01a6662bb49cf83c919bf112881bf5448..2b84ec7bddb001da06f79e9dc4e49417eeaf2ef1 100644 (file)
@@ -32,8 +32,8 @@ The ceph orch command will be extended to support maintenance.
 
 .. code-block::
 
-    ceph orch host enter-maintenance <host> [ --check ]
-    ceph orch host exit-maintenance <host> 
+    ceph orch host maintenance enter <host> [ --force ]
+    ceph orch host maintenance exit <host>
 
 .. note:: In addition, the host's status should be updated to reflect whether it
    is in maintenance or not.