yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45613
[Bug 1519164] Re: numa_topology does not get populated for compute_nodes table
[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]
** Changed in: nova
Status: Incomplete => Expired
--
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/1519164
Title:
numa_topology does not get populated for compute_nodes table
Status in OpenStack Compute (nova):
Expired
Bug description:
I am running Liberty on RHEL 7.2. When I request via flavor any numa
related attributes, instance fails to launch as NUMA filter cannot
find host with requested resources available.
When I checked nova database, compute_nodes table, I noticed
numa_topoly has no information.
use nova;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [nova]> SELECT numa_topology FROM compute_nodes;
+---------------+
| numa_topology |
+---------------+
| NULL |
+---------------+
1 row in set (0.01 sec)
It supposed to return numa related information.
Here is the version of nova rpms I am running on this server:
openstack-nova-conductor-12.0.0-1.el7.noarch
python-novaclient-2.30.1-1.el7.noarch
openstack-nova-console-12.0.0-1.el7.noarch
openstack-nova-common-12.0.0-1.el7.noarch
openstack-nova-scheduler-12.0.0-1.el7.noarch
openstack-nova-compute-12.0.0-1.el7.noarch
python-nova-12.0.0-1.el7.noarch
openstack-nova-novncproxy-12.0.0-1.el7.noarch
openstack-nova-api-12.0.0-1.el7.noarch
openstack-nova-cert-12.0.0-1.el7.noarch
Please let me know what additional information required.
Thank you
Serguei
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1519164/+subscriptions
References