[libvirt] [glib PATCH] domain config: add API to set the filesystem image format

2015-06-15 Thread Cédric Bosdonnat
Add the gvir_config_domain_filesys_set_driver_format function to allow setting nbd driver type + image format for containers filesystems. --- libvirt-gconfig/libvirt-gconfig-domain-filesys.c | 30 +++- libvirt-gconfig/libvirt-gconfig-domain-filesys.h | 4

Re: [libvirt] [glib PATCH] domain config: add API to set the filesystem image format

2015-06-15 Thread Cedric Bosdonnat
On Mon, 2015-06-15 at 17:12 +0200, Christophe Fergeau wrote: Hey, On Mon, Jun 15, 2015 at 03:37:12PM +0200, Cédric Bosdonnat wrote: Add the gvir_config_domain_filesys_set_driver_format function to allow setting nbd driver type + image format for containers filesystems. ---

Re: [libvirt] [glib PATCH] domain config: add API to set the filesystem image format

2015-06-15 Thread Christophe Fergeau
On Mon, Jun 15, 2015 at 05:36:49PM +0200, Cedric Bosdonnat wrote: On Mon, 2015-06-15 at 17:12 +0200, Christophe Fergeau wrote: I haven't looked if there are other similar situations in libvirt-gconfig, but silently overwriting a preexisting type attribute with something different when

Re: [libvirt] [glib PATCH] domain config: add API to set the filesystem image format

2015-06-15 Thread Christophe Fergeau
Hey, On Mon, Jun 15, 2015 at 03:37:12PM +0200, Cédric Bosdonnat wrote: Add the gvir_config_domain_filesys_set_driver_format function to allow setting nbd driver type + image format for containers filesystems. --- libvirt-gconfig/libvirt-gconfig-domain-filesys.c | 30