Skip to content

Commit 0e331a3

Browse files
authored
[simulated omicron] Display sled agent address (#9539)
This patch adds the sled agent address to the initial output when starting up a simulated omicron.
1 parent 7302e84 commit 0e331a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev-tools/omicron-dev/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ impl RunAllArgs {
120120
"omicron-dev: nexus lockstep API: {:?}",
121121
cptestctx.server.get_http_server_lockstep_address(),
122122
);
123+
println!(
124+
"omicron-dev: sled agent API: http://{:?}",
125+
cptestctx.sled_agents[0].local_addr(),
126+
);
123127
println!(
124128
"omicron-dev: cockroachdb pid: {}",
125129
cptestctx.database.pid(),

0 commit comments

Comments
 (0)