]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Moved installation portion to the installation section.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:02:38 +0000 (15:02 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:02:38 +0000 (15:02 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rbd/qemu-rbd.rst

index 9d366f3ea8d82c1e9222f2522b2d37b39255e9a0..e0b55dee257f24e235fc2555fe69b47cff27b7fa 100644 (file)
@@ -27,33 +27,12 @@ image each time it spins up a new virtual machine.
 
 Ceph Block Devices can integrate with the QEMU virtual machine. For details on
 QEMU, see  `QEMU Open Source Processor Emulator`_. For QEMU documentation, see
-`QEMU Manual`_. 
+`QEMU Manual`_. For installation details, see `Installation`_.
 
 .. important:: To use Ceph Block Devices with QEMU, you must have access to a 
    running Ceph cluster.
 
 
-Installing QEMU (12.04 Precise and later)
-=========================================
-
-QEMU packages are incorporated into Ubuntu 12.04 Precise Pangolin and later
-versions. To  install QEMU, execute the following:: 
-
-       sudo apt-get install qemu
-
-Installing QEMU (11.10 Oneric and earlier)
-==========================================
-
-For Ubuntu distributions 11.10 Oneiric and earlier, you must install 
-the 0.15 version of QEMU or later. To build QEMU from source, use the
-following procedure::
-
-       cd {your-development-directory}
-       git clone git://git.qemu.org/qemu.git
-       cd qemu
-       ./configure --enable-rbd
-       make; make install
-
 Creating Images with QEMU
 =========================
 
@@ -199,4 +178,5 @@ QEMU command line settings override the Ceph configuration file settings.
 .. _QEMU Open Source Processor Emulator: http://wiki.qemu.org/Main_Page
 .. _QEMU Manual: http://wiki.qemu.org/Manual
 .. _RBD Cache: ../rbd-config-ref/
-.. _Snapshots: ../rbd-snapshot/
\ No newline at end of file
+.. _Snapshots: ../rbd-snapshot/
+.. _Installation: ../../install
\ No newline at end of file