Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Mar 22, 2024
1 parent f4fee0c commit b7a7db5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Version 2.3
---------
* Add option -S (--start-domain): with this option it is possible
to put an offline domain into paused state: CPU for domain is in halted state
(not executing any code), but it is possible to execute full/inc/diff
backups and create checkpoints. Domain is destroyed automatically after
backup finishes. (#164)

* Update README
* Add option -S (--start-domain): if specified and virtual domain is offline
during backup, domain will be started in pause mode, allowing to execute
full/diff/inc backups. Domain is destroyed as soon as operation finished
by using libvirt's AUTODESTROY flag. (#164)
* Move code for preflight tests to separate module.

Version 2.2
---------
Expand All @@ -17,10 +17,6 @@ Version 2.2
condition (#163)
* Pass pidFile to qemu-nbd process for local NBD server during restore,
report PID of forked process instead of parent.
* Add option -S (--start-domain): if specified and virtual domain is offline
during backup, domain will be started in pause mode, allowing to execute
full/diff/inc backups. Domain is destroyed as soon as operation finished
by using libvirt's AUTODESTROY flag. (#164)

Version 2.1
---------
Expand Down

0 comments on commit b7a7db5

Please sign in to comment.