Displaying 4 results from an estimated 4 matches for "32b97384".
2019 Nov 28
3
[PATCH] rhv-upload: Fix waiting for transfer
...ad-plugin.py", line 109, in open
transfer = create_transfer(connection, disk, host)
File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
"transfer %s was paused by system" % transfer.id)
RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
I could not simulate the other cases. This probaly requires injecting
errors in engine.
v2v/rhv-upload-plugin.py | 40 +++++++++++++++++++++++++++++++---------
1 file changed, 31 insertions(+), 9 deletions(-)
diff --git a/v2v/rhv-upload-plugin.py...
2019 Dec 10
1
Re: [PATCH] rhv-upload: Fix waiting for transfer
...t; > transfer = create_transfer(connection, disk, host)
> > File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> > "transfer %s was paused by system" % transfer.id)
> > RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
> >
> > I could not simulate the other cases. This probaly requires injecting
> > errors in engine.
>
> You might be able to inject errors more easily than that by modifying
> the test harness (tests/test-v2v-o-rhv-upload-m...
2019 Nov 28
0
Re: [PATCH] rhv-upload: Fix waiting for transfer
...line 109, in open
> transfer = create_transfer(connection, disk, host)
> File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> "transfer %s was paused by system" % transfer.id)
> RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
>
> I could not simulate the other cases. This probaly requires injecting
> errors in engine.
You might be able to inject errors more easily than that by modifying
the test harness (tests/test-v2v-o-rhv-upload-module/ovirtsdk4/).
Anyway p...
2019 Nov 28
2
Re: [PATCH] rhv-upload: Fix waiting for transfer
...t; > transfer = create_transfer(connection, disk, host)
> > File "/home/nsoffer/src/virt-v2v/tmp/rhvupload.1DgXyh/rhv-upload-plugin.py", line 539, in create_transfer
> > "transfer %s was paused by system" % transfer.id)
> > RuntimeError: transfer 32b97384-ac8b-40d5-b423-26d31faabe32 was paused by system
> >
> > I could not simulate the other cases. This probaly requires injecting
> > errors in engine.
>
> You might be able to inject errors more easily than that by modifying
> the test harness (tests/test-v2v-o-rhv-upload-m...