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
The preflight check tried to setup qsfp0, failed, then could not tear down what it had created.
alan@jeeves $ ssh -t wicket@fe80::aa40:25ff:fe05:2702%london_sw0tp0 preflight uplink
Warning: Permanently added 'fe80::aa40:25ff:fe05:2702%london_sw0tp0' (ED25519) to the list of known hosts.
✔ Configuring switch (11.398809ms)
configured Qsfp(Qsfp("qsfp0"))/0: ips [], routes []
✔ Waiting for L1 link up (1.004374661s)
missing metadata
✔ Configuring IP address in host OS (37.391µs)
configured uplinks/qsfp0_0
✔ Configuring routing in host OS (35.097µs)
added routes []
Checking for external DNS connectivity (60.121132165s)
DNS server 1.1.1.1 A query attempt 1: failed to look up ntp.eng.oxide.computer: proto error: io error: No route to host (os error 148)
...
DNS server 1.1.1.1 A query attempt 31: failed to look up ntp.eng.oxide.computer: proto error: io error: No route to host (os error 148)
DNS server 9.9.9.9 A query attempt 1: failed to look up ntp.eng.oxide.computer: proto error: io error: No route to host (os error 148)
...
DNS server 9.9.9.9 A query attempt 31: failed to look up ntp.eng.oxide.computer: proto error: io error: No route to host (os error 148)
* Checking for external NTP connectivity (6.051µs)
missing metadata
no NTP IP addresses known (DNS failure?)
✔ Cleaning up host OS routing configuration (56.628µs)
missing metadata
✘ Cleaning up host OS IP address configuration (20.848173ms)
missing metadata
failed to remove uplink SMF property "uplinks/qsfp0_0": command failed (status exit status: 1); stdout="" stderr="svccfg: No such property uplinks/qsfp0_0.\n"
Connection to fe80::aa40:25ff:fe05:2702%london_sw0tp0 closed.
Afterwards, I still had a config on qsfp0 on switch 0:
alan@jeeves $ ssh -t wicket@fe80::aa40:25ff:fe05:2702%london_sw0tp0 preflight uplink
Warning: Permanently added 'fe80::aa40:25ff:fe05:2702%london_sw0tp0' (ED25519) to the list of known hosts.
✘ Configuring switch (522.656µs)
missing metadata
uplink already configured - is rack already initialized?
Connection to fe80::aa40:25ff:fe05:2702%london_sw0tp0 closed.
The text was updated successfully, but these errors were encountered:
During a failed preflight check on r12 release (see #7459) I was left with a qsfp port still partially configured.
The config.toml in this case had incomplete info for switch 0 qsfp0:
The preflight check tried to setup qsfp0, failed, then could not tear down what it had created.
Afterwards, I still had a config on qsfp0 on switch 0:
The text was updated successfully, but these errors were encountered: