From 845b05419ae870f87c66dcef4858d68e2ec8dd5c Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 13 May 2020 03:05:56 +1000 Subject: [PATCH] Incorporating sebastian-philipp's suggestions. Signed-off-by: Zac Dover --- doc/mgr/orchestrator.rst | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index ac5a40b79a6..602538699ca 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -107,36 +107,15 @@ Example:: Erase Devices (Zap Devices) --------------------------- -Erase (zap) a device so it can be re-used. +Erase (zap) a device so that it can be resued. ``zap`` calls ``ceph-volume zap`` on the remote host. :: - orch device zap + orch device zap Example command:: - ceph orch device zap my_hostname my_path true - -Parameters:: - - hostname: (string) - - path: (string) - - force: CephBool - -Ceph Module:: - - mgr - -Required Permissions:: - - rw - -Command Flags:: - - mgr - + ceph orch device zap my_hostname /dev/sdx Create OSDs -- 2.39.5