From 14315cf25f433310a635450f21ceb1d4b7d61a1b Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Fri, 27 Feb 2015 11:21:03 +0100 Subject: [PATCH] doc: trivial: fix missing newlines in rbd man page As it were, the order, stripe_unit and stripe_count options were followed by descriptions rendered in the same monospace font as the options themselves. Insert newlines so they are rendered as regular text, as was the original intention. Signed-off-by: Florian Haas --- doc/man/8/rbd.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 7c85f9d4f07a..a5028eef17d8 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -322,14 +322,17 @@ bottleneck when individual images get large or busy. The striping is controlled by three parameters: .. option:: order + The size of objects we stripe over is a power of two, specifically 2^[*order*] bytes. The default is 22, or 4 MB. .. option:: stripe_unit + Each [*stripe_unit*] contiguous bytes are stored adjacently in the same object, before we move on to the next object. .. option:: stripe_count + After we write [*stripe_unit*] bytes to [*stripe_count*] objects, we loop back to the initial object and write another stripe, until the object reaches its maximum size (as specified by [*order*]. At that point, we move on to the next [*stripe_count*] objects. -- 2.47.3