From: John Wilkins Date: Wed, 30 Oct 2013 22:19:22 +0000 (-0700) Subject: doc: Removed install libvirt. Consolidated to install-vm-cloud. X-Git-Tag: v0.73~28^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fba056af8f5338e434b2465d1d82df47323bee85;p=ceph.git doc: Removed install libvirt. Consolidated to install-vm-cloud. Signed-off-by: John Wilkins --- diff --git a/doc/install/install-libvirt.rst b/doc/install/install-libvirt.rst deleted file mode 100644 index 7b17b0ea2003..000000000000 --- a/doc/install/install-libvirt.rst +++ /dev/null @@ -1,51 +0,0 @@ -================= - Install libvirt -================= - -To use ``libvirt`` with Ceph, you must have a running Ceph Storage Cluster, and -you must have installed and configured `QEMU`_. - - -Debian Packages -=============== - -``libvirt`` packages are incorporated into Ubuntu 12.04 Precise Pangolin and -later versions of Ubuntu. To install ``libvirt`` on these distributions, -execute the following:: - - sudo apt-get update && sudo apt-get install libvirt-bin - - -RPM Packages -============ - -To use ``libvirt`` with a Ceph Storage Cluster, you must have a running Ceph -Storage Cluster and you must also install a version of QEMU with ``rbd`` format -support. See `QEMU`_ for details. - - -``libvirt`` packages are incorporated into the recent CentOS/RHEL distributions. -To install ``libvirt``, execute the following:: - - sudo yum install libvirt - - -Build ``libvirt`` -================= - -For Ubuntu distributions 11.10 oneiric and earlier, you must build ``libvirt`` -from source. Clone the ``libvirt`` repository, and use `AutoGen`_ to generate -the build. Then, execute ``make`` and ``make install`` to complete the -installation. For example:: - - git clone git://libvirt.org/libvirt.git - cd libvirt - ./autogen.sh - make - sudo make install - -See `libvirt Installation`_ for details. - -.. _libvirt Installation: http://www.libvirt.org/compiling.html -.. _AutoGen: http://www.gnu.org/software/autogen/ -.. _QEMU: ../install-qemu