[Libguestfs] [PATCH] lib: libvirt: stop using <shareable/> for appliance disk (RHBZ#1518517)

Richard W.M. Jones rjones at redhat.com
Tue Dec 5 17:06:53 UTC 2017


On Tue, Dec 05, 2017 at 04:59:56PM +0100, Pino Toscano wrote:
> Commit aa9e0057b19e29f76c9a81f9aebeeb1cb5bf1fdb made the libvirt backend
> use <shareable/> for the disk of the appliance, since at that time all
> the instances were using the disk directly.
> OTOH, commit 3ad44c866042919374e2d840502e53da2ed8aef0 switched to
> overlays for read-only disks, including the appliance, so effectively
> protecting the appliance.
> 
> Because of this, the libvirt backend does not need <shareable/> anymore.
> 
> Thanks to: Daniel Berrange, Richard W.M. Jones,  Peter Krempa.
> ---
>  lib/launch-libvirt.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/lib/launch-libvirt.c b/lib/launch-libvirt.c
> index e5121799e..5aae1b611 100644
> --- a/lib/launch-libvirt.c
> +++ b/lib/launch-libvirt.c
> @@ -985,10 +985,6 @@ static int construct_libvirt_xml_appliance (guestfs_h *g, const struct libvirt_x
>      }						\
>    } while (0)
>  
> -/* <element/> */
> -#define empty_element(element)					\
> -  do { start_element(element) {} end_element (); } while (0)
> -
>  /* key=value attribute of the current element. */
>  #define attribute(key,value)                                            \
>    if (xmlTextWriterWriteAttribute (xo, BAD_CAST (key), BAD_CAST (value)) == -1){ \
> @@ -1787,8 +1783,6 @@ construct_libvirt_xml_appliance (guestfs_h *g,
>          == -1)
>        return -1;
>  
> -    empty_element ("shareable");
> -
>    } end_element ();
>  
>    return 0;
> -- 
> 2.14.3

ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list