Hello guys.
I am trying to move a VM from a hyper-v 2012 R2 Failover cluster to a non clustered host (2012).
Let's say that the VM i need to move outside the cluster is called VM1. VM1's VHDX is on cluster's CSV. VM1 resides on node HV05
Cluster is called cluster01.
The host outside the cluster (but in the same domain) is HV25.
I've created a share folder on HV25 called SharedFolder (\\HV25\SharedFolder). I've shared this folder with domain admin user.
In ADUC i've created constrain delegation using Kerberos for cifs service on bothe Cluster01 and hv25
I tried to move VM1's storage to the shared folder from HV25.
The error i get is: Migration did not succeed. Failed to copy file c:\ClusterStorage\Volume2\VMs\VM1\vm1.vhdx to \\hv25\vm1\vm1.vhdx: General access devnied error (0x80070005).
In cluster's machine event viewer i get: Storage migration for virtual machine 'VM1' (D13DAEC6-F811-427D-8A06-8F960B3F3B3F) failed with error 'General access denied error' (0x80070005). EventID 20820.
Can anyone help me understand what am I missing, please?
Thank you very much.