[Bug 1821584] Re: Compute 'force_service_down' API returns 400 with current version 2.72

2019-07-23 Thread Matt Riedemann
This is tracked in storyboard:
https://storyboard.openstack.org/#!/story/2005349

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1821584

Title:
  Compute 'force_service_down' API returns 400 with current version 2.72

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstacksdk/+bug/1821584/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837054] Re: Only volume-backed servers are allowed for flavors with zero disk.

2019-07-22 Thread Matt Riedemann
*** This bug is a duplicate of bug 1825020 ***
https://bugs.launchpad.net/bugs/1825020

I wrote this functional test https://review.opendev.org/#/c/672067/ and
things seem to be working OK, but even if I revert
https://review.opendev.org/#/c/65/ the test passes so I'm not sure
the test is very useful, but I'm not sure I have the recreate scenario
figured out for your bug (I'd need those details). Given the code has
changed for volume-backed resize where this would fail, I have marked
this as a duplicate of bug 1825020. Please let me know if I've missed
something.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837054

Title:
  Only volume-backed servers are allowed for flavors with zero disk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1837054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837054] Re: Only volume-backed servers are allowed for flavors with zero disk.

2019-07-22 Thread Matt Riedemann
*** This bug is a duplicate of bug 1825020 ***
https://bugs.launchpad.net/bugs/1825020

** This bug has been marked a duplicate of bug 1825020
   resize of instance, that was booted from volume, trigger image size check 
then fails resize

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837054

Title:
  Only volume-backed servers are allowed for flavors with zero disk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1837054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837054] Re: Only volume-backed servers are allowed for flavors with zero disk.

2019-07-22 Thread Matt Riedemann
OK I think https://review.opendev.org/#/c/620706/ is the regression
because of this:

https://review.opendev.org/#/c/620706/32/nova/compute/api.py@3598

The resize flow passes root_bdm=None to _validate_flavor_image_nostatus
which makes it take this else block:

https://review.opendev.org/#/c/620706/32/nova/compute/api.py@585

and then we fail here:

https://review.opendev.org/#/c/620706/32/nova/compute/api.py@642

When https://review.opendev.org/#/c/561284/ was written that validation
code wasn't called during resize.

That code had introduced regression bug 1825020 which was fixed in Stein
here:

https://review.opendev.org/#/c/65/

It looks like that should fix your problem and is in the 19.0.1 release.
Which release are you using for Stein?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837054

Title:
  Only volume-backed servers are allowed for flavors with zero disk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1837054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837054] Re: Only volume-backed servers are allowed for flavors with zero disk.

2019-07-22 Thread Matt Riedemann
Just a clarification, is the problem that you enabled
"os_compute_api:servers:create:zero_disk_flavor" for non-admins and they
are creating servers that are NOT volume-backed and then trying to
resize those fails? You said you only use volume-backed instances so I'm
confused about the recreate scenario.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837054

Title:
  Only volume-backed servers are allowed for flavors with zero disk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1837054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1837054] Re: Only volume-backed servers are allowed for flavors with zero disk.

2019-07-22 Thread Matt Riedemann
Have you configured the "os_compute_api:servers:create:zero_disk_flavor"
policy rule like Takashi noted in comment 2? I want to be clear about
the recreate scenario on Stein - can you describe that?

I'm assuming something like, you have two flavors, flavor1 and flavor2,
both with disk=0.

1. create volume-backed server with flavor1
2. resize server with flavor2

You're saying you get an error in that case?

I know there were some changes in Stein with the resize flow and the
compute API method "_validate_flavor_image_nostatus" so maybe something
regressed there. It should be pretty simple to recreate in a functional
test so I'll try that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837054

Title:
  Only volume-backed servers are allowed for flavors with zero disk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1837054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834845] Re: DetachedInstanceError: Parent instance is not bound to a Session

2019-07-11 Thread Matt Riedemann
Note that bug 1626499 and bug 1640920 seem like older versions of a
similar thing but on different parts of the data model.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834845

Title:
  DetachedInstanceError: Parent instance  is not
  bound to a Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1834845/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818239] Re: scheduler: build failure high negative weighting

2019-03-05 Thread Matt Riedemann
I've marked this as incomplete for nova since I'm not aware of any
changes being asked to make here. The build failure weigher was added
because of bug 1742102 and in response to operator feedback from the
Boston summit to auto-disable computes if they experienced a build
failure. So the auto-disable thing went into I think Pike, and then bug
1742102 talked about how that was too heavy weight because there were
easy ways to auto-disable a lot of computes in a deployment (e.g. volume
over-quota from multiple concurrent boot from volume server create
requests). So Dan added the weigher stuff which can be configured to
weigh hosts with build failures lower so they don't become a black hole,
and once the host has a successful build the stats tracking for that
compute node is reset.

Anyway, it's up to charms if it wants to disable it by default, but note
it was added for a reason and defaults to being "on" for a reason as
well (per operator feedback).

