StorageGRID BareMetal节点丢失容器中的网络接口
适用场景
问题描述
- StorageGRID LINUX BareMetal节点将丢失其在容器中的网络端口。
- 从BareMetal中、我们可以确认节点具有其网络接口
在容器中,我们通过运行ifconfig
来确认网络端口未显示:
- 使用问题描述的节点:
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
- 无问题描述且预期输出的节点:
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