[Openstack] flavor metadata

2018-07-01 Thread Satish Patel
Folks, Recently we build openstack for production and i have question related flavor metadata. I have 3 kind of servers 8 core / 32 core / 40 core servers, now i want to tell my openstack my one of specific application always go to 32 core machine, how do i tell that to flavor metadata? Or shou

Re: [Openstack] flavor metadata

2018-07-01 Thread Bernd Bausch
Not availability zones, but host aggregates. See https://docs.openstack.org/nova/latest/user/aggregates.html. Bernd > On Jul 1, 2018, at 22:52, Satish Patel wrote: > > Folks, > > Recently we build openstack for production and i have question related > flavor metadata. > > I have 3 kind of se

Re: [Openstack] flavor metadata

2018-07-02 Thread Torin Woltjer
I would recommend using availability zones for this. Torin Woltjer Grand Dial Communications - A ZK Tech Inc. Company 616.776.1066 ext. 2006 www.granddial.com From: Satish Patel Sent: 7/1/18 9:56 AM To: openstack Subject: [Openstack] flavor metadata

Re: [Openstack] flavor metadata

2018-07-02 Thread Satish Patel
gt; > 616.776.1066 ext. 2006 > www.granddial.com > > > From: Satish Patel > Sent: 7/1/18 9:56 AM > To: openstack > Subject: [Openstack] flavor metadata > Folks, > > Recently we build openstack for production and i have question rela

Re: [Openstack] flavor metadata

2018-07-02 Thread Bernd Bausch
; www.granddial.com >> >> ____ >> From: Satish Patel >> Sent: 7/1/18 9:56 AM >> To: openstack >> Subject: [Openstack] flavor metadata >> Folks, >> >> Recently we build openstack for production and i have question related

Re: [Openstack] flavor metadata

2018-07-02 Thread David Medberry
Bernd has this right. Host aggregates (sometimes called Haggs) is the right soluton to this problem. You can setup a flavor to only run on a certain hagg. This works well (in production, at scale). On Sun, Jul 1, 2018 at 7:52 AM, Satish Patel wrote: > Folks, > > Recently we build openstack for

[Openstack] Flavor metadata quota doesn't work

2017-12-01 Thread sinan
Hi, I have created a flavor with the following metadata: quota:disk_write_bytes_sec='10240' This should limit writing to disk to 10240 bytes (10KB/s). I also tried it with a higher number (100MB/s). Using the flavor I have launched an instance and ran a write speed test. For an unknown reason,

Re: [Openstack] Flavor metadata quota doesn't work

2017-12-01 Thread Jay Pipes
On 12/01/2017 08:57 AM, si...@turka.nl wrote: Hi, I have created a flavor with the following metadata: quota:disk_write_bytes_sec='10240' This should limit writing to disk to 10240 bytes (10KB/s). I also tried it with a higher number (100MB/s). Using the flavor I have launched an instance and