From 0291118183c3cb053add36546a94fc804aa51642 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Aug 2017 12:24:33 -0400 Subject: [PATCH] doc/rados/configuration/bluestore-config-ref: fix indentation Signed-off-by: Sage Weil --- doc/rados/configuration/bluestore-config-ref.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 86c44ce00e7e..8d8ace653c45 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -12,12 +12,14 @@ In the simplest case, BlueStore consumes a single (primary) storage device. The storage device is normally partitioned into two parts: #. A small partition is formatted with XFS and contains basic metadata -for the OSD. This *data directory* includes information about the OSD -(its identifier, which cluster it belongs to, and its private keyring. + for the OSD. This *data directory* includes information about the + OSD (its identifier, which cluster it belongs to, and its private + keyring. + #. The rest of the device is normally a large partition occupying the -rest of the device that is managed directly by BlueStore contains all -of the actual data. This *main device* is normally identifed by a -``block`` symlink in data directory. + rest of the device that is managed directly by BlueStore contains + all of the actual data. This *primary device* is normally identifed + by a ``block`` symlink in data directory. It is also possible to deploy BlueStore across two additional devices: -- 2.47.3