Hi,
For some reason I still do not understand, one of the three nodes in my cluster did not mount yesterday and is still down.
After some research, I ended up narrowing down the issue to a network issue.
So:
Here is what happens:
What is happening and how can I ge out of this issue that is blocking for our work?
Best,
Stephen
For some reason I still do not understand, one of the three nodes in my cluster did not mount yesterday and is still down.
After some research, I ended up narrowing down the issue to a network issue.
So:
- I have ifupdown2 installed
- I checked the connection to the switch > OK
- I did a dmesg | grep eth and found the name of the Ethernet card in the node to be enp1s0f0
- I checked the interfaces content and it seems to comply with what I have on my other nodes:
Code:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.1.69/24
gateway 192.168.1.1
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
mtu 9000
Here is what happens:
- I have attached a screen and a keyboard to the node: this way, I can check the console without being interrupted by network issues
- I reboot the node from its console
- I check the switch, the LED lights up
- I do an ip a -- the Ethernet card enp1s0f0 is DOWN
- as a result:
- the bridge vmbr0 does not show on the list
- and the Web interface of Proxmox cannot be displayed
What is happening and how can I ge out of this issue that is blocking for our work?
Best,
Stephen
Last edited: