You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
On a device, when running balena network ls, there will be duplicate networks of the same name, for example:
root@f29ba6a:~# balena network ls
NETWORK ID NAME DRIVER SCOPE
0ae95aa06032 900de4f3cbac4b9bbd232885a35e407b_default bridge local
0db8a8564e2c 900de4f3cbac4b9bbd232885a35e407b_default bridge local
0d6886984713 012256e0da5841d5b3fc239fd1b0202b_default bridge local
e62e8d0683ff 012256e0da5841d5b3fc239fd1b0202b_default bridge local
04c253fe2f4b bridge bridge local
742646ce9be4 host host local
f007b855108d none null local
938bd0471378 supervisor0
They will display different subnets and nearly the same creation timetsamps, indicating a command was issued more than once. It's unclear how this issue has come about, as the device where the above info was obtained from has long since rotated its logs, so more investigation of a device freshly in this state is needed for a reproduction.
The workaround to resolve this is to delete one of the networks, then restart the Supervisor on the device.
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of balena-engine version:
Client:
Version: 20.10.12
API version: 1.41
Go version: go1.16.2
Git commit: 73c78258302d94f9652da995af6f65a621fac918
Built: Wed Mar 2 18:39:47 2022
OS/Arch: linux/arm64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.12
API version: 1.41 (minimum version 1.12)
Go version: go1.16.2
Git commit: 73c78258302d94f9652da995af6f65a621fac918
Built: Wed Mar 2 18:39:47 2022
OS/Arch: linux/arm64
Experimental: true
containerd:
Version: 1.4.0+unknown
GitCommit:
runc:
Version: spec: 1.0.2-dev
GitCommit:
balena-engine-init:
Version: 0.13.0
GitCommit: 949e6fa-dirty
Description
On a device, when running
balena network ls
, there will be duplicate networks of the same name, for example:Upon inspecting each network:
They will display different subnets and nearly the same creation timetsamps, indicating a command was issued more than once. It's unclear how this issue has come about, as the device where the above info was obtained from has long since rotated its logs, so more investigation of a device freshly in this state is needed for a reproduction.
The workaround to resolve this is to delete one of the networks, then restart the Supervisor on the device.
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
balena-engine version
:Output of
balena-engine info
:Additional environment details (device type, OS, etc.):
Device Type: Raspberry Pi 4
OS: balenaOS 2.95.8 (production)
The text was updated successfully, but these errors were encountered: