winterhazel commented on PR #9270: URL: https://github.com/apache/cloudstack/pull/9270#issuecomment-2293559468
> Hi @JoaoJandr Any impact to backup/restore operations on previous (full backup) and incremental (latest backups when the incremental snapshots enabled (using config provided) after taking some normal/full backup snapshot & later disabled, take some normal/full backup snapshots again & re-enable incremental snapshots? Hey @sureshanaparti, I tested this situation (taking non-incremental, taking incremental, taking non-incremental, taking incremental), and both snapshot creation and restore operations seem to work as expected. When `kvm.incremental.snapshot` is disabled, only full snapshots will be taken; after enabling it, the first snapshot will be a full snapshot, and next snapshots will be incremental; after disabling it, all snapshots will be full snapshots. Restore operations work normally. -- 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