Hi List,

We have added rbd 0.48 support to the proxmox 2.1 kvm distribution
http://www.proxmox.com/products/proxmox-ve


Proxmox setup:

edit the /etc/pve/storage.cfg and add the configuration (gui creation is not 
available yet) 

rbd: mycephcluster
       monhost 192.168.0.1:6789;192.168.0.2:6789;192.168.0.3:6789
       pool rbd
       username admin
       authsupported cephx;none
       content images 


then you need to copy the keyring file from ceph to proxmox

scp cephserver1:/etc/ceph/client.admin.keyring 
/etc/pve/priv/ceph/mycephcluster.keyring 



For now, you can add/delete/resize rbd volumes from gui.
Snapshots/cloning will be added soon (when layering will be available)


Regards,

Alexandre Derumier
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to