** Changed in: nova
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818239

Title:
  scheduler: build failure high negative weighting

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1818239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818239] Re: scheduler: build failure high negative weighting

2019-03-05 Thread Matt Riedemann
@James: per comment 2, see bug 1816360 :) Easy fix for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818239

Title:
  scheduler: build failure high negative weighting

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1818239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807262] Re: stein unit tests fail with sqlalchemy.exc.NoSuchTableError: migration_tmp

2019-01-15 Thread Matt Riedemann
** Changed in: sqlalchemy-migrate
   Status: New => In Progress

** Changed in: sqlalchemy-migrate
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

** Changed in: sqlalchemy-migrate
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807262

Title:
  stein unit tests fail with sqlalchemy.exc.NoSuchTableError:
  migration_tmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/sqlalchemy-migrate/+bug/1807262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2019-01-02 Thread Matt Riedemann
** Changed in: nova/rocky
   Status: Triaged => Fix Released

** Changed in: nova/rocky
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

** Changed in: nova/queens
   Status: Triaged => In Progress

** Changed in: nova/queens
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809454

Title:
  [SRU] nova rbd auth fallback uses cinder user with libvirt secret

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1809454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2018-12-21 Thread Matt Riedemann
** Changed in: nova
 Assignee: Matt Riedemann (mriedem) => Corey Bryant (corey.bryant)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809454

Title:
  [SRU] nova rbd auth fallback uses cinder user with libvirt secret

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1809454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809454] Re: [SRU] nova rbd auth fallback uses cinder user with libvirt secret

2018-12-21 Thread Matt Riedemann
** Tags added: ceph libvirt volumes

** Also affects: nova/queens
   Importance: Undecided
   Status: New

** Also affects: nova/rocky
   Importance: Undecided
   Status: New

** Also affects: nova/ocata
   Importance: Undecided
   Status: New

** Also affects: nova/pike
   Importance: Undecided
   Status: New

** Changed in: nova/ocata
   Status: New => Triaged

** Changed in: nova/pike
   Status: New => Triaged

** Changed in: nova/queens
   Importance: Undecided => Medium

** Changed in: nova/queens
   Status: New => Triaged

** Changed in: nova
   Importance: Undecided => Medium

** Changed in: nova/ocata
   Importance: Undecided => Medium

** Changed in: nova/pike
   Importance: Undecided => Medium

** Changed in: nova/rocky
   Importance: Undecided => Medium

** Changed in: nova/rocky
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809454

Title:
  [SRU] nova rbd auth fallback uses cinder user with libvirt secret

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1809454/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1607313] Re: Inconsistency in data stored in libvirt.xml file

2018-10-02 Thread Matt Riedemann
** Changed in: nova/ocata
   Status: In Progress => Fix Released

** Changed in: nova/ocata
 Assignee: (unassigned) => György Szombathelyi (gyurco)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607313

Title:
  Inconsistency in data stored in libvirt.xml file

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1607313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1793353] Re: broken upgrade path q->r requirement for oslo.db

2018-09-22 Thread Matt Riedemann
This was the nova fix: https://review.openstack.org/#/c/597421/

** Changed in: nova
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793353

Title:
  broken upgrade path q->r requirement for oslo.db

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1793353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1793353] Re: broken upgrade path q->r requirement for oslo.db

2018-09-22 Thread Matt Riedemann
This was already fixed in nova, I need to duplicate the bug for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793353

Title:
  broken upgrade path q->r requirement for oslo.db

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1793353/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1758060] Re: 16.1.0 test failure UEFI is not supported

2018-03-22 Thread Matt Riedemann
Umm, I don't see that test in the nova repo upstream:

https://github.com/openstack/nova/blob/16.1.0/nova/tests/unit/virt/libvirt/test_driver.py

Do you have some code patched in?

** Changed in: nova
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1758060

Title:
  16.1.0 test failure UEFI is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1758060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1758060] Re: 16.1.0 test failure UEFI is not supported

2018-03-22 Thread Matt Riedemann
** Tags added: aarch64 libvirt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1758060

Title:
  16.1.0 test failure UEFI is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1758060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1664931] Re: [OSSA-2017-005] nova rebuild ignores all image properties and scheduler filters (CVE-2017-16239)

2018-02-20 Thread Matt Riedemann
For anyone keeping track, bug 1750618 was yet another regression
introduced by the first change for this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664931

Title:
  [OSSA-2017-005] nova rebuild ignores all image properties and
  scheduler filters (CVE-2017-16239)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1664931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742649] Re: map_instances default batch size is too small.

2018-01-23 Thread Matt Riedemann
I'll push up a change for the docs and I've tagged this with low-
hanging-fruit so someone that wants to work on the suggestion from
comment #1 can do so. It would be similar to how the --until-complete
option works with the nova-manage db archive_deleted_rows command works.

