StorageGRID baremetal node loses network interface in container
Applies to
Issue
- StorageGRID Linux baremetal node loses it's network ports in the container.
- From the baremetal we can confirm the node has it's network interface
From the container we confirm that the network port is not showing by running ifconfig
:
- Node with issue:
ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 40434196 bytes 10729623538 (9.9 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40434196 bytes 10729623538 (9.9 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- Node with no issue and expected output:
ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.94.95.99 netmask 255.255.255.0 broadcast 0.0.0.0
ether 00:a0:98:9d:9f:17 txqueuelen 1000 (Ethernet)
RX packets 137518051 bytes 18245321360 (16.9 GiB)
RX errors 0 dropped 30 overruns 0 frame 0
TX packets 137775599 bytes 23522695201 (21.9 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 68343322 bytes 13308996295 (12.3 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 68343322 bytes 13308996295 (12.3 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0