From 10c1281d4f0a6347c6aff661163eadab4223577a Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Fri, 20 Nov 2015 10:15:26 +0530 Subject: [PATCH] Updated Ceph guide for typos Change-Id: I110b8bdfe47ed3ea6b577f4891ec5bc5e1d2f9de --- doc/ceph-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ceph-guide.rst b/doc/ceph-guide.rst index 97d735734e..fa0b97f2d6 100644 --- a/doc/ceph-guide.rst +++ b/doc/ceph-guide.rst @@ -16,7 +16,7 @@ For the disks used for Ceph, execute the following operations: 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.