Skip to content

Commit

Permalink
PWX-36635: Adds the pod_name field to PureBlockSpec (libopenstorage#2444
Browse files Browse the repository at this point in the history
)

* PWX-36635: Adds the pod_name field to PureBlockSpec

Signed-off-by: Adam Krpan <[email protected]>

* experimental: try 5 min timeout for certain tests

Signed-off-by: Shivanjan Chakravorty <[email protected]>

* [revert] experimental: try 5 min timeout for certain tests

Signed-off-by: Shivanjan Chakravorty <[email protected]>

* Skipping UT TestAlertsServerEnumerate

Signed-off-by: Priyanshu Pandey <[email protected]>

* Undo skip UT

Signed-off-by: Priyanshu Pandey <[email protected]>

---------

Signed-off-by: Adam Krpan <[email protected]>
Signed-off-by: Shivanjan Chakravorty <[email protected]>
Signed-off-by: Priyanshu Pandey <[email protected]>
Co-authored-by: Shivanjan Chakravorty <[email protected]>
Co-authored-by: Priyanshu Pandey <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent a7ffd15 commit 10c2b08
Show file tree
Hide file tree
Showing 7 changed files with 1,878 additions and 1,846 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.50 - (05/24/2024)

* Add a parameter for FlashArray Pod names

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

* Add an API to return non-overlapping nodes with respect to volume replicas
Expand Down
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const (
SpecBackendPureFile = "pure_file"
SpecPureFileExportRules = "pure_export_rules"
SpecPureNFSEnpoint = "pure_nfs_endpoint"
SpecPurePodName = "pure_fa_pod_name"
SpecIoThrottleRdIOPS = "io_throttle_rd_iops"
SpecIoThrottleWrIOPS = "io_throttle_wr_iops"
SpecIoThrottleRdBW = "io_throttle_rd_bw"
Expand Down
Loading

0 comments on commit 10c2b08

Please sign in to comment.