numa_topology in compute_nodes table is NULL in Liberty(CentOS 7.2) even after installing required qemu packages
Hi folks,
I am trying to access the value of host's numa_topology
and print it along with other attributes for the nova hypervisor-show command. After lots of digging around in the code, finally learned this:
Nova database has a table called compute_nodes where, the value of numa_topology is NULL.
#mysql -uroot -p
#USE nova;
#select numa_topology from compute_nodes;
| numa_topology |
+---------------+
| NULL |
+---------------+
I found this similar question question no 85007 But the solution didn't work for me.
Please help. Let me know if you need any other info.