Hi all,
Two nodes connected by private LAN.
3 networks and 3 Corosync links (link0,link1,link2) with independent networks on private vSwitch.
When accessing a remote node through the GUI of one:
Do you think this link is having communications failure or connectivity issues? Or timeouts?
Only Proxmox is. Why?
Two nodes connected by private LAN.
3 networks and 3 Corosync links (link0,link1,link2) with independent networks on private vSwitch.
When accessing a remote node through the GUI of one:
Code:
# ping -c100 -f 10.11.49.2
PING 10.11.49.2 (10.11.49.2) 56(84) bytes of data.
--- 10.11.49.2 ping statistics ---
100 packets transmitted, 100 received, 0% packet loss, time 258ms
rtt min/avg/max/mdev = 2.525/2.568/2.605/0.034 ms, ipg/ewma 2.606/2.574 ms
Do you think this link is having communications failure or connectivity issues? Or timeouts?
Code:
# ping -c1000 -f 10.11.49.2
PING 10.11.49.2 (10.11.49.2) 56(84) bytes of data.
--- 10.11.49.2 ping statistics ---
1000 packets transmitted, 1000 received, 0% packet loss, time 609ms
rtt min/avg/max/mdev = 2.537/2.571/2.613/0.057 ms, ipg/ewma 2.609/2.574 ms
Only Proxmox is. Why?