cloudstack
cloudstack copied to clipboard
Support Veeam version v11.0.1.1261 for backup and recovery
ISSUE TYPE
- Improvement Request
COMPONENT NAME
Backup and recovery
SUMMARY
Veeam plugin is already supported and the documentation is available here http://docs.cloudstack.apache.org/en/latest/adminguide/veeam_plugin.html
Since the version v11.0.1.1261 the powershell commands has changed and few commands are no more valid.
Examples:
- "PowerShell Add-PSSnapin VeeamPSSnapin" This command is not required anymore. Instead, all commands can be run as "PowerShell -command "<ActualCommand>""
-
String.format("$Job = Get-VBRJob -name \"%s\"", backupName), "$Job.GetBackupTargetRepository() ^| select Name | Format-List"
In this command "^" is not valid.
STEPS TO REPRODUCE
1. Setup Veeam with version v11.0.1.1261
2. Integrate with CloudStack
3. Wait for the backup sync to happend.
EXPECTED RESULTS
Using Veeam v11.0.1.1261 with CloudStack should work seemlessly
ACTUAL RESULTS
Using Veeam v11.0.1.1261 with CloudStack failed