After the upgrade, the only interface holding an IP address is the loopback device. All others are lost. This happened on my test, standalone and also my integration environment (being clustered with ceph and using VLANs).
I start with the standalone scenario (should be easiest to debug)
- Single Server being updated from 8.0.4 to 8.1.3
- Network changes:
--- /etc/network/interfaces 2017-06-17 09:21:48.348000000 +0200
+++ /etc/network/interfaces.new 2024-01-02 13:17:37.674468356 +0100
@@ -1,11 +1,26 @@
+# network interface settings; autogenerated
+# Please do NOT modify this file directly, unless you know what
+# you're doing.
+#
+# If you want to manage parts of the network configuration manually,
+# please utilize the 'source' or 'source-directory' directives to do
+# so.
+# PVE will preserve these directives, but will NOT read its network
+# configuration from sourced files, so do not attempt to move any of
+# the PVE managed interfaces into external files!
+
auto lo
iface lo inet loopback
+iface eth0 inet manual
+
+iface eth1 inet manual
+
auto vmbr0
iface vmbr0 inet static
- address 192.168.32.171
- netmask 255.255.255.0
+ address 192.168.32.171/24
gateway 192.168.32.234
- bridge_ports eth0
- bridge_stp off
- bridge_fd 0
+ bridge-ports eth0
+ bridge-stp off
+ bridge-fd 0
+
After the upgrade, there is no vmbr0 and no ip address besides 127.0.0.1 on the loopback device.
The status in my more complicated environments ist pretty the same.
Even after searching some threads here, googling on the Internet, I have no idea what might have happened.
Any ideas, THANK YOU?
I start with the standalone scenario (should be easiest to debug)
- Single Server being updated from 8.0.4 to 8.1.3
- Network changes:
--- /etc/network/interfaces 2017-06-17 09:21:48.348000000 +0200
+++ /etc/network/interfaces.new 2024-01-02 13:17:37.674468356 +0100
@@ -1,11 +1,26 @@
+# network interface settings; autogenerated
+# Please do NOT modify this file directly, unless you know what
+# you're doing.
+#
+# If you want to manage parts of the network configuration manually,
+# please utilize the 'source' or 'source-directory' directives to do
+# so.
+# PVE will preserve these directives, but will NOT read its network
+# configuration from sourced files, so do not attempt to move any of
+# the PVE managed interfaces into external files!
+
auto lo
iface lo inet loopback
+iface eth0 inet manual
+
+iface eth1 inet manual
+
auto vmbr0
iface vmbr0 inet static
- address 192.168.32.171
- netmask 255.255.255.0
+ address 192.168.32.171/24
gateway 192.168.32.234
- bridge_ports eth0
- bridge_stp off
- bridge_fd 0
+ bridge-ports eth0
+ bridge-stp off
+ bridge-fd 0
+
After the upgrade, there is no vmbr0 and no ip address besides 127.0.0.1 on the loopback device.
The status in my more complicated environments ist pretty the same.
Even after searching some threads here, googling on the Internet, I have no idea what might have happened.
Any ideas, THANK YOU?