** Tags added: low-hanging-fruit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742649

Title:
  map_instances default batch size is too small.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1742649/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742649] Re: map_instances default batch size is too small.

2018-01-23 Thread Matt Riedemann
This is a one time operation when you're upgrading to a cells v2
deployment, so while it's unfortunate it took this long in a large cloud
with several thousand instances, I'd consider this lower priority to
resolve with code at this point unless the change is trivial. Therefore
option 3, better documentation of the command and it's option itself, is
probably what I'd lean toward.

** Tags added: cells nova-manage

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742649

Title:
  map_instances default batch size is too small.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1742649/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742649] Re: map_instances default batch size is too small.

2018-01-23 Thread Matt Riedemann
Alternatively, a --verbose option could be added to the command so you
could at least see it's making progress by printing out each instance
that is being mapped while it's running.

** Changed in: nova
   Status: New => Opinion

** Changed in: nova
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742649

Title:
  map_instances default batch size is too small.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1742649/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718295] Re: Live migration fails with qemu-img >= 2.10: "Failed to get shared "write" lock\nIs another process using the image?"

2018-01-03 Thread Matt Riedemann
@Filippo: your options are (1) use an older version of QEMU or (2)
backport the change to your Ocata-based deployment and run with it out
of tree.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718295

Title:
  Live migration fails with qemu-img >= 2.10: "Failed to get shared
  "write" lock\nIs another process using the image?"

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1718295/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718295] Re: Unexpected exception in API method: MigrationError_Remote: Migration error: Disk info file is invalid: qemu-img failed to execute - Failed to get shared "write" lock\nIs another proc

2017-09-20 Thread Matt Riedemann
** Changed in: nova
   Status: New => Triaged

** Summary changed:

- Unexpected exception in API method: MigrationError_Remote: Migration error: 
Disk info file is invalid: qemu-img failed to execute - Failed to get shared 
"write" lock\nIs another process using the image?
+ Live migration fails with qemu-img >= 2.10

** Summary changed:

- Live migration fails with qemu-img >= 2.10
+ Live migration fails with qemu-img >= 2.10: "Failed to get shared "write" 
lock\nIs another process using the image?"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718295

Title:
  Live migration fails with qemu-img >= 2.10: "Failed to get shared
  "write" lock\nIs another process using the image?"

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1718295/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1642679] Re: The OpenStack network_config.json implementation fails on Hyper-V compute nodes

2017-08-11 Thread Matt Riedemann
** Also affects: nova/ocata
   Importance: Undecided
   Status: New

** Changed in: nova/ocata
   Status: New => In Progress

** Changed in: nova
   Importance: Undecided => Medium

** Changed in: nova/ocata
   Importance: Undecided => Medium

** Changed in: nova/ocata
 Assignee: (unassigned) => Vladyslav Drok (vdrok)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1642679

Title:
  The OpenStack network_config.json implementation fails on Hyper-V
  compute nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1642679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688397] Re: VM instance creation in multinode setup failed in baremetal compute hosts using devstack

2017-07-25 Thread Matt Riedemann
** Changed in: devstack
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688397

Title:
  VM instance creation in multinode setup failed in baremetal compute
  hosts using devstack

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1688397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688397] Re: VM instance creation in multinode setup failed in baremetal compute hosts using devstack

2017-07-25 Thread Matt Riedemann
This likely won't be fixed in devstack since devstack doesn't control
the subnode stacking in a multinode setup. In the upstream CI infra, the
devstack-gate repo does that, and it runs the tools/discover_hosts.sh
script in devstack from the control node once the subnode(s) are setup:

https://github.com/openstack-infra/devstack-gate/blob/master/devstack-
vm-gate.sh#L777

So you'd have to do something similar.

Also note steps 6 and 7 here:

https://docs.openstack.org/nova/latest/user/cells.html#fresh-install

Putting something in the devstack multinode guide is probably
appropriate for this though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688397

Title:
  VM instance creation in multinode setup failed in baremetal compute
  hosts using devstack

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1688397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1539506] Re: AttributeError: 'virDomain' object has no attribute 'fsFreeze

2017-05-31 Thread Matt Riedemann
Where was this actually fixed for mitaka UCA because I don't see
anything about this bug in the change log:

https://launchpadlibrarian.net/242454264/libvirt-
python_1.3.1-1ubuntu1~cloud0_source.changes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1539506

Title:
  AttributeError: 'virDomain' object has no attribute 'fsFreeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1539506/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625653] Re: wsgi-intercept in requirements.txt?

2017-04-21 Thread Matt Riedemann
** Also affects: nova/newton
   Importance: Undecided
   Status: New

** Changed in: nova/newton
 Assignee: (unassigned) => Saverio Proto (zioproto)

** Changed in: nova/newton
   Status: New => In Progress

** Changed in: nova/newton
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625653

