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

2016-03-03 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed => Incomplete ** Changed in: nova (Ubuntu) Status: Confirmed => 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/1418187

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

2015-11-24 Thread Alan Pevec
** Tags removed: in-stable-juno 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

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

2015-04-09 Thread Adam Gandelman
** Changed in: nova/juno Assignee: (unassigned) = Matt Riedemann (mriedem) -- 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

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

2015-04-09 Thread Adam Gandelman
** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Importance: Undecided = Medium ** Changed in: nova/juno Status: New = Fix Committed ** Changed in: nova/juno Milestone: None = 2014.2.3 -- You received this bug notification because

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

2015-03-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/166004 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=34f029e68d607c7154adcb6d6616da8da0db3650 Submitter: Jenkins Branch:stable/juno commit 34f029e68d607c7154adcb6d6616da8da0db3650 Author: Sahid Orentino Ferdjaoui

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

2015-03-23 Thread Alan Pevec
Complete fix will likely not be backportable so this bug will not get Juno task in Launchpad! -- 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

[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

[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 1418187] Re: _get_host_numa_topology assumes numa cell has memory

2015-03-02 Thread sahid
If we look to your attachment we can see that: cell ids 1 and 17 do not provide any memory element. We need to figure out how it is possible and then we can fix it correctly. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in

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

2015-03-02 Thread Daniel Berrange
FYI, having _get_host_numa_topology() not generate an exception on reporting is the least of our worries here. The scheduling placement code for NUMA guests assumes that all NUMA cells have both memory cpus. So with the proposed patch you will have silenced the exception, but Nova will still be

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

2015-02-27 Thread Davanum Srinivas (DIMS)
I asked Daniel if his review in progress fixes this bug or we'll need to file another after that lands https://review.openstack.org/#/c/159106/ ** Changed in: nova Status: New = Confirmed ** Changed in: nova Importance: Undecided = Medium -- You received this bug notification

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

2015-02-27 Thread sahid
** Changed in: nova Assignee: (unassigned) = sahid (sahid-ferdjaoui) -- 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

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

2015-02-09 Thread Scott Moser
revised patch. --- driver.py.org 2015-02-05 03:07:39.396827122 + +++ driver.py 2015-02-06 14:41:25.331949566 + @@ -4682,11 +4687,16 @@ if topology is None or not topology.cells: return +if len([cell for cell in topology.cells if cell.memory is

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

2015-02-05 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- 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:

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

2015-02-05 Thread Scott Moser
attaching workaround patch ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New = Confirmed ** Changed in: nova (Ubuntu) Importance: Undecided = Medium ** Patch added: workaround patch

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

2015-02-04 Thread Scott Moser
attachign virsh capabilities output. ** Attachment added: virsh capabilities output https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1418187/+attachment/4312433/+files/capabilities.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is

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

2015-02-04 Thread Ryan Beisner
** Tags added: openstack uosci -- 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