Skip to content

Commit

Permalink
PWX-38767: shared block support - libopenstorage extensions
Browse files Browse the repository at this point in the history
Signed-off-by: lsundararajan <[email protected]>
  • Loading branch information
lsundararajan committed Oct 1, 2024
1 parent ed814c3 commit ca857ac
Show file tree
Hide file tree
Showing 11 changed files with 2,275 additions and 1,973 deletions.
3 changes: 3 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Releases

### v0.101.55 - (02/10/2024)

* Added shared block support
### v0.101.54 - (09/23/2024)

* Revert verify-checksum changes
Expand Down
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const (
SpecIoThrottleWrIOPS = "io_throttle_wr_iops"
SpecIoThrottleRdBW = "io_throttle_rd_bw"
SpecIoThrottleWrBW = "io_throttle_wr_bw"
SpecSharedBlock = "shared_block"
)

// OptionKey specifies a set of recognized query params.
Expand Down
Loading

0 comments on commit ca857ac

Please sign in to comment.