[Yahoo-eng-team] [Bug 1905726] Re: Qos plugin performs too many queries

2020-11-26 Thread Sean McGinnis
** Also affects: neutron Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1905726 Title: Qos plugin performs too

[Yahoo-eng-team] [Bug 1640442] Re: glance image-tag-update, not updating a tag whose length is more than 255

2020-03-26 Thread Sean McGinnis
** Changed in: glance Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1640442 Title: glance image-tag-update, not updating a tag whose length is more

[Yahoo-eng-team] [Bug 1855190] Re: Improve test and CI coverage for Cinder backend in Glance

2019-12-04 Thread Sean McGinnis
I think this more applicable to glance than cinder, but we can leave it on here until we know for sure that there isn't anything we need to change on the cinder side to support this. ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1754104] Re: install guide: keystone_authtoken/auth_url shows incorrect port

2019-10-30 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1754104 Title: install guide: keystone_authtoken/auth_url shows incorrect

[Yahoo-eng-team] [Bug 1849425] Re: Extend attached volume case failed

2019-10-23 Thread Sean McGinnis
First traceback appears to initiate from the Nova libvirt driver. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1571211] Re: In multinode setup VM fails to launch due to cinder not checking with all glance api servers

2019-04-16 Thread Sean McGinnis
Consensus appears to be that this is something Glance, or more accurately python-glanceclient, should handle, not every consuming project. ** Changed in: cinder Status: In Progress => Invalid ** Also affects: glance Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1788619] Re: disk cachemodes should be restricted with multiattached volumes

2018-10-12 Thread Sean McGinnis
Description only refers to nova settings. I don't see anything here for Cinder, so I am going to close it as Invalid. If there is something, please reopen and provide more detail what Cinder is doing (or not doing) that it should. ** Changed in: cinder Status: New => Invalid -- You

[Yahoo-eng-team] [Bug 1789484] [NEW] n-cpu fails init on timeout calling n-cond-cell1

2018-08-28 Thread Sean McGinnis
Public bug reported: We've seen several cases now where n-cpu fails to start in gate runs. It appears that during the service init it tries to call out to the cell1 conductor. Logs show n-cond-cell1 did start about 1 second before this, but maybe too soon to accept API calls. Traceback in the

[Yahoo-eng-team] [Bug 1754104] Re: install guide: keystone_authtoken/auth_url shows incorrect port

2018-08-21 Thread Sean McGinnis
** Changed in: cinder Importance: Undecided => Medium ** Changed in: cinder Status: New => In Progress ** Changed in: glance/queens Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1471278] Re: target removal on detaching volume with multi-attach flag

2018-08-04 Thread Sean McGinnis
** Changed in: cinder Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1471278 Title: target removal on detaching volume with

[Yahoo-eng-team] [Bug 1476114] Re: Launch instance failed using instances' snapshot created volume

2018-04-14 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1476114 Title: Launch instance failed using instances'

[Yahoo-eng-team] [Bug 1753394] Re: block_device_mapping_v2 cannot work with Pike

2018-03-06 Thread Sean McGinnis
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1753394 Title: block_device_mapping_v2 cannot work with

[Yahoo-eng-team] [Bug 1745149] Re: encrypted volume is in "in-use" state while boot from volume failed

2018-01-24 Thread Sean McGinnis
Looks like a Nova problem. We need the logs from this, but my assumption is the Cinder volume is indeed attached and therefore in-use, so Cinder is working as expected. I am not sure if the expectation on the Nova side is that they fully rollback and clean up the Cinder volume in case of a

[Yahoo-eng-team] [Bug 1744160] Re: Change in iso8601 1.12.0 date format breaks parsing with py35

2018-01-18 Thread Sean McGinnis
Traced this through, and seems to be coming from the fact that iso8601 switched from using their own internal TZ info, to using Python3's TZ info. The difference in these objects end up being that the custom iso8601 one stringifies to 'UTC', while the python one stringifies to 'UTC+00:00'. This

[Yahoo-eng-team] [Bug 1715486] Re: py35 tests failing due to iso8601 module change

2018-01-18 Thread Sean McGinnis
Opened https://bugs.launchpad.net/glance/+bug/1744160 to track this new failure. ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1715486 Title: py35 tests

[Yahoo-eng-team] [Bug 1744160] [NEW] Change in iso8601 1.12.0 date format breaks parsing with py35

2018-01-18 Thread Sean McGinnis
Public bug reported: New package of iso8601 returns string in the format: '2012-02-14T20:53:07UTC+00:00' instead of: '2012-02-14T20:53:07Z' This is resulting in date string comparison failures and timeutils.parse_isotime errors with: ValueError: Unable to parse date string

[Yahoo-eng-team] [Bug 1699060] Re: Impossible to define policy rule based on domain ID

2018-01-18 Thread Sean McGinnis
Agree with above. If we want this, this needs to be a general policy change across projects, and not something each project needs to address. This is a new feature request (probably for oslo.policy) and not a bug. ** Also affects: oslo.policy Importance: Undecided Status: New ** No

[Yahoo-eng-team] [Bug 1723928] Re: In case of volume_use_multipath=True, Nova unable to fetch CONF.libvirt.volume_use_multipath value from nova.conf

2018-01-10 Thread Sean McGinnis
** Changed in: os-brick Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1723928 Title: In case of volume_use_multipath=True, Nova unable to

[Yahoo-eng-team] [Bug 1718356] Re: Include default config files in python wheel

2017-12-15 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1718356 Title: Include default config files in python wheel Status in

[Yahoo-eng-team] [Bug 1721993] [NEW] libvirt volume drivers using deprecated os-brick constants

2017-10-07 Thread Sean McGinnis
1]: devstack@n-cpu.service: Failed with result 'exit-code'. These just need to be updated to point to the new constants. This change was done is os-brick 1.6.0. All the way back to Newton, our minimum for os-brick is 1.6.2, so should be safe to remove the old constants and use the new ones. ** Affect

[Yahoo-eng-team] [Bug 1566354] Re: glance_store: use ostestr instead of testr

2017-09-28 Thread Sean McGinnis
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1566354 Title: glance_store: use ostestr instead of testr Status in

[Yahoo-eng-team] [Bug 1587821] Re: Absolute formatting used in help texts

2017-09-28 Thread Sean McGinnis
Closing for glance as the comments indicate on the proposed patch that this is no longer needed. ** Changed in: glance Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2017-09-28 Thread Sean McGinnis
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as openstack infra now supports

[Yahoo-eng-team] [Bug 1020739] Re: Multiprocessing tests fail on OS X

2017-09-28 Thread Sean McGinnis
** Changed in: glance Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1020739 Title: Multiprocessing tests fail on OS X Status in Glance: Invalid

[Yahoo-eng-team] [Bug 1711123] Re: Failed to start openstack image service glance (openstack-glance-api.service).

2017-09-28 Thread Sean McGinnis
This appears to have been an issue with version 0.21.0 of eventlet. https://github.com/openstack/requirements/commit/e3c286a2f22011ae129e13892455a4a25bddeb1b See linked eventlet bug in that commit message for more details. Ocata was capped at eventlet 0.19.0, so it would appear upper

[Yahoo-eng-team] [Bug 1716945] Re: Install and configure (Red Hat) in glance: missing DB steps

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1715685] Re: Install and configure (Red Hat) in glance

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1715170] Re: Add DB Create step on "Install and configure (Ubuntu) in glance"

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1716403] Re: Install and configure (Ubuntu) in glance: "create a database" section is missing

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1716592] Re: Install and configure (Ubuntu) in glance

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1716647] Re: [glance] Pike manual install glance not creae database glance step

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1716072] Re: Glance installation guide missing database steps for Pike

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug is no longer a duplicate of bug 1715170 Add DB Create step on "Install and configure (Ubuntu) in glance" ** This bug has been marked a duplicate of bug 1718125 Missing some contents for

[Yahoo-eng-team] [Bug 1720049] Re: glance image-list command failed when ssl enabled in glance service

2017-09-28 Thread Sean McGinnis
** Also affects: python-glanceclient Importance: Undecided Status: New ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1720049 Title: glance

[Yahoo-eng-team] [Bug 1720108] Re: docs:Install glance on centos, something missed

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** Changed in: glance Assignee: (unassigned) => Sean McGinnis (sean-mcginnis) ** Changed in: glance Status: New => In Progress ** This bug has been marked a duplicate of bug 1718125 M

[Yahoo-eng-team] [Bug 1719037] Re: Installation in glance

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1719509] Re: Install and configure (ubuntu) in glance

2017-09-28 Thread Sean McGinnis
*** This bug is a duplicate of bug 1718125 *** https://bugs.launchpad.net/bugs/1718125 ** This bug has been marked a duplicate of bug 1718125 Missing some contents for install prerequisites -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1720088] Re: delete vms, but ovs flow table is still residual

2017-09-28 Thread Sean McGinnis
** Changed in: cinder Status: Confirmed => Invalid ** Also affects: nova Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1449062] Re: [OSSA 2016-012] qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2017-09-18 Thread Sean McGinnis
** Changed in: cinder/mitaka Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1449062 Title: [OSSA 2016-012] qemu-img calls

