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 expand globs
based on file names in the current directory, but are passing a literal
'*' to qemu-img.

> 
> Signed-off-by: Denis V. Lunev <[email protected]>
> Suggested by: Daniel P. Berrange <[email protected]>
> Reviewed-by: Eric Blake <[email protected]>
> Reviewed-by: Stefan Hajnoczi <[email protected]>
> CC: Paolo Bonzini <[email protected]>
> CC: Kevin Wolf <[email protected]>
> ---


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to