952489020e
Currently running of ipa-centos8-stable-ussuri image causes 100% cpu usage while cleaning. Proposed change fixes this behavior and significantly speeds up cleaning. Change-Id: I2ba9a69f22b11830d8ff1bc346b17bf1a52f25b0 Story: #2007696 Task: #39809
9 lines
244 B
YAML
9 lines
244 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with high cpu usage caused by ironic-python-agent greenthread
|
|
eventlent implementation.
|
|
|
|
Using eventlet.sleep(0.1) instead of eventlet.sleep(0) gives other processes
|
|
of IPA more cpu time to run.
|