[libvirt] [PATCH] qemu: Don't require a block or file when looking for an alias.

Wido den Hollander wido at widodh.nl
Fri Apr 5 15:43:10 UTC 2013


On 04/05/2013 05:36 PM, Wido den Hollander wrote:
> From: root <root at kvm01.(none)>
>

My bad for this one, I noticed it to late.

Wido

> This for example prohibits you to use iotune for Ceph or Sheepdog devices.
>
> Signed-off-by: Wido den Hollander <wido at widodh.nl>
> ---
>   src/qemu/qemu_driver.c |    4 ----
>   1 file changed, 4 deletions(-)
>
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 552a81b..464d30a 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -13032,10 +13032,6 @@ qemuDiskPathToAlias(virDomainObjPtr vm, const char *path, int *idx)
>       if (idx)
>           *idx = i;
>
> -    if (disk->type != VIR_DOMAIN_DISK_TYPE_BLOCK &&
> -        disk->type != VIR_DOMAIN_DISK_TYPE_FILE)
> -        goto cleanup;
> -
>       if (disk->src) {
>           if (virAsprintf(&ret, "drive-%s", disk->info.alias) < 0) {
>               virReportOOMError();
>




More information about the libvir-list mailing list