I’m not sure if this info will be helpful, but if anyone runs into the same issue I did…
I have a three node testing Proxmox 8.2.4 cluster that I’ve set up to play with and have previously successfully set up Linstor with HA controller. All working fine. I can reboot a controller and another node takes over, live migrate a test VM, etc.
I log in to the proxmox console today and see that there are some package updates for linstor common, controller, and satellite from 1.28.0-1 to 1.29.0-1.
Per the instructions in the manual, I started the upgrade on the active controller node first. When I run apt dist-upgrade
it proceeds a while and then hangs on:
Setting up linstor-satellite (1.29.0-1) ...
Looking at the process table shows it is stuck in the following command:
/bin/sh /var/lib/dpkg/info/linstor-satellite.postinst configure 1.28.0-1
Ctrl-C won’t get me out of it. I rebooted the server and ran:
dpkg --configure -a
It ran with no issues and didn’t hang.
I repeated this same hang, reboot, dpkg–configure -a sequence on the second node. However on the third node (which had become the active controller after I rebooted the previous one) it didn’t hang. It just went right through. I rebooted it anyway.
Now everything is working again but this was a little bit concerning because I have a production cluster set up the same way. I only have one app on it so far so no big deal. Any ideas how I could debug this issue when upgrading the prod cluster so I could provide the info here?
Thanks