ONTAP Discussions
ONTAP Discussions
Is there any difference to volume move a clone than a regular volume?
I am tried to volume move clones to the other aggregate. However, they all still running at 98% replicating for long time. It looks not moving at all.
Can anybody please shed ligt here? Thanks!
Hi,
Please check the following conditions , and also event logs on the cluster.
When you move a FlexClone parent volume, a temporary volume is left behind that acts as a parent volume for all FlexClone volumes. No operations are allowed on the temporary volume except to take it offline or to delete it. After all FlexClone volumes are either split or destroyed, the temporary volume is cleaned up automatically.
You should not move a volume until clone-splitting operations are completed.
One followe-up.
Are there any issues if I take the temporary volume offline and delete after I vol moved the parent volume to the other aggregate? Any impact on the clone left behind?
thanks
Hi,
I doubt you can do that.
https://kb.netapp.com/app/answers/answer_view/a_id/1001221:
A temporary volume with a moved_parent_temp prefix is created when a volume with active clone is moved to a different aggregate. These temporary volumes are kept offline, and exist until all the clone volumes are deleted from the source aggregate.
To see the parent clone dependencies:
::> volume clone show -vserver <vserver> -parent-volume moved_parent_temp__*
I guess, all the dependent clones (from the output above) must be either be deleted or split before you can delete parent temp vol.
I think it will error out if you try to delete it.
I hope that's your query ?
Thanks!