Skip to content

Commit

Permalink
[cherry-pick release-6.1 ]Add resize SDK API for storage pool (#1200)… (
Browse files Browse the repository at this point in the history
#1252)

* [cherry-pick release-7.0 ]Add resize SDK API for storage pool (#1200) (#1250)

* Add resize SDK API for storage pool (#1200)

* Add resize SDK API for storage pool

Signed-off-by: Harsh Desai <[email protected]>

* Review comments

- bump SDK version
- Fix enums and move them inside message in proto
- handle nil SDK server
- remove mock storage pool sdk server from osd main

Signed-off-by: Harsh Desai <[email protected]>

* rebase with master

Signed-off-by: Harsh Desai <[email protected]>

* fix compile

Signed-off-by: Harsh Desai <[email protected]>

* fix sdk-version check

Signed-off-by: Harsh Desai <[email protected]>
  • Loading branch information
Harsh Desai authored Sep 29, 2019
1 parent 7775cbb commit 09562c9
Show file tree
Hide file tree
Showing 15 changed files with 2,096 additions and 1,213 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ push-docker-images: docker-images
# For master (until released), major should be 0 and patch should be 0.
# For release branches, major and minor should be frozen.
sdk-check-version:
go run tools/sdkver/sdkver.go --check-major=0 --check-minor=42
go run tools/sdkver/sdkver.go --check-major=0 --check-minor=43
5 changes: 5 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Releases

### v0.43.0 - Tech Preview (9/26/2019)

* Added new api to resize storage pools
* Added new fields UUID and LastOperation to the StoragePool object

### v0.42.17 - Tech Preview (6/11/2019)

* Added new api for cloudbackup schedule update
Expand Down
Loading

0 comments on commit 09562c9

Please sign in to comment.