-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon FXx ONTAP File System HA Pair update #34993
Amazon FXx ONTAP File System HA Pair update #34993
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…ceNew (BadRequest: Throughput capacity modification is not supported for multi-HA pair ONTAP file systems).
…t_capacity_per_ha_pair' like the corresponding resource.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccFSxONTAPFileSystemDataSource_Id\|TestAccFSxONTAPFileSystem_basic\|TestAccFSxONTAPFileSystem_singleAZ\|TestAccFSxONTAPFileSystem_haPair\|TestAccFSxONTAPFileSystem_throughputCapacity' PKG=fsx ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 2 -run=TestAccFSxONTAPFileSystemDataSource_Id\|TestAccFSxONTAPFileSystem_basic\|TestAccFSxONTAPFileSystem_singleAZ\|TestAccFSxONTAPFileSystem_haPair\|TestAccFSxONTAPFileSystem_throughputCapacity -timeout 720m
=== RUN TestAccFSxONTAPFileSystemDataSource_Id
=== PAUSE TestAccFSxONTAPFileSystemDataSource_Id
=== RUN TestAccFSxONTAPFileSystem_basic
=== PAUSE TestAccFSxONTAPFileSystem_basic
=== RUN TestAccFSxONTAPFileSystem_singleAZ
=== PAUSE TestAccFSxONTAPFileSystem_singleAZ
=== RUN TestAccFSxONTAPFileSystem_haPair
=== PAUSE TestAccFSxONTAPFileSystem_haPair
=== RUN TestAccFSxONTAPFileSystem_throughputCapacity
=== PAUSE TestAccFSxONTAPFileSystem_throughputCapacity
=== CONT TestAccFSxONTAPFileSystemDataSource_Id
=== CONT TestAccFSxONTAPFileSystem_haPair
--- PASS: TestAccFSxONTAPFileSystemDataSource_Id (2179.81s)
--- PASS: TestAccFSxONTAPFileSystem_haPair (1917.37s)
=== CONT TestAccFSxONTAPFileSystem_throughputCapacity
--- FAIL: TestAccFSxONTAPFileSystemDataSource_Id (2151.98s)
=== CONT TestAccFSxONTAPFileSystem_singleAZ
--- PASS: TestAccFSxONTAPFileSystem_singleAZ (2165.70s)
=== CONT TestAccFSxONTAPFileSystem_basic
--- PASS: TestAccFSxONTAPFileSystem_throughputCapacity (3798.55s)
--- PASS: TestAccFSxONTAPFileSystem_basic (2213.81s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 6537.425s
@awsaxeman Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.32.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This update adds the ability to use the new scale out features of FSx for ONTAP. Adding the ability to specify multiple HA pairs and throughput per HA pair. Also updates the limits for IOPS to the new limit.
Relations
Closes #34953
References
Output from Acceptance Testing