[Yahoo-eng-team] [Bug 1717342] Re: [RFE] View and modify cinder volume type quotas in horizon

2017-09-16 Thread Sean McGinnis
** Also affects: horizon Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1717342 Title:

[Yahoo-eng-team] [Bug 1713354] Re: oslo.versionedobjects iso8601.is8061.Utc No Longer correct import path in python3

2017-09-07 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1713354 Title: oslo.versionedobjects iso8601.is8061.Utc No Longer correct import path in

[Yahoo-eng-team] [Bug 1714416] Re: Incorrect response returned for invalid Accept header

2017-09-04 Thread Sean McGinnis
Further discussion was here: http://lists.openstack.org/pipermail/openstack- dev/2017-September/121778.html I do agree with the consensus there. Worth having the discussion and increasing the visibility with this bug, but at least for Cinder I am going to mark this as Won't Fix unless there is a

[Yahoo-eng-team] [Bug 1520159] Re: HTTP response codes should be extracted to constants

2017-08-07 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1520159 Title: HTTP response codes should be extracted to constants

[Yahoo-eng-team] [Bug 1705681] [NEW] Cinder client tests cast microversion to a float causing mismatch

2017-07-21 Thread Sean McGinnis
: Sean McGinnis (sean-mcginnis) Status: New ** Changed in: nova Assignee: (unassigned) => Sean McGinnis (sean-mcginnis) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). ht

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-07-05 Thread Sean McGinnis
** No longer affects: python-cinderclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1596829 Title: String interpolation should be delayed at logging calls Status

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2017-07-05 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1596829 Title: String interpolation should be delayed at logging calls Status in congress:

[Yahoo-eng-team] [Bug 1467776] Re: glance-api & glance-registry doesn't set the control_exchange correctly

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1467776 Title: glance-api & glance-registry doesn't set the

[Yahoo-eng-team] [Bug 1534523] Re: glance image-show image fail

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1534523 Title: glance image-show image fail Status in Glance: Fix

[Yahoo-eng-team] [Bug 1502850] Re: Location add does not catch BadStoreUri

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance/liberty Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1485478] Re: Glance returned 200 status code when we add element to nonexistent property

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1485478 Title: Glance returned 200 status code when we add element to

[Yahoo-eng-team] [Bug 1519402] Re: Add docker container format to defaults

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1519402 Title: Add docker container format to defaults Status in

[Yahoo-eng-team] [Bug 1609571] Re: version negotiation api middleware is NOT up to date to include v2.3 as CURRENT version

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance/liberty Status: Fix Committed => Fix Released ** Changed in: glance/mitaka Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1629503] Re: docs: update in-tree docs in stable/newton

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1629503 Title: docs: update in-tree docs in stable/newton Status in

[Yahoo-eng-team] [Bug 1631995] Re: Incorrect debug message when swift driver can't determine image size

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1631995 Title: Incorrect debug message when swift driver can't determine

[Yahoo-eng-team] [Bug 1673371] Re: correct typo in signature doc

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1673371 Title: correct typo in signature doc Status in Glance: Fix

[Yahoo-eng-team] [Bug 1552404] Re: glance.tests.integration.v2.test_tasks_api.TestTasksApi fails on mismatch

2017-06-30 Thread Sean McGinnis
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance/mitaka Status: Fix Committed => Fix Released ** Changed in: glance/newton Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1696866] Re: Cinder LVM driver and ipv6 broken

2017-06-15 Thread Sean McGinnis
Actually sounds like oslo.config needs to be updated to handle IPv6 addressing to me. ** Also affects: oslo.config Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1697351] Re: flavor.root_disk.size not work on version ocata

2017-06-12 Thread Sean McGinnis
flavor.root_disk_size is not a Cinder setting. ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1697351 Title: flavor.root_disk.size not

[Yahoo-eng-team] [Bug 1695394] Re: test_device_tagging tempest test fails with "mount: mounting /dev/sr0 on /mnt failed: Device or resource busy"

2017-06-02 Thread Sean McGinnis
This doesn't appear to have anything to do with Cinder. ** Also affects: nova Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1644554] Re: Cinder throws detailed iSCSI information in case of failure

2017-05-24 Thread Sean McGinnis
That horizon error message is bubbling up from Nova, so I think this would need to be addressed there to not include the underlying os-brick error details. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1683580] Re: gate-neutron-dynamic-routing-dsvm-tempest-api failure by "BGP Speaker extension is not enabled"