Title:
  wsgi-intercept in requirements.txt?

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1625653/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673483] Re: libvirt: test_attach_volume_shelved_or_offload_server times out waiting for device detach (which fails)

2017-03-29 Thread Matt Riedemann
(9:46:30 AM) clarkb: jamespage: fwiw we also have
http://status.openstack.org/elastic-recheck/index.html#1643911
http://status.openstack.org/elastic-recheck/index.html#1638982
http://status.openstack.org/elastic-recheck/index.html#1646779 which are
our top failures according to elastic-recheck

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673483

Title:
  libvirt: test_attach_volume_shelved_or_offload_server times out
  waiting for device detach (which fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1673483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673483] Re: libvirt: test_attach_volume_shelved_or_offload_server times out waiting for device detach (which fails)

2017-03-29 Thread Matt Riedemann
(9:56:32 AM) mriedem: clarkb: sorry if you guys already talked about this, but 
in https://bugs.launchpad.net/nova/+bug/1673483 there are comments from ubuntu 
devs that backports have been made to some packages and are available for 
testing,
(9:56:34 AM) openstack: Launchpad bug 1673483 in libvirt (Ubuntu) "libvirt: 
test_attach_volume_shelved_or_offload_server times out waiting for device 
detach (which fails)" [Medium,Triaged]
(9:56:45 AM) mriedem: clarkb: it's not clear to me if we have a way to hook 
testing packages in our CI?
(9:56:48 AM) clarkb: mriedem: yes but that bug isn't a problem
(9:56:57 AM) clarkb: mriedem: we have 3 other libvirt bugs that are actually 
major issues
(9:57:12 AM) clarkb: mriedem: and I mentioned it would be simple to modify 
devstack to use a ppa or just wget and dpkg -i
(9:57:47 AM) mriedem: ok, and we don't have fixes identified to backport for 
1.3.3 in xenial LTS for testing yet
(9:58:06 AM) jamespage: clarkb: can I get context please on those three bugs
(9:58:16 AM) jamespage: refs would be ok for now
jamespage jamespd 
(9:58:30 AM) jamespage: guessing one is bug 1643911
(9:58:30 AM) mriedem: jamespage: https://bugs.launchpad.net/nova/+bug/1643911/
(9:58:31 AM) openstack: bug 1643911 in OpenStack Compute (nova) "libvirt 
randomly crashes on xenial nodes with "*** Error in `/usr/sbin/libvirtd': 
malloc(): memory corruption:"" [Medium,Confirmed] 
https://launchpad.net/bugs/1643911
(9:58:47 AM) clarkb: jamespage: its the three elastic recheck links I gave you 
above
(9:58:52 AM) clarkb: jamespage: they have links to launchpad
(9:58:56 AM) jamespage: clarkb: ta

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673483

Title:
  libvirt: test_attach_volume_shelved_or_offload_server times out
  waiting for device detach (which fails)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1673483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665698] Re: /etc/qemu-ifup not allowed by apparmor

2017-03-21 Thread Matt Riedemann
** Changed in: nova
   Importance: Undecided => High

** Changed in: nova/ocata
   Status: New => Confirmed

** Changed in: nova/newton
   Status: New => Confirmed

** Changed in: nova/newton
   Importance: Undecided => High

** Changed in: nova/ocata
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665698

Title:
  /etc/qemu-ifup not allowed by apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1665698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1665698] Re: /etc/qemu-ifup not allowed by apparmor

2017-03-21 Thread Matt Riedemann
To clarify my understanding of this, per comment 50 and the release note
that went with the change:

https://review.openstack.org/#/c/425637/1/releasenotes/notes/libvirt-
script-with-empty-path-2b49caa68b05278d.yaml

We basically want:

if libvirt < 1.3.3:
   script.path = '' (as before the change)
else:
   script.path = None (as in the change)

Correct?

** Also affects: nova/newton
   Importance: Undecided
   Status: New

** Also affects: nova/ocata
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665698

Title:
  /etc/qemu-ifup not allowed by apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1665698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1639239] Re: ValueError for Invalid InitiatorConnector in s390

2017-03-06 Thread Matt Riedemann
** Also affects: nova/newton
   Importance: Undecided
   Status: New

** Changed in: nova/newton
 Assignee: (unassigned) => Arne Recknagel (arecknag)

** Changed in: nova/newton
   Status: New => In Progress

** Changed in: nova/newton
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1639239

Title:
  ValueError for Invalid InitiatorConnector in s390

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1639239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660317] Re: NotImplementedError for detach_interface in nova-compute during instance deletion

2017-02-01 Thread Matt Riedemann
** No longer affects: neutron

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660317

Title:
  NotImplementedError for detach_interface in nova-compute during
  instance deletion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ironic/+bug/1660317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660317] Re: NotImplementedError for detach_interface in nova-compute during instance deletion

