feat(fsx): support HDD storage type for a Lustre file systems#30207
feat(fsx): support HDD storage type for a Lustre file systems#30207mergify[bot] merged 33 commits intoaws:mainfrom
Conversation
75a2e79 to
f6ed95d
Compare
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
This PR has been in the MERGE CONFLICTS state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week. |
c28648c to
ac6d2cd
Compare
lpizzinidev
left a comment
There was a problem hiding this comment.
Thanks 👍 Left some comments for adjustments
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
|
@lpizzinidev Thank you for your review! I've addressed your comments. |
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
GavinZZ
left a comment
There was a problem hiding this comment.
Nice! That's a lot of validations but I think you handled them nicely.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #30206.
Reason for this change
AWS FSx for Luster file systems supports HDD storage type and LusterFileSystem construct cannot configure it.
Description of changes
storageTypeforfsx.FileStstemPropsstorageTypeis added not toLusterFileSystemPropsbut toFileSystemPropsbecause HDD storage is also supported by Windows file systems.LusterConfiguration.perUnitStorageThroughputFileSystemProps.storageCapacityGiBDescription of how you validated changes
Added both unit and integ tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license