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
It looks like the switch zone never got an underlay address, maybe? The oxide-zone-network-setup-log is full of
7 2025-01-08T21:45:04.778Z INFO zone-setup: Ensuring there is a default route
gateway = Ipv6(fd00:1122:3344:101::1)
8 2025-01-08T21:45:04.788Z INFO zone-setup: Cannot ensure there is a default route yet (retrying in 1.449710539s)
error = failed to ensure default route via gateway fd00:1122:3344:101::1: Command [/usr/sbin/route add -inet6 default -inet6 fd00:1122:3344:101::1] executed and failed with status: exit status: 128 stdout: add net default: gateway fd00:1122:3344:101::1: Network is unreachable\n stderr:
and the last logs from oxide-mgd are:
36 2025-01-08T21:33:08.005Z INFO slog-rs: handling smf refresh
37 [ Jan 8 21:33:08 Method "refresh" exited with status 0. ]
38 2025-01-08T21:33:08.006Z INFO slog-rs: starting stats server on smf refresh
39 2025-01-08T21:33:08.007Z ERRO slog-rs: failed to start stats server on refresh: underlay address not found
40 2025-01-08T21:33:08.064Z INFO slog-rs: [tfportrear0_0] sm initialized with addr fe80::48a8:38ff:feb9:ef81 on if tfportrear0_0 index 3
41 2025-01-08T21:33:08.064Z DEBG slog-rs: [tfportrear0_0] starting discovery handler
However, it does look like sled-agent thinks it configured an underlay address in the switch zone prior to all of that?
242 2025-01-08T21:32:58.983Z INFO SledAgent (ServiceManager): Re-enabling running switch zone (new address)
file = sled-agent/src/services.rs:4294
new = [fd00:1122:3344:101::2, ::1]
old = [::1]
This test failed on a CI run on #6764 (893980e): https://github.com/oxidecomputer/omicron/runs/31106728412
Log showing the specific test failure: https://buildomat.eng.oxide.computer/wg/0/details/01J9CX1DW3PF08TSAP6C5BR05B/Zs83GkZ6JiGbx3t2CTXBHpCoUgzG5CrV4qZnLi8qriO1jf5U/01J9CX240452EBWJPNW49B9RZK#S359
Excerpt from the log showing the failure:
The text was updated successfully, but these errors were encountered: