-
Notifications
You must be signed in to change notification settings - Fork 42
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
[reconfigurator] Add RPW to reconcile debug dataset rendezvous table #7342
Conversation
Testing on a4x2 - after RSS, we see the 5 debug datasets for each of the 3 sleds present in the initial "rack":
After adding a fourth sled and waiting a bit, that sled's new debug datasets also showed up:
|
FWIW, the time lag between the current target blueprint being set and the new rows showing up in the rendezvous table was a little less than a minute (on a4x2, which might affect this significantly or might not; I'm not sure).
|
}; | ||
|
||
// Actually perform rendezvous table reconciliation | ||
let (_, blueprint) = &*update; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Would it be a problem to do this de-structuring above? I think the name update
is a little confusing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope and agreed; fixed in 7b5bf53
e1a0aa1
to
c986515
Compare
This is PR 2 of 2 and builds on #7341; it adds an RPW that calls the library added in that PR to actually reconcile blueprint+inventory and update the debug dataset rendezvous table, and changes the support bundle query that picks a debug dataset to use this new table.