[libvirt] [PATCH 0/4] Sanitize restrictions imposed by VIR_DOMAIN_START_AUTODESTROY

Peter Krempa pkrempa at redhat.com
Tue Sep 24 13:17:44 UTC 2019


Migration to a different host is the only reasonable restriction that
should apply. Fix the wording in the docs and remove the restrictions
of saving the VM, taking a snapshot and taking a checkpoint.

Peter Krempa (4):
  lib: Lessen restrictions on VIR_DOMAIN_START_AUTODESTROY
  qemu: migration: Forbid only remote migration if autodestroy is active
    for VM
  qemu: snapshot: Don't forbid snapshot if autodestroy is registered
  qemu: checkpoint: Don't forbid checkpoint when VM is marked for
    autodestroy

 src/libvirt-domain.c      |  9 ++++++---
 src/qemu/qemu_driver.c    | 12 ------------
 src/qemu/qemu_migration.c |  3 ++-
 3 files changed, 8 insertions(+), 16 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list