mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
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:
commit
cf65a91acf
@ -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::
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user