2017-02-01 Thread Matt Riedemann
This is separate from the detach_interface API, it's an async event from
neutron that the vif was unplugged, which the compute manager tries to
detach the interface, but the Ironic virt driver doesn't implement that
method since it doesn't attach/detach interfaces (but plugs/unplugs vifs
on server create/destroy).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660317

Title:
  NotImplementedError for detach_interface in nova-compute during
  instance deletion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ironic/+bug/1660317/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1439645] Re: nova can't schedule instance with libvirt-xen driver

2017-01-06 Thread Matt Riedemann
Is this still an issue? What version of nova was this? Are there errors
in the nova-compute logs from the build failure?

** Tags added: libvirt xen

** Changed in: nova
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1439645

Title:
  nova can't schedule instance  with libvirt-xen driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1439645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-14 Thread Matt Riedemann
FYI, Matthew Booth is reporting this morning that the patch that landed
in nova in master introduces a bug for RBD, so he's going to propose a
revert of it and a new patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608934

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1608934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1514325] Re: VersionedObject.__repr__ should return encoded string

2016-09-13 Thread Matt Riedemann
** Changed in: cinder
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1514325

Title:
  VersionedObject.__repr__ should return encoded string

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1514325/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-09 Thread Matt Riedemann
** Changed in: nova/mitaka
   Status: Confirmed => In Progress

** Changed in: nova/mitaka
 Assignee: (unassigned) => Matt Riedemann (mriedem)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608934

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1608934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1608934] Re: ephemeral/swap disk creation fails for local storage with image type raw/lvm

2016-09-09 Thread Matt Riedemann
** Also affects: nova/mitaka
   Importance: Undecided
   Status: New

** Changed in: nova
   Status: Confirmed => In Progress

** Changed in: nova
 Assignee: (unassigned) => Dr. Jens Rosenboom (j-rosenboom-j)

** Changed in: nova/mitaka
   Status: New => Confirmed

** Changed in: nova/mitaka
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1608934

Title:
  ephemeral/swap disk creation fails for local storage with image type
  raw/lvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1608934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-05-13 Thread Matt Riedemann
We've dropped the ceph job that uses the packages from the distro, we
get them via the ceph mirrors using the devstack ceph plugin now.

** Changed in: cinder
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-15 Thread Matt Riedemann
What's the status on the trusty package part of this? Is there an ETA on
when that will be released?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-15 Thread Matt Riedemann
What's the status on the trusty package part of this? Is there an ETA on
when that will be released?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-04 Thread Matt Riedemann
I don't have a simple reproduce on this, and it's not just the cinder
backup service that was hitting failures according to the logstash query
above, it also randomly hits in other services.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-04 Thread Matt Riedemann
I don't have a simple reproduce on this, and it's not just the cinder
backup service that was hitting failures according to the logstash query
above, it also randomly hits in other services.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1508230] Re: regression in cloning raw image type with ceph

2016-03-04 Thread Matt Riedemann
** Changed in: nova/liberty
   Importance: Undecided => High

** Tags removed: liberty-backport-potential
** Tags added: ceph unified-objects

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1508230

Title:
  regression in cloning raw image type with ceph

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1508230/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-03-04 Thread Matt Riedemann
** Changed in: nova/liberty
   Importance: Undecided => Medium

** Tags removed: kilo-backport-potential liberty-backport-potential
** Tags added: in-stable-liberty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369465

Title:
  nova resize doesn't resize(extend) rbd disk files when using rbd disk
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1369465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-03-04 Thread Matt Riedemann
** Changed in: nova/liberty
   Importance: Undecided => Medium

** Tags removed: kilo-backport-potential liberty-backport-potential
** Tags added: in-stable-liberty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1369465

Title:
  nova resize doesn't resize(extend) rbd disk files when using rbd disk
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1369465/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1508230] Re: regression in cloning raw image type with ceph

2016-03-04 Thread Matt Riedemann
** Changed in: nova/liberty
   Importance: Undecided => High

** Tags removed: liberty-backport-potential
** Tags added: ceph unified-objects

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1508230

Title:
  regression in cloning raw image type with ceph

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1508230/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-03 Thread Matt Riedemann
I have a devstack change up to test the ppa:

https://review.openstack.org/#/c/288145/

That depends on a project-config change to add the ceph job to the
experimental queue for devstack so we can actually test the ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-03 Thread Matt Riedemann
I have a devstack change up to test the ppa:

https://review.openstack.org/#/c/288145/

That depends on a project-config change to add the ceph job to the
experimental queue for devstack so we can actually test the ppa.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-02 Thread Matt Riedemann
@Josh, per comment 9, I think you mean Trusty 14.04 LTS packages, since
that's what the OpenStack CI system is using.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-02 Thread Matt Riedemann
@Josh, per comment 9, I think you mean Trusty 14.04 LTS packages, since
that's what the OpenStack CI system is using.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-01 Thread Matt Riedemann
For now we're going to make the ceph jobs non-voting so we stop the gate
resets during feature freeze week:

https://review.openstack.org/#/c/286642/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-01 Thread Matt Riedemann
For now we're going to make the ceph jobs non-voting so we stop the gate
resets during feature freeze week:

https://review.openstack.org/#/c/286642/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-01 Thread Matt Riedemann
@james-page, I see in http://tracker.ceph.com/issues/13757 that ceph
won't backport the fix to firefly since that's EOL.  So will Ubuntu be
patching the package in the distro?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1551305] Re: backup service crashes in ceph job with "pure virtual method called"

2016-03-01 Thread Matt Riedemann
@james-page, I see in http://tracker.ceph.com/issues/13757 that ceph
won't backport the fix to firefly since that's EOL.  So will Ubuntu be
patching the package in the distro?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1551305

Title:
  backup service crashes in ceph job with "pure virtual method called"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1551305/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-02-18 Thread Matt Riedemann
** Also affects: nova/liberty
   Importance: Undecided
   Status: New

** Changed in: nova/liberty
   Status: New => In Progress

** Changed in: nova/liberty
 Assignee: (unassigned) => Tony Breeds (o-tony)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1369465

Title:
  nova resize doesn't resize(extend) rbd disk files when using rbd disk
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1369465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1369465] Re: nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2016-02-18 Thread Matt Riedemann
** Also affects: nova/liberty
   Importance: Undecided
   Status: New

** Changed in: nova/liberty
   Status: New => In Progress

** Changed in: nova/liberty
 Assignee: (unassigned) => Tony Breeds (o-tony)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1369465

Title:
  nova resize doesn't resize(extend) rbd disk files when using rbd disk
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1369465/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2016-01-22 Thread Matt Riedemann
Can this be tried against liberty or mitaka nova when we're using the
os-brick library which had other fixes for multipath issues than did
nova?

** Changed in: cloud-archive/icehouse
   Status: New => Invalid

** Changed in: cloud-archive/juno
   Status: New => Invalid

** Changed in: nova
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1374999

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1374999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2016-01-22 Thread Matt Riedemann
Can this be tried against liberty or mitaka nova when we're using the
os-brick library which had other fixes for multipath issues than did
nova?

** Changed in: cloud-archive/icehouse
   Status: New => Invalid

** Changed in: cloud-archive/juno
   Status: New => Invalid

** Changed in: nova
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1374999

Title:
  iSCSI volume detach does not correctly remove the multipath device
  descriptors

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1374999/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1349888] Re: [SRU] Attempting to attach the same volume multiple times can cause bdm record for existing attachment to be deleted.

2016-01-14 Thread Matt Riedemann
** Tags removed: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1349888

Title:
  [SRU] Attempting to attach the same volume multiple times can cause
  bdm record for existing attachment to be deleted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1349888/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1349888] Re: [SRU] Attempting to attach the same volume multiple times can cause bdm record for existing attachment to be deleted.

2016-01-14 Thread Matt Riedemann
** Tags removed: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1349888

Title:
  [SRU] Attempting to attach the same volume multiple times can cause
  bdm record for existing attachment to be deleted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1349888/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1516652] Re: 'lxd' is an unsupported hypervisor type

2015-11-16 Thread Matt Riedemann
** Changed in: nova
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1516652

Title:
  'lxd' is an unsupported hypervisor type

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1516652/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1516652] Re: 'lxd' is an unsupported hypervisor type

2015-11-16 Thread Matt Riedemann
** Changed in: nova
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1516652

Title:
  'lxd' is an unsupported hypervisor type

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1516652/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1497184] Re: Kernel-panic with 3.13.0-64.104 generic kernel (BUG at net/core/skbuff:1290)

2015-10-01 Thread Matt Riedemann
Ever since we started picking up the 3.13.0-65 kernel in the openstack
CI system on 9/29 we've been seeing lots of random failures across 3
branches (juno/kilo/master) with ebtables, details are in:

https://bugs.launchpad.net/nova/+bug/1501558

An example failure:

