On 4/2/2019 9:50 AM, Khalil, Ghada wrote:

Thanks Chenjie.

Can you please run the following on your compute nodes and attach the output?

sudo lscpu
sudo virsh capabilities

 

Richardo / Juan P,

Please provide the cpu models and the above output from your two hardware systems as well.

In addition to the above, can you please provide the logs from one of the nova-compute pods on an affected system?

You can get the logs by running :

POD=`kubectl -n openstack get pod -l application=nova,component=compute \
-o=jsonpath='{.items[0].metadata.name'}`
kubectl -n openstack logs -c nova-compute $POD

Thanks,

Chris