Add omdb command to forcefully quiesce db_metadata_nexus records#9036
Conversation
davepacheco
left a comment
There was a problem hiding this comment.
It would be nice to do a confirmation and maybe an attempt to check whether Nexus is up, similar to what we do for dangerous saga operations:
omicron/dev-tools/omdb/src/bin/omdb/db/saga.rs
Lines 173 to 226 in 3d2f118
There are enough warning signs here, and I don't think this is likely a tool that people will stumble on accidentally, that I wouldn't call this a blocker.
I went ahead and incorporated a confirmation prompt, but this breaks automated tests, so I also added an optional |
Builds on #9034
Adds a command to handle permanent Nexus failure during handoff.
Fixes #9008