Everytime I run a disk to disk migration, it runs for a couple hours and then fails with the following error.
set-protectiongroup : the operation failed due to a virtual disk service error.
I did some research and cannot really find anything related to my issue. There's no disk space issue on the destination disk.
I am migrating about 12TB on two separate SAN's to two 47TB custom volumes on a separate SAN. The first time I ran the command it moved about 6TB and then errors with inactive replica issues. I fixed that issue and now get the above issue every
time I run the migration.
Command I am using: .\MigrateDatasourceDataFromDPM.ps1 -DPMServerName MyDPMServer -Source $disk[2] -Destination $disk[0]
Thanks for any help.