Comment 5 for bug 1830549

Revision history for this message
Tao Liu (tliu88) wrote :

The pending fields take longer time to clear on AIO, because the worker manifest is applied after the controller manifest has been applied. When sysinv-agent starts, it sends the host inventory update. By this time, if the worker manifest apply has not been completed, the memory report will be skipped. After the initial report, the memory update will be triggered by periodical audit. The audit runs every minute, but the memory report is sent after 5 audit interval. As a result, the huge pages settings could still show as pending on CLI/GUI after around 10 minutes (although the huge pages have been allocated in Linux after the manifest is applied).

After talked to John, we decided to send the memory report more frequently, e.g. every other minute (normal audit interval). This change will trigger the pending fields to be clear 1 minute after the worker manifest is applied.