Update
I have just seen exactly the same thing happen with analytics1075
Original description follows
I tried to reimage analytics1073 to bullseye as part of T332570: Upgrade hadoop workers to bullseye
The cookbook failed and the host was left in state where it boots to its old buster O/S but it appears to have no connectivity.
I can only log in over serial and I cannot ping the upstream gateway, nor can I resolve any DNS names.
The IP address is set correctly in /etc/network/interfaces
root@analytics1073:~# ip a shroot@analytics1073:~# ip a sh eno1
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 80:18:44:e5:79:58 brd ff:ff:ff:ff:ff:ff
inet 10.64.21.117/24 brd 10.64.21.255 scope global eno1
valid_lft forever preferred_lft forever
inet6 2620:0:861:105:10:64:21:117/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::8218:44ff:fee5:7958/64 scope link
valid_lft forever preferred_lft foreverThe link appears up:
root@analytics1073:~# mii-tool eno1 eno1: negotiated 1000baseT-FD, link ok
The routing table appears correct:
root@analytics1073:~# ip route default via 10.64.21.1 dev eno1 onlink 10.64.21.0/24 dev eno1 proto kernel scope link src 10.64.21.117
I cannot ping the default gateway:
root@analytics1073:~# ping -c 3 10.64.21.1 PING 10.64.21.1 (10.64.21.1) 56(84) bytes of data. From 10.64.21.117 icmp_seq=1 Destination Host Unreachable From 10.64.21.117 icmp_seq=2 Destination Host Unreachable --- 10.64.21.1 ping statistics --- 3 packets transmitted, 0 received, +2 errors, 100% packet loss, time 31ms pipe 3 root@analytics1073:~#
I tried upgrading firmware over iDRAC, but it all fails.


