]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install add missing lvm subcommand for ceph-volume
authorAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 19:22:01 +0000 (14:22 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 2 Mar 2018 15:13:57 +0000 (10:13 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit c66300db8342f6f854bbb7ec8f45a9f08bc5a99c)

doc/install/manual-deployment.rst

index 3f6d5cfc95826c8ed0df1be9a3a0fc592c4f1d1a..8899c92fbfea876c445c12c34d53ea9edd81b5ec 100644 (file)
@@ -342,7 +342,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::
@@ -381,7 +381,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::