]> git.ipfire.org Git - thirdparty/libvirt.git/commit
backup: Prevent snapshots and checkpoints at same time
authorEric Blake <eblake@redhat.com>
Wed, 24 Jul 2019 05:17:23 +0000 (00:17 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 29 Jul 2019 13:22:29 +0000 (08:22 -0500)
commit7efe930ec3c81feefeea8ec9b7ad9c8a55f8f53d
tree6537a36a2b738c715911cafdeb1eded22cab7657
parent3a204b036f04ebf63c53dca205a856a1aaaa53ff
backup: Prevent snapshots and checkpoints at same time

Earlier patches mentioned that the initial implementation will prevent
snapshots and checkpoints from being used on the same domain at once.
However, the actual restriction is done in this separate patch to make
it easier to lift that restriction via a revert, when we are finally
ready to tackle that integration in the future.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatcheckpoint.html.in
docs/formatsnapshot.html.in
src/qemu/qemu_driver.c
src/test/test_driver.c
tests/virsh-checkpoint
tests/virsh-snapshot
tools/virsh.pod