Activity log for bug #2019432

Date Who What changed Old value New value Message
2023-05-12 16:17:23 Macks bug added bug
2023-05-30 00:48:32 Macks description I am on stx7. While adding a dell r7415 as worker node, sysinv agent fails to get inventory. I gather from sysinv.log on the worker node that there is an uncaught OSError raised by sysinv/agent/node.py. This is due to line 427 only concerned with IOError. On my system, there is no /sys/devices/system/node/node0/hugepages dir (it's at node1). The missing dir raises OSError, not IOError. Workaround: added `except OSError...` to node.py after IOError, recompile and reboot. I am on stx7. While adding a dell r7415 as worker node, sysinv agent fails to get inventory. I gather from sysinv.log on the worker node that there is an uncaught OSError raised by sysinv/agent/node.py. This is due to line 427 only concerned with IOError. On my system, there is no /sys/devices/system/node/node0/hugepages dir (it's at node1). The missing dir raises OSError, not IOError. Workaround: added `except OSError...` to node.py after IOError, recompile and reboot. Edit: the larger issue is reported in https://bugs.launchpad.net/starlingx/+bug/2019433
2023-10-27 13:45:48 Ceyhun Şen bug added subscriber Ceyhun Şen