pci whitelist exception will kill the periodic update of the hypervisor statistics
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Matt Riedemann | ||
Mitaka |
Confirmed
|
Medium
|
Unassigned |
Bug Description
An encountered exception in the pci whitelist will cause the periodic hypervisor update loop to terminate and not be tried again. Retries should continue at the normal interval.
Scenario 1:
Update the nova.conf with the pci_whitelist as follows:
pci_passthrough
We get the following error in the nova compute log if hed1 is not present. But compute still shows up and the periodic hypervisor update stops working.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
2016-07-13 09:22:42.146 28800 ERROR nova.compute.
Changed in nova: | |
assignee: | nobody → Raghuveer Shenoy (rshenoy) |
What version of nova are you using?