* Make Openstack work with Ceph
@ 2012-03-08 8:35 Chu Duc Minh
2012-03-08 8:58 ` Tomasz Paszkowski
0 siblings, 1 reply; 7+ messages in thread
From: Chu Duc Minh @ 2012-03-08 8:35 UTC (permalink / raw)
To: ceph-devel
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 default hypervisor and QCOW2 as default disk image
format)
Can you give me some hint to configure Openstack(libvirt/..) to make it
work with Ceph, pls?
Thanks very much, folks!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 8:35 Make Openstack work with Ceph Chu Duc Minh
@ 2012-03-08 8:58 ` Tomasz Paszkowski
2012-03-08 10:25 ` Chu Duc Minh
2012-03-08 18:15 ` Josh Durgin
0 siblings, 2 replies; 7+ messages in thread
From: Tomasz Paszkowski @ 2012-03-08 8:58 UTC (permalink / raw)
To: ceph-devel
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/start-on-rbd.sh
https://github.com/ceph/ceph-openstack-tools/blob/master/boot-from-volume
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.
On Thu, Mar 8, 2012 at 9:35 AM, Chu Duc Minh <chu.ducminh@gmail.com> wrote:
> 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 default hypervisor and QCOW2 as default disk image
> format)
>
> Can you give me some hint to configure Openstack(libvirt/..) to make it work
> with Ceph, pls?
>
> Thanks very much, folks!
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 8:58 ` Tomasz Paszkowski
@ 2012-03-08 10:25 ` Chu Duc Minh
2012-03-08 10:45 ` Tomasz Paszkowski
2012-03-08 18:15 ` Josh Durgin
1 sibling, 1 reply; 7+ messages in thread
From: Chu Duc Minh @ 2012-03-08 10:25 UTC (permalink / raw)
To: Tomasz Paszkowski; +Cc: ceph-devel
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 day and report result.
Thanks you for fast response!
On 03/08/2012 03:58 PM, Tomasz Paszkowski wrote:
> 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/start-on-rbd.sh
> https://github.com/ceph/ceph-openstack-tools/blob/master/boot-from-volume
>
>
> 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.
>
>
>
> On Thu, Mar 8, 2012 at 9:35 AM, Chu Duc Minh<chu.ducminh@gmail.com> wrote:
>> 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 default hypervisor and QCOW2 as default disk image
>> format)
>>
>> Can you give me some hint to configure Openstack(libvirt/..) to make it work
>> with Ceph, pls?
>>
>> Thanks very much, folks!
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 10:25 ` Chu Duc Minh
@ 2012-03-08 10:45 ` Tomasz Paszkowski
0 siblings, 0 replies; 7+ messages in thread
From: Tomasz Paszkowski @ 2012-03-08 10:45 UTC (permalink / raw)
To: ceph-devel
On Thu, Mar 8, 2012 at 11:25 AM, Chu Duc Minh <chu.ducminh@gmail.com> 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 with keystone.
--
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 8:58 ` Tomasz Paszkowski
2012-03-08 10:25 ` Chu Duc Minh
@ 2012-03-08 18:15 ` Josh Durgin
2012-03-08 18:21 ` Mandell Degerness
1 sibling, 1 reply; 7+ messages in thread
From: Josh Durgin @ 2012-03-08 18:15 UTC (permalink / raw)
To: Tomasz Paszkowski; +Cc: ceph-devel
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 18:15 ` Josh Durgin
@ 2012-03-08 18:21 ` Mandell Degerness
2012-03-09 6:33 ` Tomasz Paszkowski
0 siblings, 1 reply; 7+ messages in thread
From: Mandell Degerness @ 2012-03-08 18:21 UTC (permalink / raw)
To: Josh Durgin; +Cc: Tomasz Paszkowski, ceph-devel
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 <josh.durgin@dreamhost.com> wrote:
> 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 unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Make Openstack work with Ceph
2012-03-08 18:21 ` Mandell Degerness
@ 2012-03-09 6:33 ` Tomasz Paszkowski
0 siblings, 0 replies; 7+ messages in thread
From: Tomasz Paszkowski @ 2012-03-09 6:33 UTC (permalink / raw)
To: ceph-devel
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
<mandell@pistoncloud.com> 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 <josh.durgin@dreamhost.com> wrote:
>> 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 unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-03-09 6:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 8:35 Make Openstack work with Ceph Chu Duc Minh
2012-03-08 8:58 ` Tomasz Paszkowski
2012-03-08 10:25 ` Chu Duc Minh
2012-03-08 10:45 ` Tomasz Paszkowski
2012-03-08 18:15 ` Josh Durgin
2012-03-08 18:21 ` Mandell Degerness
2012-03-09 6:33 ` Tomasz Paszkowski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.