]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Support for disk-only and quiescing snapshots.
authorGeoff Hickey <ghickey@datagravity.com>
Wed, 17 Jul 2013 18:28:33 +0000 (14:28 -0400)
committerEric Blake <eblake@redhat.com>
Wed, 17 Jul 2013 21:42:43 +0000 (15:42 -0600)
commit6c8adeb41a5cc68a2b4a03d6a2035c4e9d57dae2
treea11695bb3bdce782f77eac30bdf3c0119e61c151
parent261c4f5fb93c5e23b8002f2760d4a7937cdb7f63
esx: Support for disk-only and quiescing snapshots.

Add support for creating disk-only (no memory) snapshots in esx, and
for quiescing the VM before taking the snapshot. The VMware API
supports these operations directly, so adding support to libvirt is
just a matter of setting the flags correctly when calling
VMware. VIR_DOMAIN_SNAPSHOT_CREATE_DISK_ONLY and
VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE are now valid flags for esx.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/esx/esx_driver.c