From: shu ming <shuming@linux.vnet.ibm.com>
To: Jagane Sundar <jagane@sundar.org>
Cc: Jes Sorensen <Jes.Sorensen@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
Badari Pulavarty <pbadari@us.ibm.com>,
Stefan Hajnoczi <stefanha@gmail.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: More work on Livebackup for qemu/qemu-kvm
Date: Thu, 15 Sep 2011 14:10:41 +0800 [thread overview]
Message-ID: <4E7196E1.4090805@linux.vnet.ibm.com> (raw)
In-Reply-To: <4DC9F85D.9030800@sundar.org>
Jagane,
we are testing and reviewing the livebackup workspace from
git://github.com/jagane/qemu-livebackup.git
Several questions are coming from us.
1) It seems that the workspace has not been updated for a while. Is
there any new update for this project?
2) It looks like that the support is hightly bounded with qcow2
image format. Is there any plan to support
other formats? Like raw, qed streaming?
3) Can we add some checksum method to check if the backup image is
correct in the process of image
transfering? For example, a checksum is made before the
snapshot is transfered and then is compared
with the checksum of the backup image after the backup is done.
Jagane Sundar:
> Hello All,
>
> I have made more progress on the proposed Livebackup feature
> for qemu and qemu-kvm.
>
> Based on Jes' feedback, I have switched over to using command
> line parameters instead of specific named files. So, a typical
> command line looks like this:
>
> # ./x86_64-softmmu/qemu-system-x86_64 -drive \
> file=/dev/kvm_vol_group/kvm_root_part,boot=on,if=virtio,livebackup=on \
> -drive file=/dev/kvm_vol_group/kvm_disk1,if=virtio,livebackup=on \
> -m 512 -net nic,model=virtio,macaddr=52:54:00:00:00:01 \
> -net tap,ifname=tap0,script=no,downscript=no \
> -vnc 0.0.0.0:1000 -usb -usbdevice tablet \
> -livebackup_dir /root/kvm/livebackup -livebackup_port 7900
>
> Note the new option livebackup=on in the drive parameters, and
> the two new parameters -livebackup_dir and -livebackup_port
>
> Here's my strategy for rigorous testing of this new code:
> I have created two virtual disks in LVM logical volumes, and
> added code in qemu livebackup to create a LVM snapshot as
> soon as livebackup_client connects to qemu and creates a
> livebackup snapshot. Then I binary compare the livebackup
> backed up version of the virtual disk image with the
> LVM snapshot that was created by using 'cmp'.
> The backup images are a bit for bit match!
>
> As always, all information is available at:
>
> http://wiki.qemu.org/Features/Livebackup
>
> I have also sent in my application to make a presentation at
> the qemu forum 2011.
>
> In the meantime, I invite feedback on livebackup.
> Specifically, I am interested in scrutiny of my testing
> methodology.
>
> Also, I plan to add encryption (probably SSL) to the
> livebackup TCP connection, and some form of authentication.
>
> Any thoughts, feedback?
>
> Thanks,
> Jagane
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2011-09-15 6:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-11 2:45 More work on Livebackup for qemu/qemu-kvm Jagane Sundar
2011-09-15 6:10 ` shu ming [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E7196E1.4090805@linux.vnet.ibm.com \
--to=shuming@linux.vnet.ibm.com \
--cc=Jes.Sorensen@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=jagane@sundar.org \
--cc=kvm@vger.kernel.org \
--cc=pbadari@us.ibm.com \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).