Skip to content

Commit 4fc06e9

Browse files
Add custom performance support for netapp storage pools (#13663) (#22487)
[upstream:5211f5fb92747edfd577deb45910b62525cc382f] Signed-off-by: Modular Magician <[email protected]>
1 parent fe45cf4 commit 4fc06e9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changelog/13663.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
netapp: added `custom_performance_enabled`, `total_throughput_mibps`, and `total_iops` fields to `google_netapp_storage_pool` resource (beta)
3+
```

website/docs/r/netapp_storage_pool.html.markdown

+13
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ and `replica_zone` values to reflect the current state, or Terraform will initia
4242
the next apply. You can trigger a manual
4343
[zone switch](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/edit-or-delete-storage-pool#switch_active_and_replica_zones)
4444
via Terraform by swapping the value of the `zone` and `replica_zone` parameters in your HCL code.
45+
Note: Custom Performance FLEX storage pools are supported in beta provider currently.
4546

4647

4748
To get more information about StoragePool, see:
@@ -177,6 +178,18 @@ The following arguments are supported:
177178
Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false.
178179
Auto-tiering can be enabled after storage pool creation but it can't be disabled once enabled.
179180

181+
* `custom_performance_enabled` -
182+
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
183+
Optional. True if using Independent Scaling of capacity and performance (Hyperdisk). Default is false.
184+
185+
* `total_throughput_mibps` -
186+
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
187+
Optional. Custom Performance Total Throughput of the pool (in MiB/s).
188+
189+
* `total_iops` -
190+
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
191+
Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the totalThroughputMibps
192+
180193
* `project` - (Optional) The ID of the project in which the resource belongs.
181194
If it is not provided, the provider project is used.
182195

0 commit comments

Comments
 (0)