Skip to content

Commit

Permalink
Add rebalance job mode PoolDrain
Browse files Browse the repository at this point in the history
Signed-off-by: Divyam Goel <[email protected]>
  • Loading branch information
dgoel-px committed Feb 13, 2024
1 parent ac3b370 commit c12fcbb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
11 changes: 8 additions & 3 deletions api/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4423,6 +4423,8 @@ message SdkStorageRebalanceRequest {
STORAGE_REBALANCE = 0;
// VolumePlacementFix mode: scan all volumes for incorrect placement and fix them
VOLUME_PLACEMENT_FIX = 1;
// PoolDrain mode: drain all volumes & snapshots on the source pools (optionally to target pools)
POOL_DRAIN = 2;
}
}

Expand Down
5 changes: 3 additions & 2 deletions api/server/sdk/api/api.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c12fcbb

Please sign in to comment.