Comment 0 for bug 1942503

Revision history for this message
Navanath Navaskar (navanath) wrote :

I am trying to install AIO-simplex on KVM.
I have created 8 NUMA nodes with 1 CPU each and 4GB RAM to each Node on this machine.

After successful install of ISO and Bootstrap, when I try to unlock controller-0 it gives me below error.

Rejected: Total allocated memory exceeds the total memory of controller-0 numa node 0 : ClientSideError: Rejected: Total allocated memory exceeds the total memory of controller-0 numa node 0

Logs in sysinv.log file:

sysinv 2021-09-02 11:55:52.333 74281 INFO sysinv.api.controllers.v1.host [-] controller-0 ihost check_unlock_application
sysinv 2021-09-02 11:55:52.339 74281 INFO sysinv.api.controllers.v1.host [-] controller-0 ihost check_unlock_controller
sysinv 2021-09-02 11:55:52.573 74281 INFO sysinv.api.controllers.v1.host [-] controller-0 ihost check_unlock_worker
sysinv 2021-09-02 11:55:54.019 74281 INFO sysinv.api.controllers.v1.host [-] Memory: Total=3789 MiB, Allocated=4600 MiB, 2M: -1906 pages None pages pending, 1G: -4 pages None pages pending
sysinv 2021-09-02 11:55:54.020 74281 INFO sysinv.api.controllers.v1.host [-] host unlock check didn't pass, so set the ihost_action (None) back to None and re-raise the exception
sysinv 2021-09-02 11:55:54.043 74281 WARNING wsme.api [-] Client-side error: Rejected: Total allocated memory exceeds the total memory of controller-0 numa node 0 : ClientSideError: Rejected: Total allocated memory exceeds the total memory of controller-0 numa node 0

In /sys/devices/system/node/node0/meminfo file TotalMemory is showing " Node 0 MemTotal: 3880820 kB" which is less than 4GB.

Allocated in log says 4600 MB. Why more than 4 GB?

What should I do to make this work?
Why this issue is coming?

Please help me in this.