]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/cephadm: fix host maintenance enter/exit syntax - 49583/head
authorRanjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
Tue, 27 Dec 2022 05:08:26 +0000 (10:38 +0530)
committerRanjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
Tue, 27 Dec 2022 05:08:26 +0000 (10:38 +0530)
Signed-off-by: Ranjini Mandyam Narasiodeyar <rmandyam@rmandyam.remote.csb>
doc/dev/cephadm/host-maintenance.rst

index ff126d2ada9c29d66ad7951dab308dd231bc75b9..c54e0495c7381a3ec4c9b8109742a6ddd00c1b70 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.