Skip to content

Commit

Permalink
shared raw block support - libopenstorage extensions
Browse files Browse the repository at this point in the history
Signed-off-by: sulakshm <[email protected]>
  • Loading branch information
sulakshm authored and lsundararajan committed Aug 27, 2024
1 parent 014bae4 commit 25d6405
Show file tree
Hide file tree
Showing 21 changed files with 2,578 additions and 1,972 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.54 - (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 25d6405

Please sign in to comment.