search for: uuuid

Displaying 3 results from an estimated 3 matches for "uuuid".

Did you mean: uuid
2017 Jun 22
1
CentOS 6 and crypttab
...ten that drive that I posted about the other day encrypted, and things were looking good... until there was a problem with another RAID attached to the box, and I wound up having to reboot. What had been /dev/sdb came up as /dev/sdc. So... is there any way other than using /dev/disk/by-uuid/<uUUID> as the second field in /etc/crypttab to deal with this possibility? mark
2018 Jun 18
0
Re: [PATCH] v2v: -o rhv-upload: Optimize http request sending
..."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/test 3. Create the image: file: touch /var/tmp/sd-uuuid/vol-uuid (note that the file system must support direct I/O) block: lvcreate -n vol-uuid -L 1g sd-uuid At this point you can upload or download using this transfer_url: https://localhost:9876/images/test We can make it even easier by supporting command line options so you don't need to ch...
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