abh1sar commented on issue #11876: URL: https://github.com/apache/cloudstack/issues/11876#issuecomment-3429348898
@leolns the Volume (Primary Storage) name in vmware is created by removing the '-' hyphens from the Primary storage UUID in cloudstack. So the -Name parameter looks correct. The issue is with the -Server parameter. `$server = Get-VBRServer -Name \"%s\"", hostIp` The $server returned here is an Array object, which the command does not expect. Hence the error. Can you try running Get-VBRServer -Name <hostip> directly on the Veeam server? Ideally it should return only one entry, but for you it seems to be returning multiple. Please check why are multiple servers present in Veeam for the same IP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