http://logs.openstack.org/62/229962/1/check/gate-tempest-dsvm-full/28bb6b6/logs/screen-n-cpu.txt.gz?level=TRACE#_2015-10-01_17_39_59_1872015-10-01
 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] Traceback (most recent call last):
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/compute/manager.py", line 2155, in _build_resources
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] yield resources
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/compute/manager.py", line 2009, in 
_build_and_run_instance
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] block_device_info=block_device_info)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 2444, in spawn
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] block_device_info=block_device_info)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 4516, in 
_create_domain_and_network
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] xml, pause=pause, power_on=power_on)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 4446, in _create_domain
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] guest.launch(pause=pause)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/virt/libvirt/guest.py", line 141, in launch
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] self._encoded_xml, errors='ignore')
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 195, in 
__exit__
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] six.reraise(self.type_, self.value, 
self.tb)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/opt/stack/new/nova/nova/virt/libvirt/guest.py", line 136, in launch
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] return 
self._domain.createWithFlags(flags)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 183, in doit
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] result = proxy_call(self._autowrap, 
f, *args, **kwargs)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 141, in 
proxy_call
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] rv = execute(f, *args, **kwargs)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 122, in execute
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] six.reraise(c, e, tb)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 80, in tworker
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] rv = meth(*args, **kwargs)
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f]   File 
"/usr/local/lib/python2.7/dist-packages/libvirt.py", line 900, in 
createWithFlags
2015-10-01 17:39:59.187 6060 ERROR nova.compute.manager [instance: 
79207baa-d735-401c-9f81-4f7ea75aaa4f] if ret == -1: raise libvirtError 
('virDomainCreateWithFlags() failed', 

[Bug 1397893] Re: Undeletable volume-backed instance

2015-09-23 Thread Matt Riedemann
This was fixed in juno here: https://review.openstack.org/#/c/104048/

** Changed in: nova
   Status: Incomplete => Fix Committed

** Changed in: nova
 Assignee: (unassigned) => Roman Podoliaka (rpodolyaka)

** Changed in: nova
 Assignee: Roman Podoliaka (rpodolyaka) => Vladik Romanovsky 
(vladik-romanovsky)

** Tags added: in-stable-juno

** Changed in: nova
   Status: Fix Committed => Fix Released

** Changed in: nova
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1397893

Title:
  Undeletable volume-backed instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1397893/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1397893] Re: Undeletable volume-backed instance

2015-09-23 Thread Matt Riedemann
This was fixed in juno here: https://review.openstack.org/#/c/104048/

** Changed in: nova
   Status: Incomplete => Fix Committed

** Changed in: nova
 Assignee: (unassigned) => Roman Podoliaka (rpodolyaka)

** Changed in: nova
 Assignee: Roman Podoliaka (rpodolyaka) => Vladik Romanovsky 
(vladik-romanovsky)

** Tags added: in-stable-juno

** Changed in: nova
   Status: Fix Committed => Fix Released

** Changed in: nova
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1397893

Title:
  Undeletable volume-backed instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1397893/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-09-22 Thread Matt Riedemann
** Changed in: nova
 Assignee: (unassigned) => George Shuklin (george-shuklin)

** Changed in: nova
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418590] Re: Instance is left in ACTIVE state even if rescue fails

2015-09-22 Thread Matt Riedemann
** Summary changed:

- No ERROR state if image deleted, _base is lost and instance is rescued
+ Instance is left in ACTIVE state even if rescue fails

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  Instance is left in ACTIVE state even if rescue fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418590] Re: Instance is left in ACTIVE state even if rescue fails

2015-09-22 Thread Matt Riedemann
** Summary changed:

- No ERROR state if image deleted, _base is lost and instance is rescued
+ Instance is left in ACTIVE state even if rescue fails

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  Instance is left in ACTIVE state even if rescue fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-09-22 Thread Matt Riedemann
** Changed in: nova
 Assignee: (unassigned) => George Shuklin (george-shuklin)

** Changed in: nova
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1477174] Re: [SRU] 0.80.10 stable release

2015-09-04 Thread Matt Riedemann
It looks like ceph 0.80.10 is breaking openstack, see bug 1492432 -
there is a missing class now in the rbd module and we're hitting an
AttributeError.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1477174

Title:
  [SRU] 0.80.10 stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1477174/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1477174] Re: [SRU] 0.80.10 stable release

2015-09-04 Thread Matt Riedemann
It looks like ceph 0.80.10 is breaking openstack, see bug 1492432 -
there is a missing class now in the rbd module and we're hitting an
AttributeError.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1477174

Title:
  [SRU] 0.80.10 stable release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1477174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1426324] Re: VFS blkid calls need to handle 0 or 2 return codes

2015-05-11 Thread Matt Riedemann
** Tags added: kilo-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1426324

Title:
  VFS blkid calls need to handle 0 or 2 return codes

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1426324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1426324] Re: VFS blkid calls need to handle 0 or 2 return codes

2015-05-11 Thread Matt Riedemann
** Tags added: kilo-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1426324

Title:
  VFS blkid calls need to handle 0 or 2 return codes

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1426324/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-04-20 Thread Matt Riedemann
** Changed in: neutron
 Assignee: Ilya Shakhat (shakhat) = (unassigned)

** Changed in: neutron
   Status: In Progress = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1286209

Title:
  unhandled trace if no namespaces in metering agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1286209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2015-04-20 Thread Matt Riedemann
** Changed in: neutron
 Assignee: Ilya Shakhat (shakhat) = (unassigned)

** Changed in: neutron
   Status: In Progress = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1286209

Title:
  unhandled trace if no namespaces in metering agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1286209/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418187] Re: _get_host_numa_topology assumes numa cell has memory

