From: Alfredo Deza Date: Thu, 1 Mar 2018 19:22:01 +0000 (-0500) Subject: doc/install add missing lvm subcommand for ceph-volume X-Git-Tag: v13.0.2~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c66300db8342f6f854bbb7ec8f45a9f08bc5a99c;p=ceph.git doc/install add missing lvm subcommand for ceph-volume Signed-off-by: Alfredo Deza --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index dc1828d742819..67146c1fe5e3d 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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::