Displaying 5 results from an estimated 5 matches for "ac8b".
Did you mean:
a8b
2019 Nov 28
3
[PATCH] rhv-upload: Fix waiting for transfer
....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 b/v2...
2019 Dec 10
1
Re: [PATCH] rhv-upload: Fix waiting for transfer
...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...
2005 Mar 16
1
Error in placing call file in directory
Greetings *`s,
I have created a call file and am manually placing it in
/var/spool/asterisk/outgoing, but I get the following errors in the log
file :
===========
Mar 16 15:26:57 DEBUG[2054]: Auto destroying call
'E36A0D74-1DD1-11B2-AC8B-860A22D62D71@192.168.204.10'
Mar 16 15:27:43 WARNING[2054]: Unable to open
/var/spool/asterisk/outgoing/chris.call: Permission denied, deleting
Mar 16 15:27:43 WARNING[2054]: Failed to scan service
'/var/spool/asterisk/outgoing/chris.call'
===============================
I have checked...
2019 Nov 28
0
Re: [PATCH] rhv-upload: Fix waiting for transfer
...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 patch...
2019 Nov 28
2
Re: [PATCH] rhv-upload: Fix waiting for transfer
...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...