• G
    esx: Support for disk-only and quiescing snapshots. · 6c8adeb4
    Geoff Hickey 提交于
    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: NEric Blake <eblake@redhat.com>
    6c8adeb4
esx_driver.c 169.4 KB