nvazquez commented on a change in pull request #3553: [WIP] [DO NOT MERGE] CloudStack Backup & Recovery Framework URL: https://github.com/apache/cloudstack/pull/3553#discussion_r357926773
########## File path: api/src/main/java/com/cloud/vm/VirtualMachine.java ########## @@ -319,6 +322,14 @@ public boolean isUsedBySystem() { Long getDiskOfferingId(); + Long getBackupOfferingId(); + + String getBackupExternalId(); + + String getBackupVolumes(); Review comment: Can we remove this one and use only the volume list below? As both are related to the same parameter ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services