NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

GCP HA now supports fast write mode #170

Closed nichollri closed 1 year ago

nichollri commented 1 year ago

Currently we get an error when setting writing_speed_state to HIGH for deploying CVO HA pair in GCP with this setting. This feature came into BlueXP / ONTAP 9.13.0 https://docs.netapp.com/us-en/bluexp-cloud-volumes-ontap/whats-new.html#flash-cache-and-high-write-speed-in-google-cloud This should be supported in Terraform deployments.

chuyich commented 1 year ago

DEVOPS-6308 raised for this fix.

chuyich commented 1 year ago

The fix has been delivered in the new release 23.6.1 yesterday

nichollri commented 1 year ago

Thank you!!!