search for: l905

Displaying 5 results from an estimated 5 matches for "l905".

Did you mean: 905
2019 Apr 01
2
Re: guestfish Remote Images IPv6 Support
...directory >> Could not open backing image to determine size. > The code in libguestfs is supposed to turn the guestfs_add_drive > ‘servers’ parameter into a Ceph URL for qemu: > > https://github.com/libguestfs/libguestfs/blob/f79129b8dc92470e3a5597daf53c84038bd6859e/lib/qemu.c#L905 > > and I suppose this is being done wrong somehow (I don't have a Ceph > server to test). > > At a guess I would say that it seems as if ':' characters must be > quoted somehow (backslash?) because they are also used to separate the > address and port number. >...
2019 Mar 29
2
guestfish Remote Images IPv6 Support
I have scoured the web and can't find anything on the topic: Is IPv6 supported for remote image targets? For example: guestfish --format=raw --ro -a rbd://[fd00::cefc:1]:6789/images/CentOS-7-x86_64-GenericCloud-1901 Does not work citing the following: libguestfs: trace: set_verbose true libguestfs: trace: set_verbose = 0 libguestfs: create: flags = 0, handle = 0x5560231bdfb0, program =
2019 Mar 30
0
Re: guestfish Remote Images IPv6 Support
...ported: No such file or directory > Could not open backing image to determine size. The code in libguestfs is supposed to turn the guestfs_add_drive ‘servers’ parameter into a Ceph URL for qemu: https://github.com/libguestfs/libguestfs/blob/f79129b8dc92470e3a5597daf53c84038bd6859e/lib/qemu.c#L905 and I suppose this is being done wrong somehow (I don't have a Ceph server to test). At a guess I would say that it seems as if ':' characters must be quoted somehow (backslash?) because they are also used to separate the address and port number. Rich. -- Richard Jones, Virtualizat...
2019 Apr 01
0
Re: guestfish Remote Images IPv6 Support
...gt;Could not open backing image to determine size. > >The code in libguestfs is supposed to turn the guestfs_add_drive > >‘servers’ parameter into a Ceph URL for qemu: > > > > https://github.com/libguestfs/libguestfs/blob/f79129b8dc92470e3a5597daf53c84038bd6859e/lib/qemu.c#L905 > > > >and I suppose this is being done wrong somehow (I don't have a Ceph > >server to test). > > > >At a guess I would say that it seems as if ':' characters must be > >quoted somehow (backslash?) because they are also used to separate the > >...
2019 Apr 01
2
Re: guestfish Remote Images IPv6 Support
...en backing image to determine size. >>> The code in libguestfs is supposed to turn the guestfs_add_drive >>> ‘servers’ parameter into a Ceph URL for qemu: >>> >>> https://github.com/libguestfs/libguestfs/blob/f79129b8dc92470e3a5597daf53c84038bd6859e/lib/qemu.c#L905 >>> >>> and I suppose this is being done wrong somehow (I don't have a Ceph >>> server to test). >>> >>> At a guess I would say that it seems as if ':' characters must be >>> quoted somehow (backslash?) because they are also used to...