Skip to content

245 - enhancement - netapp-ontap_volume resource#425

Closed
csahu9 wants to merge 7 commits intorelease-2.2from
245-enhancement-netapp-ontap_volume_resource
Closed

245 - enhancement - netapp-ontap_volume resource#425
csahu9 wants to merge 7 commits intorelease-2.2from
245-enhancement-netapp-ontap_volume_resource

Conversation

@csahu9
Copy link
Copy Markdown
Contributor

@csahu9 csahu9 commented Mar 5, 2025

Issue #245

  • added new options autosize.* to volume resource

@csahu9 csahu9 linked an issue Mar 7, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@carchi8py carchi8py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to add any new variable to the data source as well.
And the the examples.

@suhasbshekar
Copy link
Copy Markdown
Contributor

please resolve conflicts

if err := mapstructure.Decode(response, &dataONTAP); err != nil {
return nil, errorHandler.MakeAndReportError("error decoding volume info by name", fmt.Sprintf("error on decode storage/volumes: %s, statusCode %d, response %#v", err, statusCode, response))
}
if dataONTAP.Efficiency.Policy.Name == "" || dataONTAP.Efficiency.Policy.Name == "-" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csahu9 why is this removed?

@csahu9 csahu9 force-pushed the 245-enhancement-netapp-ontap_volume_resource branch from bac79a3 to 112cee0 Compare April 7, 2025 09:56
@csahu9
Copy link
Copy Markdown
Contributor Author

csahu9 commented Apr 8, 2025

Recreating this PR.

@csahu9 csahu9 closed this Apr 8, 2025
@csahu9 csahu9 deleted the 245-enhancement-netapp-ontap_volume_resource branch April 8, 2025 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add autosize to ontap_storage_volume_resource

3 participants