stormshift / support

This repo should serve as a central source for reporting issues with stormshift
GNU General Public License v3.0
3 stars 0 forks source link

Regular shutdown of OCP5 Control nodes hung #104

Closed stefan-bergstein closed 7 months ago

stefan-bergstein commented 2 years ago

Shutdown of worker nodes worked fine:

for node in inf45.coe.muc.redhat.com inf49.coe.muc.redhat.com; do oc debug node/${node} -- chroot /host shutdown -h 1; done

Shutdown of control nodes:

for node in ocp5-control-0 ocp5-control-1 ocp5-control-2; do oc debug node/${node} -- chroot /host shutdown -h 1; done

... cp5-control-1 hung for 10 minutes:

OPC5-Control1-Screenshot

Note, control nodes host ODF with PCI passthrough disks and pinned nodes.

Workaround: Force stop VM via RHV connsole.

github-actions[bot] commented 2 years ago

Heads up @cluster/ocp5-admin - the "cluster/ocp5" label was applied to this issue.

rbo commented 7 months ago

Close... to old.