qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] qcow2 snapshot + resize


From: lihuiba
Subject: Re: [Qemu-devel] qcow2 snapshot + resize
Date: Wed, 6 Jan 2016 10:50:08 +0800 (CST)

At 2016-01-05 21:55:56, "Eric Blake" <address@hidden> wrote:
>On 01/05/2016 05:10 AM, lihuiba wrote:
>
>>>> In our production environment, we need to extend a qcow2 image with
>>>> snapshots in it.
>
>>> The thing is that one would need to update all the inactive L1 tables. I
>>> don't think it should be too difficult, it's just that apparently so far
>>> nobody ever had the need for this feature.
>
>Is resizing a snapshot really what you want?  Ideally, a snapshot tracks
>the data from a point in time, including the metadata of the size being
>tracked at that time.  Extending the snapshots then reverting to that
>snapshot means your guest would see a larger disk on revert than it did
>at the time the snapshot was created, which guests might not handle very
>well.
I want to make resizing (extending only) and snapshot independent to each other,
otherwise going back and forth in snapshots may cause the disk shrinked and extended. 
That would introduce some technical trouble, and possibly confuse user as well.



reply via email to

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