From 0557d5e465556adba6d25db62a40ba55a5dd2400 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 --- 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 c9439e7956d3..00e414c1b2bc 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.47.3