]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added new libvirt install for RPM.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:06:02 +0000 (15:06 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:06:02 +0000 (15:06 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/libvirt-rpm.rst [new file with mode: 0644]

diff --git a/doc/install/libvirt-rpm.rst b/doc/install/libvirt-rpm.rst
new file mode 100644 (file)
index 0000000..a94c6e8
--- /dev/null
@@ -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