[libvirt] [PATCH] Report better error if qemuSnapshotIsAllowed failed.

Daniel Veillard veillard at redhat.com
Thu Apr 29 13:47:13 UTC 2010


On Wed, Apr 28, 2010 at 04:27:21PM -0400, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> ---
>  src/qemu/qemu_driver.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index f7084ca..5ab211a 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -10782,8 +10782,8 @@ static int qemuDomainSnapshotIsAllowed(virDomainObjPtr vm)
>              (!vm->def->disks[i]->driverType ||
>               STRNEQ(vm->def->disks[i]->driverType, "qcow2"))) {
>              qemuReportError(VIR_ERR_OPERATION_INVALID,
> -                            _("Disk device '%s' does not support snapshotting"),
> -                            vm->def->disks[i]->info.alias);
> +                            _("Disk '%s' does not support snapshotting"),
> +                            vm->def->disks[i]->src);
>              return 0;
>          }
>      }

  Okay  point raised previously,

ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list