2015-03-19 Thread Matt Riedemann
We hit the same thing with powerkvm testing in juno have basically the
same patch out of tree, I can't remember exactly why it didn't get
upstream now, but I think there was at least a bug reported, I'm trying
to dig that up for reference.

** Tags added: juno-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418187

Title:
  _get_host_numa_topology assumes numa cell has memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418187/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418187] Re: _get_host_numa_topology assumes numa cell has memory

2015-03-19 Thread Matt Riedemann
The other bug was bug 1376307.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418187

Title:
  _get_host_numa_topology assumes numa cell has memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418187/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418187] Re: _get_host_numa_topology assumes numa cell has memory

2015-03-19 Thread Matt Riedemann
We hit the same thing with powerkvm testing in juno have basically the
same patch out of tree, I can't remember exactly why it didn't get
upstream now, but I think there was at least a bug reported, I'm trying
to dig that up for reference.

** Tags added: juno-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418187

Title:
  _get_host_numa_topology assumes numa cell has memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418187/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418187] Re: _get_host_numa_topology assumes numa cell has memory

2015-03-19 Thread Matt Riedemann
The other bug was bug 1376307.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418187

Title:
  _get_host_numa_topology assumes numa cell has memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418187/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread Matt Riedemann
Which virt driver are you using?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread Matt Riedemann
Why would you remove /var/lib/nova/instances/_base/* ?

** Tags added: juno-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread Matt Riedemann
Why would you remove /var/lib/nova/instances/_base/* ?

** Tags added: juno-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread Matt Riedemann
Which virt driver are you using?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1418590

Title:
  No ERROR state if image deleted, _base is lost and instance is rescued

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1418590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-06 Thread Matt Riedemann
Nevermind, not a problem in stable/icehouse because of this:

https://github.com/openstack/nova/blob/stable/icehouse/nova/api/openstack/compute/contrib/floating_ips.py#L109

So was regressed in stable/juno, and I was on the review that regressed
it, damn.

** Tags removed: icehouse-backport-potential network

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-06 Thread Matt Riedemann
Also busted in icehouse:
https://github.com/openstack/nova/blob/stable/icehouse/nova/network/neutronv2/api.py#L856

** Tags added: api network

** Tags added: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-06 Thread Matt Riedemann
Also busted in icehouse:
https://github.com/openstack/nova/blob/stable/icehouse/nova/network/neutronv2/api.py#L856

** Tags added: api network

** Tags added: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-06 Thread Matt Riedemann
Nevermind, not a problem in stable/icehouse because of this:

https://github.com/openstack/nova/blob/stable/icehouse/nova/api/openstack/compute/contrib/floating_ips.py#L109

So was regressed in stable/juno, and I was on the review that regressed
it, damn.

** Tags removed: icehouse-backport-potential network

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-05 Thread Matt Riedemann
** Changed in: nova
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

2015-01-05 Thread Matt Riedemann
** Changed in: nova
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1326901] Re: ServiceBinaryExists - binary for nova-conductor already exists

2014-06-11 Thread Matt Riedemann
What release is this on, or trunk/master for Juno on 6/5?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1326901

Title:
  ServiceBinaryExists - binary for nova-conductor already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1326901/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1235220] Re: Nova API returns unicode Location Header

2014-06-04 Thread Matt Riedemann
** Changed in: nova
   Status: In Progress = Triaged

** Changed in: nova
 Assignee: Christopher Yeoh (cyeoh-0) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1235220

Title:
  Nova API returns unicode Location Header

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1235220/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295876] Re: libvirtError: internal error unable to add domain xxx to cgroup: No space left on device

2014-03-21 Thread Matt Riedemann
** Tags added: libvirt testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295876

Title:
   libvirtError: internal error unable to add domain xxx to cgroup: No
  space left on device

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1295876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295876] Re: libvirtError: internal error unable to add domain xxx to cgroup: No space left on device

2014-03-21 Thread Matt Riedemann
This makes me nervous, this merged on 3/20 and logstash shows that's
when this started failing:

https://review.openstack.org/77593

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295876

Title:
   libvirtError: internal error unable to add domain xxx to cgroup: No
  space left on device

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1295876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295876] Re: libvirtError: internal error unable to add domain xxx to cgroup: No space left on device

2014-03-21 Thread Matt Riedemann
This also merged on 3/20 and deals with vcpus, which looks bad given
what Serge said, but the change looks pretty tame:

https://review.openstack.org/#/c/73548/

The logic seems OK to me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295876

Title:
   libvirtError: internal error unable to add domain xxx to cgroup: No
  space left on device

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1295876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1228977] Re: n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud archive

2014-01-27 Thread Matt Riedemann
** Tags added: libvirt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228977

Title:
  n-cpu seems to crash when running with libvirt 1.1.1 from ubuntu cloud
  archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1228977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-23 Thread Matt Riedemann
** Tags added: libvirt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1244694

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   >