mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
doc: Added libvirt installation.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
2b92c73bbb
commit
8b96b9c7e6
26
doc/rbd/libvirt.rst
Normal file
26
doc/rbd/libvirt.rst
Normal file
@ -0,0 +1,26 @@
|
||||
========================
|
||||
Installing ``libvirt``
|
||||
========================
|
||||
|
||||
Installing ``libvirt`` on Ubuntu 12.04 Precise
|
||||
----------------------------------------------
|
||||
``libvirt`` packages are incorporated into the Ubuntu 12.04 precise
|
||||
distribution. To install ``libvirt`` on precise, execute the following::
|
||||
|
||||
sudo apt-get update && sudo apt-get install libvirt-dev
|
||||
|
||||
Installing ``libvirt`` on Earlier Versions of Ubuntu
|
||||
----------------------------------------------------
|
||||
For Ubuntu distributions 11.10 oneiric and earlier, you must build
|
||||
``libvirt`` from source using the following procedure::
|
||||
|
||||
cd {your-development-directory}
|
||||
git clone git://libvirt.org/libvirt.git
|
||||
cd libvirt
|
||||
./autogen.sh --PREFIX=$USR/install-directory
|
||||
make
|
||||
sudo make install
|
||||
|
||||
See `libvirt Installation`_ for details.
|
||||
|
||||
.. _libvirt Installation: http://www.libvirt.org/compiling.html
|
@ -26,6 +26,7 @@ the Ceph FS filesystem, and RADOS block devices simultaneously.
|
||||
RADOS Commands <rados-rbd-cmds>
|
||||
Kernel Objects <rbd-ko>
|
||||
QEMU and RBD <qemu-rbd>
|
||||
libvirt <libvirt>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user