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
At the moment, omicron-dev starts crdb on port 0, which tells the database to
use any available port. This is fine for most use cases, but less fine for
running a second nexus alongside an existing run-all:
https://github.com/oxidecomputer/omicron/blob/main/docs/how-to-run-simulated.adoc#using-both-omicron-dev-run-all-and-running-nexus-manually.
This process involves copying the randomly selected ports from the output of
run-all and writing them to a custom nexus config. To make the process simpler,
this patch allows the user to configure the crdb listen port, defaulting to the
current choice of 0.
0 commit comments