abh1sar commented on code in PR #10140: URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2037006429
########## plugins/backup/dummy/src/main/java/org/apache/cloudstack/backup/DummyBackupProvider.java: ########## @@ -118,7 +110,7 @@ public boolean removeVMFromBackupOffering(VirtualMachine vm) { @Override public boolean willDeleteBackupsOnOfferingRemoval() { - return true; + return false; Review Comment: Backup offering can now be removed from VM without deleting old backups. The VM can be expunged or assigned another offering. New instance can be created from the older backups. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org