On 06/17/2016 08:44 AM, Denis V. Lunev wrote:
> The command will work this way:
> qemu-img --trace qcow2* create -f qcow2 1.img 64G
It might be better to write the example as:
qemu-img --trace "qcow2*" create -f qcow2 1.img 64G
if only to make it obvious that we don't want the shell to expan
On Thu, Jun 16, 2016 at 10:15:12AM +0300, Denis V. Lunev wrote:
> The command will work this way:
> qemu-img --trace qcow2* create -f qcow2 1.img 64G
>
> Signed-off-by: Denis V. Lunev
> Suggested by: Daniel P. Berrange
> Reviewed-by: Eric Blake
> CC: Paolo Bonzini
> CC: Stefan Hajnoczi
>
On 06/14/2016 04:08 AM, Denis V. Lunev wrote:
> The command will work this way:
> qemu-img --trace qcow2* create -f qcow2 1.img 64G
>
> Signed-off-by: Denis V. Lunev
> Suggested by: Daniel P. Berrange
> CC: Eric Blake
> CC: Paolo Bonzini
> CC: Stefan Hajnoczi
> CC: Kevin Wolf
> ---
> Ma