Re: [openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-14 Thread Sam Matzek
Dec 11, 2015 at 7:33 PM, Matt Riedemann >> <mrie...@linux.vnet.ibm.com> wrote: >>> >>> >>> >>> On 12/11/2015 1:48 PM, Sam Matzek wrote: >>>> >>>> The CRUD operations for Nova volume attachments have inconsistencies >>>> b

[openstack-dev] [nova] Volume attachment APIs CRUD inconsistencies

2015-12-11 Thread Sam Matzek
The CRUD operations for Nova volume attachments have inconsistencies between documentation and implementation. Additionally, the read/get operation is implemented twice under different URIs. What is Nova's direction for volume attachment APIs and how should the following discrepancies be

Re: [openstack-dev] [Nova][Glance] Nova + Glance_v2 = Love

2016-01-08 Thread Sam Matzek
On Fri, Jan 8, 2016 at 11:54 AM, Sam Matzek <matzek...@gmail.com> wrote: > On Fri, Jan 8, 2016 at 8:31 AM, Flavio Percoco <fla...@redhat.com> wrote: >> On 29/12/15 07:41 -0600, Sam Matzek wrote: >>> >>> On Thu, Dec 24, 2015 at 7:49 AM, Mikhail Fe

Re: [openstack-dev] [Nova][Glance] Nova + Glance_v2 = Love

2016-01-08 Thread Sam Matzek
On Fri, Jan 8, 2016 at 8:31 AM, Flavio Percoco <fla...@redhat.com> wrote: > On 29/12/15 07:41 -0600, Sam Matzek wrote: >> >> On Thu, Dec 24, 2015 at 7:49 AM, Mikhail Fedosin <mfedo...@mirantis.com> >> wrote: >>> >>> Hello, it's another topic about

Re: [openstack-dev] [Nova][Glance] Nova + Glance_v2 = Love

2015-12-29 Thread Sam Matzek
On Thu, Dec 24, 2015 at 7:49 AM, Mikhail Fedosin wrote: > Hello, it's another topic about glance v2 adoption in Nova, but it's > different from the others. I want to declare that there is a set of commits, > that make Nova version agnostic and allow to work with both glance

Re: [openstack-dev] [nova] nova-compute blocking main thread under heavy disk IO

2016-02-25 Thread Sam Matzek
For what it's worth Glance API also has to deal with file I/O blocking all greenthreads and has CooperativeReaders/Writers that yield around the file I/O to mitigate starvation. A while ago I hit an issue with 5 concurrent VM snapshots starving Nova compute eventlets due to the excessive file IO

Re: [openstack-dev] [nova] nova hooks - document & test or deprecate?

2016-03-03 Thread Sam Matzek
On Wed, Mar 2, 2016 at 8:25 PM, Adam Young wrote: > On 02/29/2016 01:49 PM, Andrew Laski wrote: >> >> >> On Mon, Feb 29, 2016, at 01:18 PM, Dan Smith wrote: Forgive my ignorance or for playing devil's advocate, but wouldn't the main difference between

Re: [openstack-dev] [Nova] Could you tell me the best way to develop openstack in Windows?

2016-05-02 Thread Sam Matzek
For reading the code I use Eclipse Mars with PyDev installed on Windows 7. This allows me to CTRL-click on methods calls to link to their source, etc. I also use this for some amount of code modification and can run some amount of unit tests after pip installing a lot of dependencies. This is

Re: [openstack-dev] [all][infra] Zuul v3 rollout, the sequel returns

2017-10-13 Thread Sam Matzek
details and links to the zuulv3-issues etherpad. I'm not familiar enough with the job definitions to be able to work on the fix reviews for these but would like to learn. Sam Matzek On Fri, Oct 13, 2017 at 2:57 PM, Jeremy Stanley <fu...@yuggoth.org> wrote: > The tl;dr is that we're

Re: [openstack-dev] [all][infra] Zuul v3 rollout, the sequel returns

2017-10-14 Thread Sam Matzek
Thanks. I will try to fix the legacy-trove-functional. On Sat, Oct 14, 2017 at 12:58 AM, Andreas Jaeger <a...@suse.com> wrote: > On 2017-10-14 03:30, Sam Matzek wrote: >> The legacy-trove-functional-dsvm-mysql and >> legacy-trove-legacy-functional-dsvm-mysql jobs

Re: [openstack-dev] [infra][devstack][congress] zuul3 transition surfaced error: The following LIBS_FROM_GIT were not installed correct: python-congressclient

2017-10-02 Thread Sam Matzek
This is also one of several errors hitting the Trove gate. This review should workaround the issue for now. https://review.openstack.org/#/c/508344/3 On Mon, Oct 2, 2017 at 1:44 PM, Eric K wrote: > Since the transition to zuul3, this error began and prevents the

Re: [openstack-dev] Building Openstack Trove Images

2017-11-13 Thread Sam Matzek
As Amrith stated, you need to look at the Neutron logs as the message about port binding suggests: PortBindingFailed: Binding failed for port 26b727dd-52b4-4b34-b484-6ea3fd571c8d, please check neutron logs for more information. On Mon, Nov 13, 2017 at 8:22 AM, Debojyoti Das

Re: [openstack-dev] Fwd: [Openstack-operators][tc] [keystone][all] v2.0 API removal

2017-10-23 Thread Sam Matzek
The Keystone v2 removal also broke Trove's gate. Trove's functional and scenario tests had Keystone v2 hard codings and also relied on a > 4 year old 'compat' client package in the python-troveclient that did not have V3 support. Both cases required a lot of scrambling find all the v2 hard