We have netapp volumes which are not vserver-dr-protected (attribute vserver-dr-protection: unprotected).
If we want to do a instant vm recovery of a vm on this volume the vol clone command fails: Failed to create clone of volume ...
it would be nice if veeam would create the vol clone command every time with the attribute "vserver-dr-protection" set to "unprotected" although the source volume is "protected".
Here are two commands. the first one fails (i think veeam would do it like this):
Code: Select all
vol clone create -vserver ... -flexclone test -type RW -parent-vserver ... -parent-volume ...
The second one works (with -vserver-dr-protection unprotected)
Code: Select all
vol clone create -vserver ... -flexclone test -type RW -parent-vserver ... -parent-volume ... -vserver-dr-protection unproteced
Thank you.