]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage/RBDPlugin.pm
Add rados block plugin storage
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 31 May 2012 08:31:01 +0000 (10:31 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 1 Jun 2012 05:18:11 +0000 (07:18 +0200)
commit0509010d6eda953e4695ca2aea39eedf8dd00bc3
treec1cd24ce24791c5d0d8cbebd05dd250beb12b3cc
parent5521b5805b9c481353ae297416d4ae6d8140b641
Add rados block plugin storage

This add rados plugin storage.

We need rbd command from ceph repository (ceph-common package) to create/delete volumes,I didn't have add depends for the moment.

/etc/pve/storage.cfg sample config

rbd: rbdtest
        rbd_monhost 10.3.94.27:6789;10.3.94.28:6789;10.3.94.29:6789
        rbd_pool pool2
        rbd_id admin
        rbd_key AQAmOcZPwNY7GRAAuvJjVAKIm1r3JKqLCa4LGQ==
        rbd_authsupported cephx;none
        content images

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage.pm
PVE/Storage/Makefile
PVE/Storage/RBDPlugin.pm [new file with mode: 0644]