-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Terraform Core Version
1.7.4
ONTAP Provider Version
2.0.1
Affected Resource(s)
- netapp-ontap_storage_volume_resource
Expected Behavior
Provide options for:
- compaction
- deduplication
- etc.
Currently, we only have compression
Actual Behavior
None of the options above is available.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource "netapp-ontap_storage_volume_resource" "ontap_vol" {
cx_profile_name = "aws"
name = "vol1"
svm_name = "mySvm"
aggregates = [
{
name = "aggr1"
}
]
space = {
size = 20480
size_unit = "mb"
}
efficiency {
compression = "none"
dedupe = "both" # not supported
compaction = "inline" # not supported
}
}
Steps to Reproduce
Running terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
See ONTAP REST API for further reference.
Would you like to implement a fix?
None
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
2.4.0