]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: fix regression with system checkpoints
authorEric Blake <eblake@redhat.com>
Thu, 8 Sep 2011 13:06:45 +0000 (14:06 +0100)
committerEric Blake <eblake@redhat.com>
Thu, 8 Sep 2011 13:51:48 +0000 (14:51 +0100)
commit2acd4a1640f07f1376d302fa412e5aa74cb604d2
tree7e5dce70c5a89c42fd718a88db8318436b7caffe
parentae2bee4c5c5ed27ecb91327fc16f91e3fa981793
snapshot: fix regression with system checkpoints

Regression introduced in commit d6f6b2d194c.  Running
'virsh snapshot-create dom' would mistakenly report that
disks can only be specified for disk snapshots.

* src/conf/domain_conf.c (virDomainSnapshotDefParseString): Only
give error about no disk support when <disk> was found.
src/conf/domain_conf.c