summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-10-11 15:06:02 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-10-11 15:06:02 -0700
commit869b72105238e14ade36f7ebca857b8cfeb43af1 (patch)
treea3c6537b122a60bc0475a3299469d0deac3d64ae
parentd4668742ecf93dca6af114472c235b18ed4ac083 (diff)
downloadceph-869b72105238e14ade36f7ebca857b8cfeb43af1.tar.gz
doc: Added new libvirt install for RPM.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/libvirt-rpm.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/install/libvirt-rpm.rst b/doc/install/libvirt-rpm.rst
new file mode 100644
index 00000000000..a94c6e8ae12
--- /dev/null
+++ b/doc/install/libvirt-rpm.rst
@@ -0,0 +1,19 @@
+====================
+ Installing libvirt
+====================
+
+To use ``libvirt`` with a Ceph Storage Cluster, you must
+have a running Ceph Storage Cluster. You must also install QEMU.
+See `Installing QEMU`_ for details.
+
+
+``libvirt`` packages are incorporated into the recent CentOS/RHEL distributions.
+To install ``libvirt``, execute the following::
+
+ sudo yum install libvirt
+
+See `libvirt Installation`_ for details.
+
+
+.. _libvirt Installation: http://www.libvirt.org/compiling.html
+.. _Installing QEMU: ../qemu-rpm \ No newline at end of file