[libvirt] [PATCH 1/2] libxl: Fix disk format error message

Daniel P. Berrange berrange at redhat.com
Mon Jun 24 10:25:57 UTC 2013


On Fri, Jun 21, 2013 at 02:32:49PM -0600, Jim Fehlig wrote:
> Specifying an unsupported disk format with the tap driver resulted in
> a less than helpful error message
> 
> error: Failed to start domain test-hvm
> error: internal error libxenlight does not support disk driver qed
> 
> Change the message to state that the qed format is not supported by
> the tap driver, e.g.
> 
> error: Failed to start domain test-hvm
> error: internal error libxenlight does not support disk format qed
> with disk driver tap
> 
> While at it, check for unsupported formats in the other driver
> backends.
> ---
> 
> V2: Fix logic errors when validating disk format
> 
>  src/libxl/libxl_conf.c |   24 ++++++++++++++++++++++--
>  1 files changed, 22 insertions(+), 2 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list