I am currently using two nodes with a third qdevice for my cluster.
My nodes are luks encrypted and need to be unlocked via ssh.
If I remove the network cable from one of my nodes it will do a hard reboot without shutting the machine down (Problem 1).
Then the dropbear within the initramfs will try to get an ip address via dhcp. But it will timeout after around 2 minutes (Problem 2)
Even if the network connection would be there, I would need to reenter my password to boot the device (Problem 3)
Is there any way to disable the reboot of the machine, if it the connection to the other nodes is lost?
The problem may get even more problematic if I would restart my network (including router/switches). This would end up that both nodes would reboot and get stuck.
My nodes are luks encrypted and need to be unlocked via ssh.
If I remove the network cable from one of my nodes it will do a hard reboot without shutting the machine down (Problem 1).
Then the dropbear within the initramfs will try to get an ip address via dhcp. But it will timeout after around 2 minutes (Problem 2)
Even if the network connection would be there, I would need to reenter my password to boot the device (Problem 3)
Is there any way to disable the reboot of the machine, if it the connection to the other nodes is lost?
The problem may get even more problematic if I would restart my network (including router/switches). This would end up that both nodes would reboot and get stuck.