Re: Make Openstack work with Ceph

2012-03-08 Thread Tomasz Paszkowski
I'll let you know when it'll be sth more than dirty hack J On Thu, Mar 8, 2012 at 7:21 PM, Mandell Degerness wrote: > I, also, am watching this closely as I'd like to see it integrated > into OpenStack (and thereby into PentOS). > > -Mandell > > On Thu, Mar 8, 2012 at 10:15 AM, Josh Durgin > w

Re: Make Openstack work with Ceph

2012-03-08 Thread Mandell Degerness
I, also, am watching this closely as I'd like to see it integrated into OpenStack (and thereby into PentOS). -Mandell On Thu, Mar 8, 2012 at 10:15 AM, Josh Durgin wrote: > On 03/08/2012 12:58 AM, Tomasz Paszkowski wrote: >> >> This is good enough but I'am working on solution to implement volume

Re: Make Openstack work with Ceph

2012-03-08 Thread Josh Durgin
On 03/08/2012 12:58 AM, Tomasz Paszkowski wrote: This is good enough but I'am working on solution to implement volume imaging directly from nova-compute component. It's should be made public within 3/4 weeks. That sounds great! I'd be happy to review it and help get it upstream. Josh -- To uns

Re: Make Openstack work with Ceph

2012-03-08 Thread Tomasz Paszkowski
On Thu, Mar 8, 2012 at 11:25 AM, Chu Duc Minh wrote: > I have some problem with "boot-from-volume" script. Maybe the reason is i'm > using Keystone and this script is not compatible. Did you change admin:admin and project_id to sth which is appropriate in your setup ? Script it self is compatible

Re: Make Openstack work with Ceph

2012-03-08 Thread Chu Duc Minh
I have some problem with "boot-from-volume" script. Maybe the reason is i'm using Keystone and this script is not compatible. And I have problem with ceph-client-tools package(on Openstack cluster) because it's different with version of Ceph that i used to build Ceph-cluster. I wil rebuild next

Re: Make Openstack work with Ceph

2012-03-08 Thread Tomasz Paszkowski
Hi, Right now there's no clean way to do this. You need few scripts to achive this. First you need to create volume, prepopulate it with image from glance and later create an instance booting from it. Scripts below are doing this task. https://github.com/ceph/ceph-openstack-tools/blob/master/star

Make Openstack work with Ceph

2012-03-08 Thread Chu Duc Minh
Hi, i have built a Ceph cluster and a Openstack cluster for dev Ceph work quite smooth, i can mount it to client, or create disk image by using rbd, qemu-img,... command. But i dont' know how to make openstack use new Ceph cluster as the default Block Device Storage. (Openstack use KVM as defaul