[one-users] migration of ceph images

2014-08-25 Thread Randy Smith
Greetings, I'm running an existing cluster with libvirt and ceph that I'm looking to move to OpenNebula. I would like to import my existing ceph images without doing the import/export dance, primarily because I have a few multi-TB images. Is there a way to create a persistent image that points to

Re: [one-users] migration of ceph images

2014-08-25 Thread Mateusz Skała
Hi try log into on frontend and then as oneadmin put: oneimage create --name one-108 --source rbd/one-108 --size 11264 -d 101 where: one-108 is name of image rbd/one-108 is name of ceph rbd disk 11264 is size of disk in mb from `rbd info one-108` 101 is id of ceph datastore Regards, Mateusz