-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
intrasite rep with mor than 1 store is not working #2
Comments
I'm having the same issue |
Exactly the same problem here... |
I fixed this issue with only small code changes:
|
"..." was only a placeholder for the code ;) Here is the full version:
Would be nice if you can give a short feedback if it also works for you. If so I will make a pull request. |
Well the error is gone but I still can't get the vdisk to replicate. It's like the robocopy just isn't moving the files. I can go FROM farm1/server1 TO farm2/server1 but I can't go FROM farm2/server1 TO farm1/server1. |
I tried to use the Script for an Intrasite replication. However, it is not working and will cancel with the following Output:
Get-PvsStore : Cannot bind parameter 'StoreId'. Cannot convert value "System.Object[]" to type "System.Guid". Error: "Guid should contain 32 digits with 4 dashes
In my case, this line returns more than one store back and this is not supported
$IS_storeID = (Get-PvsServerStore -ServerName $IS_srcServer.Split('.')[0]).StoreID[0].ToString()
The text was updated successfully, but these errors were encountered: