Displaying 3 results from an estimated 3 matches for "osdisk".
Did you mean:
ondisk
2015 Jun 26
3
Re: URI Handling Patch
...is is another consequence of the lack of query string handling
> for http/https URIs.
>
> In any case, do you have a simple reproducer for this escaping handling
> for qemu?
>
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 so...
2015 Jun 29
0
Re: URI Handling Patch
...andling
> > for http/https URIs.
> >
> > In any case, do you have a simple reproducer for this escaping handling
> > for qemu?
> >
>
> 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...
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