sureshanaparti commented on code in PR #12549:
URL: https://github.com/apache/cloudstack/pull/12549#discussion_r2755537262


##########
plugins/backup/nas/src/main/java/org/apache/cloudstack/backup/NASBackupProvider.java:
##########
@@ -244,7 +244,7 @@ public boolean restoreVMFromBackup(VirtualMachine vm, 
Backup backup) {
         return answer.getResult();
     }
 
-    private List<String> getVolumePaths(List<VolumeVO> volumes) {
+    private List<String> getVolumePaths(List<VolumeVO> volumes, 
List<Backup.VolumeInfo> backedVolumes) {

Review Comment:
   this returns empty list when _backedVolumes_ is empty - passed in 
_takeBackup()_ above 



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