[libvirt] [PATCH 2/2] add --live support to "virsh dump"

Daniel P. Berrange berrange at redhat.com
Mon Nov 30 14:29:35 UTC 2009


On Mon, Nov 30, 2009 at 10:11:11AM +0100, Paolo Bonzini wrote:
> This is trivial for QEMU since you just have to not stop the vm before
> starting the dump.
> 
> In Xen it is buggy, so I chose to not support it.

Well some versions of Xen are buggy, but not neccessarily all of
them. IMHO we should support it in libvirt because it is a trivial
change to make. This at least lets users try the functionality and
see if there are bugs in their version of Xen

eg, our code already does

    return xend_op(domain->conn, domain->name, "op", "dump", "file", filename,
                   "live", "0", "crash", "0", NULL);

so it is easy to set   "live", "1"   based on flags



Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list