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: v12.2.5~152^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae4524629885120cd637973d3818fce331b680e0;p=ceph.git doc/install add missing lvm subcommand for ceph-volume Signed-off-by: Alfredo Deza (cherry picked from commit c66300db8342f6f854bbb7ec8f45a9f08bc5a99c) --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 3f6d5cfc9582..8899c92fbfea 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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::