2017-05-09 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1683580 Title: gate-neutron-dynamic-routing-dsvm-tempest-api failure by "BGP Speaker extension is not

[Yahoo-eng-team] [Bug 1687362] Re: Instance not mapped after running command "nova-manage cell_v2 map_instances --cell_uuid ".

2017-05-01 Thread Sean McGinnis
** Also affects: nova Importance: Undecided Status: New ** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1687362 Title: Instance

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-30 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder:

[Yahoo-eng-team] [Bug 1626260] Re: test_resize_server_from_auto_to_manual fails with deadlock

2016-11-30 Thread Sean McGinnis
No response to previous query, and since this all appears to be on the Nova side from what I can tell in the description, passing the buck for now unless and until some details can be provided as to an issue in Cinder. ** Also affects: nova Importance: Undecided Status: New ** No

[Yahoo-eng-team] [Bug 1608351] Re: Volume Type Extra Spec key-value creation doesn't validate blank spaces

2016-11-30 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1608351 Title: Volume Type Extra Spec key-value creation doesn't validate blank

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder:

[Yahoo-eng-team] [Bug 1495701] Re: Sometimes Cinder volumes fail to attach with error "The device is not writable: Permission denied"

2016-10-12 Thread Sean McGinnis
** Changed in: nova Status: Incomplete => Invalid ** Changed in: os-brick Status: In Progress => Fix Released ** Changed in: cinder Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1592043] Re: os-brick 1.4.0 increases volume setup failure rates

2016-10-12 Thread Sean McGinnis
Cinder related change: https://review.openstack.org/#/c/331973/ ** Changed in: os-brick Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1279611] Re: urlparse is incompatible for python 3

2016-10-12 Thread Sean McGinnis
** Changed in: python-cinderclient Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1279611 Title: urlparse is incompatible for python 3

[Yahoo-eng-team] [Bug 1579982] Re: Go to admin info error

2016-10-12 Thread Sean McGinnis
Fixed in python-cinderclient with https://review.openstack.org/#/c/331596/ ** Changed in: python-cinderclient Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1401437] Bug Cleanup

2016-10-07 Thread Sean McGinnis
Closing stale bug. This has be Incomplete status for over 90 days. If this is still an issue please reopen. ** Changed in: python-cinderclient Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1618697] Re: os-brick 1.6.0 refactor was a major API change

2016-10-06 Thread Sean McGinnis
** Changed in: os-brick Status: New => Invalid ** Changed in: cinder Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1618697

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-10-06 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as openstack infra now supports

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2016-10-05 Thread Sean McGinnis
** Changed in: cinder Status: Incomplete => Invalid ** Changed in: python-cinderclient Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1629726] Re: recompiled pycparser 2.14 breaks Cinder db sync and Nova UTs

2016-10-03 Thread Sean McGinnis
** Changed in: cinder Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1629726 Title: recompiled pycparser 2.14 breaks Cinder db sync

[Yahoo-eng-team] [Bug 1525439] Re: Glance V2 API is not backwards compatible and breaks Cinder solidfire driver

2016-10-01 Thread Sean McGinnis
** Changed in: cinder Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1525439 Title: Glance V2 API is not backwards compatible and breaks Cinder

[Yahoo-eng-team] [Bug 1482773] Re: H405 violations: multi line docstring summary not separated with an empty line

2016-09-30 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1482773 Title: H405 violations: multi line docstring summary not separated with an

[Yahoo-eng-team] [Bug 1463525] Re: There is no volume encryption support for rbd-backed volumes

2016-09-30 Thread Sean McGinnis
This appears to have been fixed on the Cinder side with Matt's Cinder patch referenced above. If there is more work to do on the Cinder side please reopen. ** Changed in: cinder Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1413610] Re: Nova volume-update leaves volumes stuck in attaching/detaching

2016-09-29 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1413610 Title: Nova volume-update leaves volumes stuck in attaching/detaching Status in

[Yahoo-eng-team] [Bug 1391504] Re: Sample policies for Openstack

2016-09-29 Thread Sean McGinnis
** Changed in: cinder Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1391504 Title: Sample policies for Openstack Status in Cinder: Won't Fix

[Yahoo-eng-team] [Bug 1372375] Re: Attaching LVM encrypted volumes (with LUKS) could cause data loss if LUKS headers get corrupted

2016-09-28 Thread Sean McGinnis
** Changed in: cinder Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1372375 Title: Attaching LVM encrypted volumes (with LUKS) could

[Yahoo-eng-team] [Bug 1381365] Re: SSL Version and cipher selection not possible

2016-09-28 Thread Sean McGinnis
** Changed in: cinder Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1381365 Title: SSL Version and cipher selection not possible

