From 32ccaca442502da18cf576c3fbff6a43b8b0bb10 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 d9554006c1a69..7378b15ceafe4 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -308,7 +308,7 @@ Replacing an OSD .. prompt:: bash # - orch osd rm --replace [--force] + ceph orch osd rm --replace [--force] Example: -- 2.39.5