search for: uukd

Displaying 2 results from an estimated 2 matches for "uukd".

Did you mean: uuid
2018 Jun 18
0
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
...un it /usr/bin/ovirt-imageio-daemon To upload, without real engine, you can install your own ticket like this: 1. Create a ticket json: $ cat ticket.json { "uuid": "test", "size": 1073741824, "url": "file:///var/tmp/sd-uukd/vol-uuid", "timeout": 3000, "ops": ["read", "write"] } 2. Install the ticket $ curl --unix-socket /tmp/vdsm/ovirt-imageio-daemon.sock \ -X PUT \ --upload-file ticket.json \ http://localhost/tickets/...
2018 Jun 18
2
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
On Thu, Jun 14, 2018 at 09:24:48PM +0300, Nir Soffer wrote: > On Thu, Jun 14, 2018 at 9:16 PM Nir Soffer <nirsof@gmail.com> wrote: > > + headers = {"Content-Type": "application/json", > > + "Content-Length", str(len(buf))} There were a few Python syntax errors such as this one. They can be found by running: make -C v2v check