qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC] Allow 'qemu-img convert' to preserve the backing file


From: Marc Bevand
Subject: [Qemu-devel] [RFC] Allow 'qemu-img convert' to preserve the backing file
Date: Wed, 28 May 2008 05:02:48 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Currently if qemu-img convert is used to convert for example a qcow1 image (with
a backing file) to a qcow2 image, the resulting image will have no backing file.

In order to preserve the backing file (to save disk space), qemu-img should
offer a command line option to enable the feature. For this it needs to be made
aware of BlockDrivers supporting backing files.

I need this feature and am going to implement it. If someone has any comment to
make, now is the time.

-marc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]