]> git.proxmox.com Git - pve-qemu-kvm.git/commit
add rbd support to qemu-kvm
authorAlexandre Derumier <aderumier@odiso.com>
Sun, 3 Jun 2012 15:13:20 +0000 (17:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 5 Jun 2012 04:46:24 +0000 (06:46 +0200)
commit3cf2a7469d24a24ac527546244297b4777404885
tree8a75040ef9b83cb27a273bfc357cc9c6f147f840
parent11916d9c7f0a12e8751c84182b7febde28799382
add rbd support to qemu-kvm

to build, we need librbd-dev

http://ceph.com/debian/pool/main/c/ceph/librbd-dev_0.47.2-1~bpo60+1_amd64.deb

new dependencies:
ceph-common: include rbd command line
librbd and librados2 : rados protocol librairies

http://ceph.com/debian/pool/main/c/ceph/ceph-common_0.47.2-1~bpo60+1_amd64.deb
http://ceph.com/debian/pool/main/c/ceph/librbd1_0.47.2-1~bpo60+1_amd64.deb
http://ceph.com/debian/pool/main/c/ceph/librados2_0.47.2-1~bpo60+1_amd64.deb

official squeeze repository is
deb http://ceph.com/debian/ squeeze main

but maybe can we add packages in proxmox repository ?

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
debian/control
debian/rules