All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-img behavior for locating backing files
@ 2015-04-01 16:16 John Snow
  2015-04-01 16:28 ` Eric Blake
  2015-04-02  9:38 ` Kevin Wolf
  0 siblings, 2 replies; 6+ messages in thread
From: John Snow @ 2015-04-01 16:16 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel, qemu-block

Kevin, what's the correct behavior for qemu-img and relative paths when 
creating a new qcow2 file?

Example:

(in e.g. /home/qemu/build/ or anywhere not /home: )
qemu-img create -f qcow2 base.qcow2 32G
qemu-img create -f qcow2 -F qcow2 -b base.qcow2 /home/overlay.qcow2

In 1.7.0., this produces a warning that the base object cannot be found 
(because it does not exist at that location relative to overlay.qcow2), 
but qemu-img will create the qcow2 for you regardless.

2.0, 2.1 and 2.2 all will create the image successfully, with no warnings.

2.3-rc1/master as they exist now will emit an error message and create 
no image.

Since this is a change in behavior for the pending release, is this the 
correct/desired behavior?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-07 15:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01 16:16 [Qemu-devel] qemu-img behavior for locating backing files John Snow
2015-04-01 16:28 ` Eric Blake
2015-04-02  9:38 ` Kevin Wolf
2015-04-07  0:31   ` John Snow
2015-04-07  8:44     ` Kevin Wolf
2015-04-07 15:55       ` John Snow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.