abh1sar commented on code in PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2037007942
##########
plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/VeeamBackupProvider.java:
##########
@@ -213,7 +214,7 @@ public boolean removeVMFromBackupOffering(final
VirtualMachine vm) {
@Override
public boolean willDeleteBackupsOnOfferingRemoval() {
- return true;
+ return false;
Review Comment:
Same as above.
In veeam as well, new instance can be created from backups, the original vm
of which is expunged.
--
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]