Merge "Revert "Fix a typo and complement doc in ceph-guide.rst""

This commit is contained in:
Jenkins 2017-07-13 08:05:11 +00:00 committed by Gerrit Code Review
commit 5320e5ea54

View File

@ -50,13 +50,9 @@ usage with Kolla.
Using an external journal drive Using an external journal drive
------------------------------- -------------------------------
Create a journal partition of 5 GByte and a data partition with the remaining The steps documented above created a journal partition of 5 GByte
storage capacity on the same tagged drive. and a data partition with the remaining storage capacity on the same tagged
drive.
::
parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_J 0 5GB
parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_D 5GB 100%
It is a common practice to place the journal of an OSD on a separate It is a common practice to place the journal of an OSD on a separate
journal drive. This section documents how to use an external journal drive. journal drive. This section documents how to use an external journal drive.