aruhier / virt-backup

Backup your kvm guests managed by libvirt
Other
106 stars 23 forks source link

2 simultaneous backup for the same domain #8

Closed aruhier closed 5 years ago

aruhier commented 8 years ago

What happens if 2 simultaneous backups are running for the same domain, sharing the same connection? If the 1st one receives the event of the 2nd one, the callback (pivot_callback() in DomBackup) mights match the domain, and maybe end the wrong backup.

Some tests should be done to check this situation.

aruhier commented 5 years ago

Issue avoided in the multithreaded implementation