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 Aug 30, 2024
1 parent bc42ffa commit eea8ca2
Show file tree
Hide file tree
Showing 23 changed files with 2,631 additions and 1,994 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.55 - (08/26/2024)

* Added shared block support

### v0.101.53 - (04/30/2024)

* Added flag ResumeFromSavedOffset to verify-checksum start command
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 eea8ca2

Please sign in to comment.