-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add Large Volumes support for netapp volumes #11601
add Large Volumes support for netapp volumes #11601
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_netapp_volume" "primary" {
large_capacity = # value needed
multiple_endpoints = # value needed
}
|
Tests analyticsTotal tests: 18 Click here to see the affected service packages
View the build log |
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.
Do you mind adding adding a create test and a update test for the new fields?
Doc: https://googlecloudplatform.github.io/magic-modules/develop/test/test/#before-you-begin
Also, the conflicts need to be resolved. |
Creating Large Volume is a high resource intensive process and by nature of design of this feature it limits the total number of large volumes for a particular region which will restrict the user if we add tests for this. We already have this feature in Terraform EAP provider which is shared with customers and working fine. |
effc485
to
cc04e82
Compare
Done |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_netapp_volume" "primary" {
large_capacity = # value needed
multiple_endpoints = # value needed
}
|
1 similar comment
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_netapp_volume" "primary" {
large_capacity = # value needed
multiple_endpoints = # value needed
}
|
Tests analyticsTotal tests: 18 Click here to see the affected service packages
View the build log |
Tests analyticsTotal tests: 18 Click here to see the affected service packages
View the build log |
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. Thanks for working on this.
Release Note Template for Downstream PRs (will be copied)