From 2f280d7490ab315519e3e7f424765546eed8c0e2 Mon Sep 17 00:00:00 2001 From: Ranjini Mandyam Narasiodeyar Date: Tue, 27 Dec 2022 10:38:26 +0530 Subject: [PATCH] doc/dev/cephadm: fix host maintenance enter/exit syntax - Signed-off-by: Ranjini Mandyam Narasiodeyar (cherry picked from commit ffea636176162c5db0a2f70e1bec9daf56ac8cfc) --- doc/dev/cephadm/host-maintenance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/cephadm/host-maintenance.rst b/doc/dev/cephadm/host-maintenance.rst index af48dee01a666..2b84ec7bddb00 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. -- 2.39.5