Displaying 12 results from an estimated 12 matches for "xiaodai".
2018 Aug 14
2
[PATCH] v2v: -o rhv-upload: Fix error message disk numbering (RHBZ#1615885).
Thanks: Xiaodai Wang
---
v2v/output_rhv_upload.ml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
index 6260eaac5..df91a117f 100644
--- a/v2v/output_rhv_upload.ml
+++ b/v2v/output_rhv_upload.ml
@@ -361,13 +361,13 @@ If the messages abov...
2020 Jan 15
2
[PATCH v2v] docs: Fix update-crypto-policies command.
The command as documented was wrong. We need to use the --set option
to change the policy.
Fixes commit d5cbe7b4bee5dec9e28b1db03e933c97ef6d11e0.
Thanks: Xiaodai Wang
---
docs/virt-v2v-input-xen.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/virt-v2v-input-xen.pod b/docs/virt-v2v-input-xen.pod
index bafeabf62..bce0aff45 100644
--- a/docs/virt-v2v-input-xen.pod
+++ b/docs/virt-v2v-input-xen.pod
@@ -36,7 +36,7 @@ to interoperate...
2020 Jan 15
2
Re: [PATCH v2v] docs: Fix update-crypto-policies command.
...l P. Berrangé wrote:
> On Wed, Jan 15, 2020 at 10:57:36AM +0000, Richard W.M. Jones wrote:
> > The command as documented was wrong. We need to use the --set option
> > to change the policy.
> >
> > Fixes commit d5cbe7b4bee5dec9e28b1db03e933c97ef6d11e0.
> > Thanks: Xiaodai Wang
> > ---
> > docs/virt-v2v-input-xen.pod | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/docs/virt-v2v-input-xen.pod b/docs/virt-v2v-input-xen.pod
> > index bafeabf62..bce0aff45 100644
> > --- a/docs/virt-v2v-input-xen.p...
2019 Nov 28
3
[PATCH] rhv-upload: Fix waiting for transfer
...irt node
Change the wait loop to consider all cases:
- Transfer failed and was removed
- Transfer failed and will be removed soon
- Transfer paused by the system (cancel required)
- Unexpected transfer phase (cancel required)
- Timeout waiting for TRANSFERRING state (cancel required)
Reported-by: Xiaodai Wang
---
I could easy simulate the case when the system paused the transfer by
injecting an error in vdsm, failing transfer initialization.
The import fail with:
nbdkit: python[1]: error: /home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py: open: error: Traceback (most recent ca...
2019 Dec 10
1
Re: [PATCH] rhv-upload: Fix waiting for transfer
...nsfer failed and was removed
> > - Transfer failed and will be removed soon
> > - Transfer paused by the system (cancel required)
> > - Unexpected transfer phase (cancel required)
> > - Timeout waiting for TRANSFERRING state (cancel required)
> >
> > Reported-by: Xiaodai Wang
> > ---
> >
> > I could easy simulate the case when the system paused the transfer by
> > injecting an error in vdsm, failing transfer initialization.
> >
> > The import fail with:
> >
> > nbdkit: python[1]: error: /home/nsoffer/src/virt-v2v/tmp/...
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
When erroring out about duplicated parameters, say "more than once"
instead of "twice", since there can be more than two repeated
parameters.
Thanks to: Xiaodai Wang
---
generator/fish.ml | 2 +-
generator/perl.ml | 2 +-
resize/resize.ml | 4 ++--
tools/virt-tar | 4 ++--
v2v/input_libvirt_vddk.ml | 2 +-
v2v/output_rhv_upload.ml | 4 ++--
v2v/output_vdsm.ml | 4 ++--
7 files changed, 11 insertions(+), 11 delet...
2018 Aug 14
0
Re: [PATCH] v2v: -o rhv-upload: Fix error message disk numbering (RHBZ#1615885).
On Tuesday, 14 August 2018 15:40:54 CEST Richard W.M. Jones wrote:
> Thanks: Xiaodai Wang
> ---
> v2v/output_rhv_upload.ml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
> index 6260eaac5..df91a117f 100644
> --- a/v2v/output_rhv_upload.ml
> +++ b/v2v/output_rhv_upload.ml
&g...
2020 Jan 15
0
Re: [PATCH v2v] docs: Fix update-crypto-policies command.
On Wed, Jan 15, 2020 at 10:57:36AM +0000, Richard W.M. Jones wrote:
> The command as documented was wrong. We need to use the --set option
> to change the policy.
>
> Fixes commit d5cbe7b4bee5dec9e28b1db03e933c97ef6d11e0.
> Thanks: Xiaodai Wang
> ---
> docs/virt-v2v-input-xen.pod | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/virt-v2v-input-xen.pod b/docs/virt-v2v-input-xen.pod
> index bafeabf62..bce0aff45 100644
> --- a/docs/virt-v2v-input-xen.pod
> +++ b/docs/virt-v2v-input-x...
2019 Nov 28
0
Re: [PATCH] rhv-upload: Fix waiting for transfer
...onsider all cases:
> - Transfer failed and was removed
> - Transfer failed and will be removed soon
> - Transfer paused by the system (cancel required)
> - Unexpected transfer phase (cancel required)
> - Timeout waiting for TRANSFERRING state (cancel required)
>
> Reported-by: Xiaodai Wang
> ---
>
> I could easy simulate the case when the system paused the transfer by
> injecting an error in vdsm, failing transfer initialization.
>
> The import fail with:
>
> nbdkit: python[1]: error: /home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py...
2016 Feb 26
2
[PATCH 1/2] v2v: -o libvirt: Refactor video and graphics elements.
This is just a refactoring and doesn't change the meaning of the code.
---
v2v/output_libvirt.ml | 60 +++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 68af3de..d1cbaa1 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -222,46 +222,44 @@ let create_libvirt_xml
2019 Nov 28
2
Re: [PATCH] rhv-upload: Fix waiting for transfer
...nsfer failed and was removed
> > - Transfer failed and will be removed soon
> > - Transfer paused by the system (cancel required)
> > - Unexpected transfer phase (cancel required)
> > - Timeout waiting for TRANSFERRING state (cancel required)
> >
> > Reported-by: Xiaodai Wang
> > ---
> >
> > I could easy simulate the case when the system paused the transfer by
> > injecting an error in vdsm, failing transfer initialization.
> >
> > The import fail with:
> >
> > nbdkit: python[1]: error: /home/nsoffer/src/virt-v2v/tmp/...
2017 Feb 28
0
ANNOUNCE: libguestfs 1.36 released
...t 7 months of work by many contributors.
I'd like to call out in particular substantial code contributions
from: Pino Toscano, Tomáš Golembiovský, Cédric Bosdonnat, Roman Kagan,
Dawid Zamirski and Matteo Cafasso. Also our testing team: Tingting
Zheng, Xiang Hua Chen, Ming Xie, Junquin Zhou and Xiaodai Wang.
Amongst the new features are substantial enhancements to virt-v2v
including support for Debian and Ubuntu guest conversions, and
conversions from AWS; a new "virt-tail" command for following log
files in guests; even more support for encrypted guests; robustness
when handling Windo...