From 20b621fceb865403e19e1d7876f81e670829ff59 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Fri, 21 Mar 2025 17:59:02 -0400 Subject: [PATCH] doc/cephadm/services: Add mention of --zap for OSD removal Signed-off-by: Anthony D'Atri --- doc/cephadm/services/osd.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index bc72a1903d58a..b4072adb50cf7 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -288,26 +288,29 @@ Remove an OSD Removing an OSD from a cluster involves two steps: -#. evacuating all placement groups (PGs) from the OSD -#. removing the PG-free OSD from the cluster +#. Evacuating all placement groups (PGs) from the OSD +#. Removing the PG-free OSD from the cluster The following command performs these two steps: .. prompt:: bash # - ceph orch osd rm [--replace] [--force] + ceph orch osd rm [--replace] [--force] [--zap] Example: .. prompt:: bash # ceph orch osd rm 0 + ceph orch osd rm 1138 --zap Expected output:: Scheduled OSD(s) for removal -OSDs that are not safe to destroy will be rejected. +OSDs that are not safe to destroy will be rejected. Adding the ``--zap`` flag +directs the orchestrator to remove all LVM and partition information from the +OSD's drives, leaving it a blank slate for redeployment or other reuse. .. note:: After removing OSDs, if the OSDs' drives -- 2.39.5