StorageGRIDベアメタルノードでコンテナ内のネットワークインターフェイスが失われる
環境
問題
- 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