search for: 9dd2d8a

Displaying 4 results from an estimated 4 matches for "9dd2d8a".

2020 Mar 16
3
[p2v PATCH 1/3] Add kickstart URLs for RHEL 8
Both BaseOS and AppStream are needed. --- virt-p2v-make-kickstart.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virt-p2v-make-kickstart.in b/virt-p2v-make-kickstart.in index 779ba62..cbbfb8a 100644 --- a/virt-p2v-make-kickstart.in +++ b/virt-p2v-make-kickstart.in @@ -176,6 +176,16 @@ repo --name=rhel6_${minor}_server_optional --baseurl=$baseurl/Server/optional/$a
2020 Mar 16
0
[p2v PATCH 3/3] Ignore 'openstack' driver
...he 'openstack' output mode requires few options, and virt-p2v does not have the GUI bits for specifying them. Similar to commit 9b009aa4a3898648fe68301d1c5ed774a0bf2e38 (for rhv-upload). --- ssh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ssh.c b/ssh.c index 9dd2d8a..ce0caaa 100644 --- a/ssh.c +++ b/ssh.c @@ -1018,10 +1018,11 @@ static void add_output_driver (const char *name, size_t len) { /* Ignore the 'vdsm' driver, since that should only be used by VDSM. - * Ignore the 'rhv-upload' driver, since we do not support passing all the -...
2020 Mar 16
1
Re: [p2v PATCH 3/3] Ignore 'openstack' driver
...tions, and virt-p2v does not > have the GUI bits for specifying them. > > Similar to commit 9b009aa4a3898648fe68301d1c5ed774a0bf2e38 (for > rhv-upload). > --- > ssh.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/ssh.c b/ssh.c > index 9dd2d8a..ce0caaa 100644 > --- a/ssh.c > +++ b/ssh.c > @@ -1018,10 +1018,11 @@ static void > add_output_driver (const char *name, size_t len) > { > /* Ignore the 'vdsm' driver, since that should only be used by VDSM. > - * Ignore the 'rhv-upload' driver, since we...
2019 Dec 03
7
[p2v PATCH 0/6] Use GLib a bit more
In an effort to reduce the code, start to use few bits of GLib: - replace the gnulib c-type module - replace the gnulib getprogname module - use g_spawn_sync to launch curl, and drop a file reading function Pino Toscano (6): Include glib.h in p2v.h Use g_ascii_isspace instead of c_isspace from gnulib Use g_get_prgname instead of getprogname from gnulib build: remove no more used gnulib