Fix PCI-IRQ-Affinity-Agent repeated restarts due to pmon.

It was determined that we were missing one line of pmon
configuration that makes PMON not take actions until
worker configuration is complete.

Test pass in AIO-DX
Below log can be seen in pmond.log
pci-irq-affinity-agent monitoring is waiting on 
/var/run/.worker_config_complete
Before openstack application finished, no degrade or pci-irq-affinity-
agent restart can be seen.

Closes-bug: 1839525

Change-Id: I3d28ea4afa2f7e65dcc9e48a7a46b4f80c574e3e
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
This commit is contained in:
zhipengl 2019-08-09 18:38:09 +08:00 committed by zhipeng liu
parent f9de7f3c31
commit 517081b06f
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ severity = major ; minor, major, critical
restarts = 3 ; restarts before error assertion
interval = 5 ; number of seconds to wait between restarts
debounce = 20 ; number of seconds to wait before degrade clear
subfunction = last-config ; run it only after last config is run