Hi, I've uncovered an issue today with my Proxmox setup. So I have a cluster with two nodes. The primary node (proxmox01), and the secondary node (proxmox02). I have guest VMs running on both nodes. However, the problem is everytime I ssh into the guest VM from the secondary node (proxmox02), and run a simple command like -- ps -aux, top, open a file (vi), ifconfig the ssh session will hang.
example.
root@vps200:~# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.8 0.1 28684 4704 ? Ss 03:46 0:00 /sbin/init
root 2 0.0 0.0 0 0 ? S 03:46 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 03:46 0:00 [ksoftirqd/0]
It will just hang and the ssh session froze. can't even terminate the ssh session (invoking ~).
Initially I thought this is something about MTU size issue. However, I had the same MTU size (1410) on my primary node (proxmox01) and all guest VMs there doesn't the same issue. So I think it is safe to rule out MTU issue here, and perhaps something else.
Can somebody help? TIA!
example.
root@vps200:~# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.8 0.1 28684 4704 ? Ss 03:46 0:00 /sbin/init
root 2 0.0 0.0 0 0 ? S 03:46 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 03:46 0:00 [ksoftirqd/0]
It will just hang and the ssh session froze. can't even terminate the ssh session (invoking ~).
Initially I thought this is something about MTU size issue. However, I had the same MTU size (1410) on my primary node (proxmox01) and all guest VMs there doesn't the same issue. So I think it is safe to rule out MTU issue here, and perhaps something else.
Can somebody help? TIA!