-
Notifications
You must be signed in to change notification settings - Fork 63
[simulated omicron] Display sled agent address #9539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Great idea to include this information! I feel like it's a little hard to miss where it is, though. There's a whole block of stuff like this that's printed by I don't know why the database information is printed the way it is. That seems worse (to me) than what we do for all the others. |
That's the first thing I tried 😅, but I couldn't bubble up the data without heavily modifying the code (would be the same for the DB information). In the interest of time, I decided to go on about this way. Not sure if it's worth it to restructure all of this so we can bubble up the data? 🤔 |
|
I feel like you should be able to get this in (haven't tested this yet but I feel like the information is hanging off the |
|
With that change I get: |
|
omg, I don't know how I didn't see that 🤦♀️ thanks for the help! |
This patch adds the sled agent address to the initial output when starting up a simulated omicron. I've done this in a similar manner as to how the DB address is displayed.
I've constantly found myself having to check omdb to get the sled agent address. It was a little annoying. I think sled agent is important enough to warrant showing it's address when the simulated omicron is started.