Updated Ceph guide for typos

Change-Id: I110b8bdfe47ed3ea6b577f4891ec5bc5e1d2f9de
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2015-11-20 10:15:26 +05:30
parent 8dd36c11bb
commit 10c1281d4f

View File

@ -16,7 +16,7 @@ For the disks used for Ceph, execute the following operations:
<WARNING ALL DATA ON $DISK will be LOST!>
parted $DISK -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP 1 -1
where $DISK == /dev/sdb or something similiar
where $DISK == /dev/sdb or something similar
The following shows an example of using parted to configure /dev/sdb for usage with Kolla.