qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] Virtual disk size for image and its backing disk


From: address@hidden
Subject: Re: [Qemu-discuss] Virtual disk size for image and its backing disk
Date: Sat, 10 Jan 2015 15:11:07 +0530

Sorry for the false alarm, qemu-img-xen was actually very old binary(0.10.2) lying on the system. I used qemu-img and thats working fine.

On Sat, Jan 10, 2015 at 6:39 AM, Fam Zheng <address@hidden> wrote:
On Sat, 01/10 01:53, address@hidden wrote:
> Hi,
>
> I am trying to use a base image.qcow2 file and create many VMs out of it
> using following command.
>
> qemu-img -f qcow2 -b image.qcow2 vm1.qcow2
>
> Now image.qcow2 is a 40G disk with 23G worth of data. So its virtual size
> is 40G and actual size is 23G. However, for vm1.qcow2 I am seeing that its
> virtual size is 23G. When I boot using vm1.qcow2, kernel panics saying that
> it can't read super block at some big offset, which I feel is due to this
> virtual size problem as ext3 might be trying to read super block of each
> block group.
>

Are you using a compiled qemu from git repo or from your distro? What is the
version number?

Could you show the output of "qemu-img info" and "qemu-img map" on both images?

Fam


reply via email to

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