From: Alfredo Deza Date: Thu, 17 May 2018 13:40:15 +0000 (-0400) Subject: doc/man/ceph-volume explain encryption and activate all with examples X-Git-Tag: v12.2.6~33^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22530%2Fhead;p=ceph.git doc/man/ceph-volume explain encryption and activate all with examples Signed-off-by: Alfredo Deza (cherry picked from commit 0a4cebd1dda876cfc19fbfb97c668d4dae05097c) --- diff --git a/doc/man/8/ceph-volume.rst b/doc/man/8/ceph-volume.rst index d38cb624ef588..50a2e52803928 100644 --- a/doc/man/8/ceph-volume.rst +++ b/doc/man/8/ceph-volume.rst @@ -63,6 +63,10 @@ Optional Arguments: * [--no-systemd] Skip creating and enabling systemd units and starting of OSD services +Multiple OSDs can be activated at once by using the (idempotent) ``--all`` flag:: + + ceph-volume lvm activate --all + **prepare** Prepares a logical volume to be used as an OSD and journal using a ``filestore`` @@ -90,6 +94,10 @@ Required arguments: * --data A logical group name or a path to a logical volume +For encrypting an OSD, the ``--dmcrypt`` flag must be added when preparing +(also supported in the ``create`` sub-command). + + **create** Wraps the two-step process to provision a new osd (calling ``prepare`` first and then ``activate``) into a single one. The reason to prefer ``prepare`` and