Skip to content

Commit

Permalink
PWX-36511 Expose API to return a set of nodes that can be upgraded in…
Browse files Browse the repository at this point in the history
… parallel (#2440)

* PWX-36511 Expose API to return a set of nodes that can be upgraded

in parallel. This takes an input list of nodes from which the server will return
a set that doesn't have any common volume within them. This ensures that if
these nodes are upgraded at once, then a volume with 1+ replica has at least one
replica somewhere which will be up.

Signed-off-by: Piyush Nimbalkar <[email protected]>

* PWX-36511 Add interface to volume driver to support upgrade funcs

Signed-off-by: Piyush Nimbalkar <[email protected]>

---------

Signed-off-by: Piyush Nimbalkar <[email protected]>
Co-authored-by: Piyush Nimbalkar <[email protected]>
  • Loading branch information
adityadani and Piyush Nimbalkar authored May 7, 2024
1 parent 1ca6d0d commit dc3c38a
Show file tree
Hide file tree
Showing 17 changed files with 2,272 additions and 1,863 deletions.
4 changes: 4 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Releases

### v0.101.49 - (04/23/2024)

* Add an API to return non-overlapping nodes with respect to volume replicas

### v0.101.48 - (03/19/2024)

* Add force option to StoragePool api
Expand Down
Loading

0 comments on commit dc3c38a

Please sign in to comment.