diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:13 +0000 |
commit | 389020e14594e4894e28d1eb9103c210b142509e (patch) | |
tree | 2ba734cdd7a243f46dda7c3d0cc88c2293d9699f /doc/rbd/index.rst | |
parent | Adding upstream version 18.2.2. (diff) | |
download | ceph-389020e14594e4894e28d1eb9103c210b142509e.tar.xz ceph-389020e14594e4894e28d1eb9103c210b142509e.zip |
Adding upstream version 18.2.3.upstream/18.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/rbd/index.rst')
-rw-r--r-- | doc/rbd/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/rbd/index.rst b/doc/rbd/index.rst index 4a8029bba..96f1e1389 100644 --- a/doc/rbd/index.rst +++ b/doc/rbd/index.rst @@ -32,9 +32,9 @@ the ``librbd`` library. Ceph's block devices deliver high performance with vast scalability to `kernel modules`_, or to :abbr:`KVMs (kernel virtual machines)` such as `QEMU`_, and -cloud-based computing systems like `OpenStack`_ and `CloudStack`_ that rely on -libvirt and QEMU to integrate with Ceph block devices. You can use the same cluster -to operate the :ref:`Ceph RADOS Gateway <object-gateway>`, the +cloud-based computing systems like `OpenStack`_, `OpenNebula`_ and `CloudStack`_ +that rely on libvirt and QEMU to integrate with Ceph block devices. You can use +the same cluster to operate the :ref:`Ceph RADOS Gateway <object-gateway>`, the :ref:`Ceph File System <ceph-file-system>`, and Ceph block devices simultaneously. .. important:: To use Ceph Block Devices, you must have access to a running @@ -69,4 +69,5 @@ to operate the :ref:`Ceph RADOS Gateway <object-gateway>`, the .. _kernel modules: ./rbd-ko/ .. _QEMU: ./qemu-rbd/ .. _OpenStack: ./rbd-openstack +.. _OpenNebula: https://docs.opennebula.io/stable/open_cluster_deployment/storage_setup/ceph_ds.html .. _CloudStack: ./rbd-cloudstack |