From c66300db8342f6f854bbb7ec8f45a9f08bc5a99c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 1 Mar 2018 14:22:01 -0500 Subject: [PATCH] doc/install add missing lvm subcommand for ceph-volume Signed-off-by: Alfredo Deza --- doc/install/manual-deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:: -- 2.39.5