]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/ceph-volume update flags for activate 21570/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 20 Apr 2018 16:22:40 +0000 (12:22 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 Apr 2018 16:48:09 +0000 (12:48 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/man/8/ceph-volume.rst

index 496a0c9fec2c16c5ea3510cc1e745262c0f49738..d38cb624ef588860f8ea8439905d8de9906ac711 100644 (file)
@@ -50,13 +50,18 @@ enabled and needs to be mounted.
 
 Usage::
 
-    ceph-volume lvm activate --filestore <osd id> <osd fsid>
+    ceph-volume lvm activate --bluestore <osd id> <osd fsid>
 
 Optional Arguments:
 
 * [-h, --help]  show the help message and exit
+* [--auto-detect-objectstore] Automatically detect the objecstore by inspecting
+  the OSD
 * [--bluestore] bluestore objectstore (default)
 * [--filestore] filestore objectstore
+* [--all] Activate all OSDs found in the system
+* [--no-systemd] Skip creating and enabling systemd units and starting of OSD
+  services
 
 
 **prepare**