search for: 1026688

Displaying 11 results from an estimated 11 matches for "1026688".

2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...introduce > Perl-specific bugs in the bindings, but these are rarer than you would > think (the Perl bindings are automatically generated, so any bugs > would be systematic, affecting many different calls at once). > > [...] > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1026688 > > [2] https://www.redhat.com/archives/libguestfs/2013-November/msg00003.html > > > > Full Debug Output: > > > > libguestfs: trace: set_verbose true > > libguestfs: trace: set_verbose = 0 > > libguestfs: create: flags = 0, handle = 0x2e74d90, program = p...
2013 Nov 25
4
Problem Connecting to RBD images using Sys::Guestfs Perl Module
...eback,format=raw,id=hd0,if=none >> disk image rbd:libvirt:mon_host=192.168.0.35\:6789\;192.168.0.2\:6789\;192.168.0.40\:6789:auth_supported=none: Invalid argument I am able to add non rbd images without an issue. Any thoughts? Thanks, Jon A [1] https://bugzilla.redhat.com/show_bug.cgi?id=1026688 [2] https://www.redhat.com/archives/libguestfs/2013-November/msg00003.html Full Debug Output: libguestfs: trace: set_verbose true libguestfs: trace: set_verbose = 0 libguestfs: create: flags = 0, handle = 0x2e74d90, program = perl libguestfs: trace: set_trace true libguestfs: trace: set_trace = 0...
2013 Nov 05
2
Problem using virt-sysprep with RBD images
Hello, I'm having a problem when trying to use virt-sysprep against vms that have rbd disk images. When I run virt-sysprep I get the following error: >> root@kitt:~/libguestfs-1.22.4# virt-sysprep -d server-clone-test --firstboot firstboot.sh >> Examining the guest ... >> Fatal error: exception Guestfs.Error("rbd: image name must begin with a '/'") My
2012 Nov 18
2
[LLVMdev] What is a FunctionType really?
This may sound weird, but what exactly is a FunctionType? That is, in terms of memory, or underlying value, what does the FunctionType actually represent. At first I though it might be a pointer, but it is not -- since you have to wrap a PointerType around it to use as such. Can a FunctionType value actually exist, or is strictly an abstract concept? In particular, can I actually directly define
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...l. Of course, occasionally we introduce Perl-specific bugs in the bindings, but these are rarer than you would think (the Perl bindings are automatically generated, so any bugs would be systematic, affecting many different calls at once). [...] > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1026688 > [2] https://www.redhat.com/archives/libguestfs/2013-November/msg00003.html > > Full Debug Output: > > libguestfs: trace: set_verbose true > libguestfs: trace: set_verbose = 0 > libguestfs: create: flags = 0, handle = 0x2e74d90, program = perl > libguestfs: trace: set_tra...
2013 Nov 05
0
Re: Problem using virt-sysprep with RBD images
...naming. > > Is there a way to give virt-sysprep a rbd with the -a flag, or is there a > better way to sysprep vms? I would like to avoid having to edit the vm > config if possible. This is a bug basically. I have filed a bug report here: https://bugzilla.redhat.com/show_bug.cgi?id=1026688 It would be helpful to try with a newer version of libguestfs. Ubuntu has just pushed the 1.24.0 package. I don't know if it'll help or not, but it would be useful to know if the behaviour changes. https://launchpad.net/ubuntu/+source/libguestfs/1:1.24.0-0ubuntu1/+build/5181109 Rich....
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...cific bugs in the bindings, but these are rarer than you would > > think (the Perl bindings are automatically generated, so any bugs > > would be systematic, affecting many different calls at once). > > > > [...] > > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1026688 > > > [2] > https://www.redhat.com/archives/libguestfs/2013-November/msg00003.html > > > > > > Full Debug Output: > > > > > > libguestfs: trace: set_verbose true > > > libguestfs: trace: set_verbose = 0 > > > libguestfs: create: flag...
2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
On Mon, Nov 25, 2013 at 04:12:40PM -0700, Jon wrote: > Hello Richard, > > I'm using: > > >> virt-sysprep 1.25.6 > > I honestly don't remember if the currently installed version is from the > tarball or pulled from the github source... Now that you mention it, I > think it could even be the version with my "hack" to fix virt-sysprep... >
2013 Nov 06
2
Re: Problem using virt-sysprep with RBD images
...a way to give virt-sysprep a rbd with the -a flag, or is there a > > better way to sysprep vms? I would like to avoid having to edit the vm > > config if possible. > > This is a bug basically. I have filed a bug report here: > > https://bugzilla.redhat.com/show_bug.cgi?id=1026688 > > It would be helpful to try with a newer version of libguestfs. Ubuntu > has just pushed the 1.24.0 package. I don't know if it'll help or > not, but it would be useful to know if the behaviour changes. > > > https://launchpad.net/ubuntu/+source/libguestfs/1:1.24.0...
2014 Mar 27
4
ANNOUNCE: libguestfs 1.26 released
...p to delete more logfiles https://bugzilla.redhat.com/1033207 RFE: libguestfs inspection does not recognize Free4NAS live CD https://bugzilla.redhat.com/1028660 RFE: virt-sysprep/virt-builder should have an option to lock a user account https://bugzilla.redhat.com/1026688 libguestfs fails examining libvirt guest with ceph drives: rbd: image name must begin with a '/' https://bugzilla.redhat.com/1022431 virt-builder fails if $HOME/.cache doesn't exist https://bugzilla.redhat.com/1022184 libguestfs: do not use versioned...
2014 Jan 23
7
[PATCH 0/7] Various fixes for Ceph drives and parsing libvirt XML.
Miscellaneous fixes to: - Handling of Ceph drives now works end-to-end (RHBZ#1026688). - In particular, you can now use rbd:/// URIs in guestfish (and they work). - Parse Ceph & NBD network drives from libvirt XML correctly, so that existing domains with Ceph/NBD drives can be added (eg. using guestfish -d option). - Add more testing of the above.