Skip to content

Commit

Permalink
PWX-36635: Adds the pod_name field to PureBlockSpec
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Krpan <[email protected]>
  • Loading branch information
Pure-AdamuKaapan committed May 24, 2024
1 parent 33fdeae commit 3aefb02
Show file tree
Hide file tree
Showing 6 changed files with 5,644 additions and 5,617 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.185.0 - (05/24/2024)

* Added a parameter for FlashArray Pod names

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

* Added new `pure_nfs_endpoint_opt` field to VolumeSpecUpdate message in proto.
Expand Down
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,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 3aefb02

Please sign in to comment.