[Yahoo-eng-team] [Bug 1362863] Re: reply queues fill up with unacked messages

2016-09-28 Thread Sean McGinnis
** No longer affects: cinder -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1362863 Title: reply queues fill up with unacked messages Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2016-09-28 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1348818 Title: Unittests do not succeed with random PYTHONHASHSEED value

[Yahoo-eng-team] [Bug 1280105] Re: urllib/urllib2 is incompatible for python 3

2016-09-27 Thread Sean McGinnis
Has been addressed in cinder by the py3 compatibility work that completed in Mitaka. ** Changed in: cinder Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1281351] Re: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern volume status not available

2016-09-27 Thread Sean McGinnis
** Changed in: cinder Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1281351 Title:

[Yahoo-eng-team] [Bug 1273894] Re: GlusterFS: Do not time out long-running volume snapshot operations

2016-09-27 Thread Sean McGinnis
GlusterFS driver is now being removed, so marking as Won't Fix. https://review.openstack.org/#/c/377028/ ** Changed in: cinder Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1277168] Re: having oslo.sphinx in namespace package causes issues with devstack

2016-09-27 Thread Sean McGinnis
** Changed in: cinder Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1277168 Title: having oslo.sphinx in namespace package

[Yahoo-eng-team] [Bug 1272076] Re: VolumeNotCreated - Instance failed, cinder too slow with

2016-09-27 Thread Sean McGinnis
I believe this is something that will need to be addressed on the nova side. The reality is some backends take longer than others to create a volume. This isn't something that's going to change, certainly not by the OpenStack community. I think we would need to have some adaptable timeouts for

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2016-09-27 Thread Sean McGinnis
Closing for Cinder since these instances are addressed from time to time and it's somewhat an ongoing thing. Not really a bug as this is not a failure an end user will run in to on an actual deployment. ** Changed in: cinder Status: In Progress => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1261631] Re: Reconnect on failure for multiple servers always connects to first server

2016-09-27 Thread Sean McGinnis
** Changed in: cinder Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1261631 Title: Reconnect on failure for multiple servers always connects to

[Yahoo-eng-team] [Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2016-09-27 Thread Sean McGinnis
If I follow correctly, this no longer effects Cinder since it was implemented in oslo.messaging. ** Changed in: cinder Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1407092] Re: cinder-api reflects JavaScript input

2016-09-26 Thread Sean McGinnis
I have to agree with Morgan's comment (comment #18). I don't see this as a vulnerability concern from the Cinder perspective. ** Changed in: cinder Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1329333] Re: BadRequest: Invalid volume: Volume status must be available or error

2016-09-24 Thread Sean McGinnis
Appears to have since been fixed indirectly. ** Changed in: cinder Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1329333 Title:

[Yahoo-eng-team] [Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-22 Thread Sean McGinnis
** Also affects: cinder/mitaka Importance: Undecided Status: New ** Also affects: cinder/newton Importance: Medium Assignee: Sean McGinnis (sean-mcginnis) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-22 Thread Sean McGinnis
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Importance: Undecided => Medium ** Changed in: cinder Assignee: (unassigned) => Sean McGinnis (sean-mcginnis) -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1623168] Re: keymgr Deprecation Warning requires newer oslo.log

2016-09-13 Thread Sean McGinnis
Additionally, looks like it should actually be versionutils.deprecated.NEWTON in the latest code. ** Changed in: cinder Status: New => Confirmed ** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1538620] Re: Attach with host and instance_uuid not backwards compatible

2016-09-07 Thread Sean McGinnis
** Changed in: cinder Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1538620 Title: Attach with host and instance_uuid not

[Yahoo-eng-team] [Bug 1429684] Re: Nova and Brick can log each other out of iscsi sessions

2016-09-07 Thread Sean McGinnis
I don't believe this is an issue anymore, other than the caveat discussed elsewhere that nova and cinder need to use the same lock_dir if run on the same host. Please feel free to reopen if this is not the case. ** Changed in: cinder Status: Triaged => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1158328] Re: passwords in config files stored in plaintext

2016-07-06 Thread Sean McGinnis
** Changed in: cinder Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1158328 Title: passwords in config files stored in plaintext

[Yahoo-eng-team] [Bug 1586633] [NEW] Unable to disable tenant_network_types

2016-05-28 Thread Sean McGinnis
Public bug reported: Following the Mitaka installation guide for Ubuntu, the instructions here [1] state to set "tenant_network_type = " to disable tenant networks. It appears however that the setting to nothing is ignored and it defaults back to local. On starting the neutron-service I get:

  1   2   >