]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/man/8/ceph-volume.rst
update sources to 12.2.7
[ceph.git] / ceph / doc / man / 8 / ceph-volume.rst
index d38cb624ef588860f8ea8439905d8de9906ac711..50a2e52803928780463110ea6b71c6c895a10b80 100644 (file)
@@ -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