From: Zac Dover Date: Tue, 12 May 2020 17:05:56 +0000 (+1000) Subject: Incorporating sebastian-philipp's suggestions. X-Git-Tag: v16.1.0~2340^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34668%2Fhead;p=ceph.git Incorporating sebastian-philipp's suggestions. Signed-off-by: Zac Dover --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index ac5a40b79a69..602538699ca1 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