Ability to add a new sled to the lrtq cluster #3757
Labels
api
Related to the API.
Sled Agent
Related to the Per-Sled Configuration and Management
trust quorum
Trust Quorum related
Milestone
A sled that is plugged into an existing initialized rack needs to be told it is a
learner
node so that it can learn its key share. The bootstrap agent has access to aNodeHandle
that can be used for this purpose.Once the learner has learned its share it can ask for other peers' shares so that it can recompute the rack secret. This initialization happens in
request_sled_agent
, which is triggered via RSS or having an already ledger persistedSledAgentRequest
on cold boot. However, new sleds will not have this, and it is likely we need to plumb a sled addition request all the way from the UI to perform this initialization.The text was updated successfully, but these errors were encountered: