diff options
author | Anthony D'Atri <anthonyeleven@users.noreply.github.com> | 2023-10-08 02:45:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 02:45:38 +0200 |
commit | 25775d5442cde9baa04fc3214161a764aecd12d5 (patch) | |
tree | b6bf051d823650891d41ab09db0630e7d35c967e | |
parent | Merge pull request #53790 from zdover23/wip-doc-2023-10-03-architecture-17-of-x (diff) | |
parent | doc/architecture: repair RBD sentence (diff) | |
download | ceph-25775d5442cde9baa04fc3214161a764aecd12d5.tar.xz ceph-25775d5442cde9baa04fc3214161a764aecd12d5.zip |
Merge pull request #53876 from zdover23/wip-doc-2023-10-08-architecture-rbd-sentence-repair
doc/architecture: repair RBD sentence
-rw-r--r-- | doc/architecture.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst index 5d431eef1eb..189977fc7be 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -1506,11 +1506,11 @@ Ceph Clients Ceph Clients include a number of service interfaces. These include: -- **Block Devices:** The :term:`Ceph Block Device` (a.k.a., RBD) service - provides resizable, thin-provisioned block devices with snapshotting and - cloning. Ceph stripes a block device across the cluster for high - performance. Ceph supports both kernel objects (KO) and a QEMU hypervisor - that uses ``librbd`` directly--avoiding the kernel object overhead for +- **Block Devices:** The :term:`Ceph Block Device` (a.k.a., RBD) service + provides resizable, thin-provisioned block devices that can be snapshotted + and cloned. Ceph stripes a block device across the cluster for high + performance. Ceph supports both kernel objects (KO) and a QEMU hypervisor + that uses ``librbd`` directly--avoiding the kernel object overhead for virtualized systems. - **Object Storage:** The :term:`Ceph Object Storage` (a.k.a., RGW) service |