Re: [Openstack] Issue with total_iops_sec VM Quota

2014-12-01 Thread Robert van Leeuwen
>I noticed QOS in general is not working. > Btw, I am using latest icehouse devstack and testing this on a mapped rbd > device. Please, advise. There lies the problem, throttling is not working for ceph devices in Icehouse. ( images_type=rbd ) This is fixed in Juno but was never back-ported. The

Re: [Openstack] Issue with total_iops_sec VM Quota

2014-12-01 Thread Raghu K
Robert - thank you so much for pointing me to this bug. I have put a comment asking if there is a timeframe to expect this fix in icehouse. On Mon, Dec 1, 2014 at 2:17 AM, Robert van Leeuwen < robert.vanleeu...@spilgames.com> wrote: > >I noticed QOS in general is not working. > > Btw, I am using

Re: [Openstack] memory.usage meter not displayed in ceilometer meter-list

2014-12-01 Thread Eoghan Glynn
> > What versions of ceilometer, libvirt and qemu are you using? > > > > > root@juno14:~# libvirtd --version > libvirtd (libvirt) 1.2.2 > root@juno14:~# > > > root@juno14:~# ceilometer --version > 1.0.10 That's the version of the python-ceilometerclient that you've installed, as opposed to the

Re: [Openstack] [All] Start Contributing to OpenStack - The Easy Way with a docker container

2014-12-01 Thread Adam Young
On 11/27/2014 04:45 AM, Maish Saidel-Keesing wrote: I would like to share with a small tool that should make things a lot easier to start getting involved in contributing code into Openstack. The OpenStack-git-env docker[1] container. Simple. docker pull maishsk/openstack-git-env More detail

[Openstack] Poll: What are the top 3 topics for new OpenStack users and developers?

2014-12-01 Thread Mark A. Richman
I'm planning a blog series on OpenStack, and would love some community feedback for topic ideas. What are the top 3 (or 5) issues new OpenStack users and developers face? Perhaps there is an opportunity for tutorial content here that is covered poorly elsewhere. Thanks! Mark A. Richman, MBA, PSM

[Openstack] More than one Ephemeral Disk

2014-12-01 Thread Georgios Dimitrakakis
Hi all! A rather strange question: Is it possible to have more than one ephemeral disks attached on boot at VM? Can each flavors somehow have many ephemeral disks with different size? Best, George ___ Mailing list: http://lists.openstack.org/cg

Re: [Openstack] More than one Ephemeral Disk

2014-12-01 Thread Gary Kotton
Hi, You are able to do this when you boot using block device mappings. You can have a number of ephemeral devices. Thanks Gary On 12/1/14, 8:13 PM, "Georgios Dimitrakakis" wrote: > Hi all! > > A rather strange question: > > Is it possible to have more than one ephemeral disks attached on boot >

Re: [Openstack] Issue with total_iops_sec VM Quota

2014-12-01 Thread Raghu K
I did get the master branch with this fix but still dont see total disk IOPS QOS working when i used FIO tool. Not sure if it is still broke or if I am missing something. Is anybody else experiencing the same ? On Mon, Dec 1, 2014 at 3:07 AM, Raghu K wrote: > Robert - thank you so much for point

Re: [Openstack] More than one Ephemeral Disk

2014-12-01 Thread Georgios Dimitrakakis
Hi Gary! Thanks for the feedback! Can you be a little more specific how to implement that? How can I setup a flavor with more than one ephemeral disk? Regards, George On Mon, 1 Dec 2014 18:50:41 +, Gary Kotton wrote: Hi, You are able to do this when you boot using block device mappings

Re: [Openstack] More than one Ephemeral Disk

2014-12-01 Thread George Mihaiescu
Hi Georgios, I believe Gary refers to this: http://docs.openstack.org/user-guide/content/attach_volume_to_instance.html Which is probably not exactly what you have in mind, but it might still accomplish what you need, George On Mon, Dec 1, 2014 at 2:26 PM, Georgios Dimitrakakis wrote: > Hi Ga

Re: [Openstack] More than one Ephemeral Disk

2014-12-01 Thread Gary Kotton
Please see - https://wiki.openstack.org/wiki/BlockDeviceConfig That may provide some additional information This is currently supported by libvirt and xen. There are patches in review for Vmware. Not sure about the other drivers. Thanks Gary From: George Mihaiescu mailto:lmihaie...@gmail.com>> Da

Re: [Openstack] [All] Start Contributing to OpenStack - The Easy Way with a docker container

2014-12-01 Thread Maish Saidel-Keesing
On 01/12/2014 17:54, Adam Young wrote: > On 11/27/2014 04:45 AM, Maish Saidel-Keesing wrote: >> I would like to share with a small tool that should make things a lot >> easier to start getting involved in contributing code into Openstack. >> >> The OpenStack-git-env docker[1] container. >> >> Sim

Re: [Openstack] More than one Ephemeral Disk

2014-12-01 Thread Georgios Dimitrakakis
I am aware of attaching volumes to instances and this is not what I 'd like to do. I would like when I start an instance to be able to attach to it multiple ephemeral disks. What Gary proposes looks fine to me but for the moment I am using libvirt and KVM. Best, George On Mon, 1 Dec 201

[Openstack] multi-region design?

2014-12-01 Thread t.goto
Hello, I'd like to know how you're designing multi-region setup. I tired with following design and it worked. I could switch regions without re-authentication. - (shared) keystone, keystone-DB, memcached for token, horizon - (each Region) OpenStack set minus keystone/horizon But those services i