Merge pull request #20673 from ceph/wip-rm23148

docs fix ceph-volume missing sub-commands

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
Alfredo Deza 2018-03-02 09:49:30 -05:00 committed by GitHub
commit cf65a91acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View 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::

View File

@ -84,7 +84,7 @@ more data migration than should be necessary, so it is not optimal.
This requires you do identify which device to wipe based on what you saw
mounted above. BE CAREFUL! ::
ceph-volume create --bluestore --data $DEVICE --osd-id $ID
ceph-volume lvm create --bluestore --data $DEVICE --osd-id $ID
#. Repeat.