]> xenbits.xensource.com Git - libvirt.git/commit
qemu: snapshot: Disallow snapshot of unsupported shared disks
authorPeter Krempa <pkrempa@redhat.com>
Wed, 15 Nov 2017 12:41:01 +0000 (13:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 23 Nov 2017 17:26:48 +0000 (18:26 +0100)
commit9b2fbfa6f6b535b9f41a7503531d43d86d7a8868
treedb6a0fbe6062d93d684cdf22adb56e5bae7dbb94
parent3b03a27cd00c2f032661d2bf8905795425752fc7
qemu: snapshot: Disallow snapshot of unsupported shared disks

Creating a snapshot would introduce a possibly unsupported member for
sharing into the backing chain. Add a check to prevent that from
happening.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1511480
src/qemu/qemu_driver.c