diff --git a/doc/install/install-vm-cloud.rst b/doc/install/install-vm-cloud.rst index a28a76a28f74f..3e1db12370f48 100644 --- a/doc/install/install-vm-cloud.rst +++ b/doc/install/install-vm-cloud.rst @@ -19,6 +19,8 @@ of Cloud Platforms include OpenStack, CloudStack, OpenNebula, etc. | QEMU | +---------------------------------------------------+ | librbd | + +---------------------------------------------------+ + | librados | +------------------------+-+------------------------+ | OSDs | | Monitors | +------------------------+ +------------------------+ diff --git a/doc/rbd/libvirt.rst b/doc/rbd/libvirt.rst index 76027734208c9..3488096628c38 100644 --- a/doc/rbd/libvirt.rst +++ b/doc/rbd/libvirt.rst @@ -31,6 +31,8 @@ illustrates how ``libvirt`` and QEMU use Ceph block devices via ``librbd``. | QEMU | +---------------------------------------------------+ | librbd | + +---------------------------------------------------+ + | librados | +------------------------+-+------------------------+ | OSDs | | Monitors | +------------------------+ +------------------------+ @@ -107,10 +109,11 @@ To configure Ceph for use with ``libvirt``, perform the following steps: admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok The ``client.libvirt`` section name should match the cephx user you created - above. If SELinux or AppArmor is enabled, note that this could prevent the - client process (qemu via libvirt) from writing the logs or admin socket to - the destination locations (``/var/log/ceph`` or ``/var/run/ceph``). - + above. + If SELinux or AppArmor is enabled, note that this could prevent the client + process (qemu via libvirt) from doing some operations, such as writing logs + or operate the images or admin socket to the destination locations (``/var/ + log/ceph`` or ``/var/run/ceph``). Preparing the VM Manager