NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

Feature request : ablity to clone volumes #177

Open halradaideh opened 1 year ago

halradaideh commented 1 year ago

Can we have the ability to clone a volume, as in here https://docs.netapp.com/zh-cn/occm38/api.html#_vsa_volumes

chuyich commented 1 year ago

In volume resource, only create/update/delete are supported. If you want the identical volume, it can be done by creating two same volume resources with different name.

halradaideh commented 12 months ago

I had an impression that the volume resource supports cloning as well

Gcp-ha: volumes Clones an existing volume POST /gcp/ha/volumes/{workingEnvironmentId}/{svmName}/{volumeName}/clone

chuyich commented 12 months ago

Yes. We are checking the feature and will get back to you.

halradaideh commented 6 months ago

any updates?

chuyich commented 6 months ago

Sorry for late response. We're still working with the dev team.

chuyich commented 5 months ago

Raised DEVOPS-6470 for tracking

halradaideh commented 1 week ago

any update here?