harikrishna-patnala opened a new issue, #6554:
URL: https://github.com/apache/cloudstack/issues/6554

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
    * Improvement Request
    * Enhancement Request
    * Feature Idea
    * Documentation Report
    * Other
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Backup and recovery
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   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:
   1. "PowerShell Add-PSSnapin VeeamPSSnapin" This command is not required 
anymore. Instead, all commands can be run as "PowerShell -command 
"<ActualCommand>""
   2.                 String.format("$Job = Get-VBRJob -name \"%s\"", 
backupName),
                   "$Job.GetBackupTargetRepository() ^| select Name | 
Format-List"
   In this command "^" is not valid.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   1. Setup Veeam with version v11.0.1.1261
   2. Integrate with CloudStack
   3. Wait for the backup sync to happend.
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   If any backups are available for any VM, they should have listed and saved 
into the Database.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   Listing backups from Veeam failed.
   ~~~
   


-- 
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]

Reply via email to