On Sun, Jun 09, 2013 at 03:40:42PM +0800, 雨居轩 wrote:
Hi dear all:
I have browsed almost all architecture of libGuestFs and use it on Fedora 18. It really
seems greate!
However,
1. No virtual disk (*.vdi, *.vmdk...) based snashot analysis code
Current LibGuestFs could recognize and virtual disk format
(e.g. *.VDI) and the file syste inside it (e.g. NTFS ), but find
no support for snapshot virtual disk.
libguestfs relies on qemu for all disk / format support. So we
support whatever qemu supports. As qemu doesn't appear to be able to
read snapshots (except for the "top" one obviously) from a VMDK or VDI
file, we can't read them either. If support for this was added to
qemu, then libguestfs would get it for free, or nearly for free.
Virtual Machine such VirtualBox will generate snapshot (*.VDI for
virtual disk diff, *.sav for virtual memory diff), and these
snapshots are always diff towards based virtutual disk.
2. So I missed this feature? Or these feature not supported now?
If not support, so does libguestFs will support it in the future?
It totally depends on qemu. You or someone would have to add this
feature to qemu. libguestfs would get it for free after that.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages.
http://libguestfs.org