[libvirt] Use existing QEMU image with libvirt?

2008-08-18 Thread Jun Koi
Hi, I have some existing QEMU images. Now I want to use it with libvirt/virsh. Is there any easy way to do that? I suppose that we need an XML file for each image, but dont want to craft them from scratch. Thanks, Jun -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mai

Re: [libvirt] fail to connect via ssh

2008-08-18 Thread MINAI Katsuhito
Hi, I had solved the problem. The prefix option of ./configure command is needed to be specified so that it should become the same as the command pathname of libvirt in a remote server. $ ./configure --without-xen --prefix=/ Thanks, Minai On Mon, 18 Aug 2008 16:08:11 +0900 MINAI Katsuhito <[E

Re: [libvirt] Re: virsh/virt-install for dummies

2008-08-18 Thread Jun Koi
On Tue, Aug 19, 2008 at 12:00 PM, Cole Robinson <[EMAIL PROTECTED]> wrote: > Jun Koi wrote: >> On Mon, Aug 18, 2008 at 9:59 PM, Cole Robinson <[EMAIL PROTECTED]> wrote: >> Yes, virsh works well: it returns few pages of xml data. However, "virt-install" still has problem like bel

Re: [libvirt] Re: virsh/virt-install for dummies

2008-08-18 Thread Cole Robinson
Jun Koi wrote: > On Mon, Aug 18, 2008 at 9:59 PM, Cole Robinson <[EMAIL PROTECTED]> wrote: > >>> >>> Yes, virsh works well: it returns few pages of xml data. >>> >>> However, "virt-install" still has problem like below. It seems to have >>> some thing with Xen? I dont install Xen on my machine.

Re: [libvirt] Re: virsh/virt-install for dummies

2008-08-18 Thread Jun Koi
On Mon, Aug 18, 2008 at 9:59 PM, Cole Robinson <[EMAIL PROTECTED]> wrote: > Jun Koi wrote: >> On Fri, Aug 15, 2008 at 8:02 PM, Daniel P. Berrange <[EMAIL PROTECTED]> >> wrote: >> >>> On Fri, Aug 15, 2008 at 07:47:32PM +0900, Jun Koi wrote: >>> On Fri, Aug 15, 2008 at 7:36 PM, Daniel P. Berran

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-08-18 Thread David Lively
Same patch, resubmitted after fixing allocation issue you pointed out. Looking more closely, I notice it was leaking when pool/source/name was specified. Just added a strdup for the other case (when pool/source/name defaults to pool/name) and a VIR_FREE in the destructor. Dave On Tue, 2008-08-12

Re: [libvirt] [PATCH] introducing (for logical storage pools)

2008-08-18 Thread David Lively
On Fri, 2008-08-15 at 10:49 +0100, Daniel Berrange wrote: > On Fri, Aug 08, 2008 at 03:17:52PM -0400, David Lively wrote: > > [*] Well ... almost. Note that directory pools have a similar issue -- > > the "source" of the pool is given by the -- there's no > > . I suppose implementing directory

Re: [libvirt] Re: virsh/virt-install for dummies

2008-08-18 Thread Cole Robinson
Jun Koi wrote: > On Fri, Aug 15, 2008 at 8:02 PM, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > >> On Fri, Aug 15, 2008 at 07:47:32PM +0900, Jun Koi wrote: >> >>> On Fri, Aug 15, 2008 at 7:36 PM, Daniel P. Berrange <[EMAIL PROTECTED]> >>> wrote: >>> On Fri, Aug 15, 2008 at 07

Re: [libvirt] Re: virsh/virt-install for dummies

2008-08-18 Thread Jun Koi
On Fri, Aug 15, 2008 at 8:02 PM, Daniel P. Berrange <[EMAIL PROTECTED]> wrote: > On Fri, Aug 15, 2008 at 07:47:32PM +0900, Jun Koi wrote: >> On Fri, Aug 15, 2008 at 7:36 PM, Daniel P. Berrange <[EMAIL PROTECTED]> >> wrote: >> > On Fri, Aug 15, 2008 at 07:32:48PM +0900, Jun Koi wrote: >> >> On Fri,

Re: [libvirt] [patch] remove duplicate call of virInitialize()

2008-08-18 Thread Daniel P. Berrange
On Mon, Aug 18, 2008 at 02:31:27PM +0900, Nguyen Anh Quynh wrote: > Hi, > > This patch removes the redundant call to virInitialize() inside > __virStateInitialize(). Thanks, we must have had a bad patch merge at some point. I've applied this change to CVS. Regards, Daniel -- |: Red Hat, Enginee

[libvirt] fail to connect via ssh

2008-08-18 Thread MINAI Katsuhito
Hi all, I have built libvirt by http://libvirt.org/sources/libvirt-0.4.4.tar.gz on fedora 9 as follows. $ tar zxf libvirt-cvs-snapshot.tar.gz $ cd libvirt-0.4.4 $ ./configure --without-xen $ make However, virsh failed to connect via SSH to remote server. How can I fix the problem? $ ./src/virsh