]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install add missing lvm subcommand for ceph-volume 20673/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 19:22:01 +0000 (14:22 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 19:22:01 +0000 (14:22 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/install/manual-deployment.rst

index dc1828d742819c58c70c270232a0209268ed7645..67146c1fe5e3d69fae851cf1d9fc2b199455ce5d 100644 (file)
@@ -349,7 +349,7 @@ activate):
    For example::
 
        ssh node1
-       sudo ceph-volume prepare --data /dev/hdd1
+       sudo ceph-volume lvm prepare --data /dev/hdd1
 
    Once prepared, the ``ID`` and ``FSID`` of the prepared OSD are required for
    activation. These can be obtained by listing OSDs in the current server::
@@ -388,7 +388,7 @@ activate):
    For example::
 
        ssh node1
-       sudo ceph-volume prepare --filestore --data /dev/hdd1 --journal /dev/hdd2
+       sudo ceph-volume lvm prepare --filestore --data /dev/hdd1 --journal /dev/hdd2
 
    Once prepared, the ``ID`` and ``FSID`` of the prepared OSD are required for
    activation. These can be obtained by listing OSDs in the current server::