search for: gabhartswarmstorage

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

2015 Jun 26
3
Re: URI Handling Patch
...I don't have a simple repro for qemu, but this is pretty close. In guestfish do this: add "/vhds/osdiskforconsul0-osdisk.vhd?se=2016-01-01T00%3A00%3A00Z&sp=r&sv=2014-02-14&sr=b&sig=LOlrHXrQeaqlSEP51hRi7E5KDa9lnkqSvLTaZBmTkrQ%3D" readonly:true protocol:https server: gabhartswarmstorage.blob.core.windows.net After you execute 'run', you should see qemu complaining about something like a 404 Error and the file not existing. After the unescape change the above will start working. > > > The other problem was that only the "path" portion of the URI struc...
2015 Jun 29
0
Re: URI Handling Patch
...pro for qemu, but this is pretty close. In > guestfish do this: > > add > "/vhds/osdiskforconsul0-osdisk.vhd?se=2016-01-01T00%3A00%3A00Z&sp=r&sv=2014-02-14&sr=b&sig=LOlrHXrQeaqlSEP51hRi7E5KDa9lnkqSvLTaZBmTkrQ%3D" > readonly:true protocol:https server: > gabhartswarmstorage.blob.core.windows.net > > After you execute 'run', you should see qemu complaining about something > like a 404 Error and the file not existing. After the unescape change the > above will start working. In this case, you can check in a simplier way: $ guestfish -x -a '/vh...
2015 Jun 25
4
URI Handling Patch
I have written a patch (please see attached) which fixes both of these bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1092583 https://bugzilla.redhat.com/show_bug.cgi?id=1232477 By default, when saving a URI using xmlSaveUri it escapes everything in the URI. QEMU doesn't want anything escaped, so now I unescape everything after the URI is generated. Unfortunately there's no flag to