-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-7485 control: Implement system reint to act on all pools (#15551)
Add dmg system reint command to reintegrate a set of storage nodes or ranks from all the pools they belong to. Takes --ranks or --rank-hosts in ranged format. Shorten variable naming from Reintegrate to Reint in C code Don't export variables unnecessarily in cmd/dmg Improve reporting of protobuf unmarshal errors Add system reintegrate command Implement reint with system drain request flag Add unit test coverage for new code Signed-off-by: Tom Nabarro <[email protected]>
- Loading branch information
Showing
30 changed files
with
1,578 additions
and
1,332 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
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.