diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-05-30 20:26:03 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-05-30 20:26:03 -0700 |
commit | eb35d739ae85129148737c9537af038f0b6ac615 (patch) | |
tree | 3437c8285fcfcce9c02e79a1f110030b2c0a533b | |
parent | 65294bf67ef35a00f0dff1c6142738e0dcd6d274 (diff) | |
download | ceph-eb35d739ae85129148737c9537af038f0b6ac615.tar.gz |
doc: Updated title to reflect glossary usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rbd/rbd.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rbd/rbd.rst b/doc/rbd/rbd.rst index 2e9e34bf250..896a7ed68ad 100644 --- a/doc/rbd/rbd.rst +++ b/doc/rbd/rbd.rst @@ -1,6 +1,6 @@ -=============== - Block Devices -=============== +=================== + Ceph Block Device +=================== A block is a sequence of bytes (for example, a 512-byte block of data). Block-based storage interfaces are the most common way to store data with |