search for: e2a59b88d

Displaying 6 results from an estimated 6 matches for "e2a59b88d".

2020 Feb 06
3
[PATCH] lib: Autodetect backing format and specify it explicitly.
...etect the format of the backing disk at the time of creation of the overlay, and set that as the backing format in the overlay disk itself, allowing libvirt to open the disk later. --- lib/create.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/create.c b/lib/create.c index e2a59b88d..e30286c39 100644 --- a/lib/create.c +++ b/lib/create.c @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, const struct guestfs_disk_create_argv *optargs) { const char *backingformat = NULL; + CLEANUP_FREE char *backingformat_free = NUL...
2020 Mar 09
3
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...erlay, and set that as the backing format in the > > overlay disk itself, allowing libvirt to open the disk later. > > --- > > lib/create.c | 13 +++++++++++++ > > 1 file changed, 13 insertions(+) > > > > diff --git a/lib/create.c b/lib/create.c > > index e2a59b88d..e30286c39 100644 > > --- a/lib/create.c > > +++ b/lib/create.c > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > const struct guestfs_disk_create_argv *optargs) > > { > > const char *backingf...
2020 Mar 09
2
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...verlay disk itself, allowing libvirt to open the disk later. > > > > --- > > > > lib/create.c | 13 +++++++++++++ > > > > 1 file changed, 13 insertions(+) > > > > > > > > diff --git a/lib/create.c b/lib/create.c > > > > index e2a59b88d..e30286c39 100644 > > > > --- a/lib/create.c > > > > +++ b/lib/create.c > > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > > const struct guestfs_disk_create_argv *optargs) > &...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...the time of > creation of the overlay, and set that as the backing format in the > overlay disk itself, allowing libvirt to open the disk later. > --- > lib/create.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/lib/create.c b/lib/create.c > index e2a59b88d..e30286c39 100644 > --- a/lib/create.c > +++ b/lib/create.c > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > const struct guestfs_disk_create_argv *optargs) > { > const char *backingformat = NULL; > + CLEANUP_...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...format in the > > > overlay disk itself, allowing libvirt to open the disk later. > > > --- > > > lib/create.c | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > > > > > diff --git a/lib/create.c b/lib/create.c > > > index e2a59b88d..e30286c39 100644 > > > --- a/lib/create.c > > > +++ b/lib/create.c > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > const struct guestfs_disk_create_argv *optargs) > > > { > &gt...
2020 Mar 09
0
Re: [PATCH] lib: Autodetect backing format and specify it explicitly.
...ibvirt to open the disk later. > > > > > --- > > > > > lib/create.c | 13 +++++++++++++ > > > > > 1 file changed, 13 insertions(+) > > > > > > > > > > diff --git a/lib/create.c b/lib/create.c > > > > > index e2a59b88d..e30286c39 100644 > > > > > --- a/lib/create.c > > > > > +++ b/lib/create.c > > > > > @@ -255,6 +255,7 @@ disk_create_qcow2 (guestfs_h *g, const char *filename, int64_t size, > > > > > const struct guestfs_disk_create_a...