All of lore.kernel.org
 help / color / mirror / Atom feed
* How to create nova volumes inside rbd pool .
@ 2012-09-27  4:45 ramu eppa
  2012-09-27  5:10 ` Dan Mick
  0 siblings, 1 reply; 5+ messages in thread
From: ramu eppa @ 2012-09-27  4:45 UTC (permalink / raw)
  To: ceph-devel

Hi all,

  I want to create volumes inside rbd pool,please help me to create volumes
inside rbd pool.

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to create nova volumes inside rbd pool .
  2012-09-27  4:45 How to create nova volumes inside rbd pool ramu eppa
@ 2012-09-27  5:10 ` Dan Mick
  2012-09-27  6:33   ` ramu eppa
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Mick @ 2012-09-27  5:10 UTC (permalink / raw)
  To: ramu eppa; +Cc: ceph-devel

http://ceph.com/docs/master/rbd/rbd-openstack/

On 09/26/2012 09:45 PM, ramu eppa wrote:
> Hi all,
>
>    I want to create volumes inside rbd pool,please help me to create volumes
> inside rbd pool.
>
> Thanks,
> Ramu.
>
> --
> 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] 5+ messages in thread

* Re: How to create nova volumes inside rbd pool .
  2012-09-27  5:10 ` Dan Mick
@ 2012-09-27  6:33   ` ramu eppa
  2012-09-27 14:32     ` Travis Rhoden
  2012-09-27 17:41     ` Dan Mick
  0 siblings, 2 replies; 5+ messages in thread
From: ramu eppa @ 2012-09-27  6:33 UTC (permalink / raw)
  To: ceph-devel

Hi Mick,

  Iam creating nova pool using this command,
rbd --pool nova create --size 1024 testpool.It's creating pool fine,
but i want to create volume inside this pool(testpool).

Thanks,
Ramu.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to create nova volumes inside rbd pool .
  2012-09-27  6:33   ` ramu eppa
@ 2012-09-27 14:32     ` Travis Rhoden
  2012-09-27 17:41     ` Dan Mick
  1 sibling, 0 replies; 5+ messages in thread
From: Travis Rhoden @ 2012-09-27 14:32 UTC (permalink / raw)
  To: ramu eppa; +Cc: ceph-devel

Ramu,

If you are trying to get nova-volume to work with Ceph, I found this
howto extremely useful:
http://www.sebastien-han.fr/blog/2012/06/10/introducing-ceph-to-openstack/

There are a few things I did differently with the ceph.conf file, but
the steps definitely worked (at the time -- it's been a couple months
since I followed them).

 - Travis

On Thu, Sep 27, 2012 at 2:33 AM, ramu eppa <ramu.freesystems@gmail.com> wrote:
>
> Hi Mick,
>
>   Iam creating nova pool using this command,
> rbd --pool nova create --size 1024 testpool.It's creating pool fine,
> but i want to create volume inside this pool(testpool).
>
> Thanks,
> Ramu.
>
> --
> 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] 5+ messages in thread

* Re: How to create nova volumes inside rbd pool .
  2012-09-27  6:33   ` ramu eppa
  2012-09-27 14:32     ` Travis Rhoden
@ 2012-09-27 17:41     ` Dan Mick
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Mick @ 2012-09-27 17:41 UTC (permalink / raw)
  To: ramu eppa; +Cc: ceph-devel

The command you show below is not creating a pool; it's creating an rbd 
image named testpool inside the RADOS pool named "nova".

Creating and managing images inside nova is done with OpenStack 
administration tools, typically, and not with the rbd command directly.
Did you have questions about 
http://ceph.com/docs/master/rbd/rbd-openstack/ ?


On 09/26/2012 11:33 PM, ramu eppa wrote:
> Hi Mick,
>
>    Iam creating nova pool using this command,
> rbd --pool nova create --size 1024 testpool.It's creating pool fine,
> but i want to create volume inside this pool(testpool).
>
> Thanks,
> Ramu.
>
> --
> 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] 5+ messages in thread

end of thread, other threads:[~2012-09-27 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27  4:45 How to create nova volumes inside rbd pool ramu eppa
2012-09-27  5:10 ` Dan Mick
2012-09-27  6:33   ` ramu eppa
2012-09-27 14:32     ` Travis Rhoden
2012-09-27 17:41     ` Dan Mick

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.