From 8d1dd1c4d4b9075f95da9af6da6ec03d2ceee793 Mon Sep 17 00:00:00 2001 From: Alexander Proschek Date: Sat, 20 May 2023 14:06:09 -0700 Subject: [PATCH] doc: Add missing `ceph` command in documentation section `REPLACING AN OSD` Signed-off-by: Alexander Proschek Signed-off-by: Alexander Proschek (cherry picked from commit 0557d5e465556adba6d25db62a40ba55a5dd2400) --- doc/cephadm/services/osd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index c9439e7956d..00e414c1b2b 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -317,7 +317,7 @@ Replacing an OSD .. prompt:: bash # - orch osd rm --replace [--force] + ceph orch osd rm --replace [--force] Example: -- 2.39.5