-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[reconfigurator] Planner: mark zones
ready_for_cleanup
when appropr…
…iate (#7588) This PR implements two related planner changes: * When expunging a sled, all the zones are immediately marked as `Expunged { ready_for_cleanup: true, .. }`. * When there are expunged zones on an in-service sled, we'll consult the latest inventory collection and flip `ready_to_cleanup` to true if the zone is gone and the sled's zone config generation is >= the generation in which the zone was expunged. No downstream users of `ready_for_cleanup` are included in this PR; those will come in followups.
- Loading branch information
1 parent
06c17ba
commit 6b6ec4e
Showing
11 changed files
with
463 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.