qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] tuning parameters qed


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] tuning parameters qed
Date: Tue, 13 Mar 2012 16:33:17 +0000

On Tue, Mar 13, 2012 at 1:51 PM, PANKAJ RAWAT <address@hidden> wrote:
> Thanks for the reply .
> we can change the cluster_size by qemu-img command
> but how can we changeĀ  L1/L2 table size ?

You can find out available image creation options like this:

$ qemu-img create -f qed -o \? test.qed 10G

And use them like this:

$ qemu-img create -f qed -o cluster_size=...,table_size=... test.qed 10G

Stefan



reply via email to

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