Re: [libvirt] [PATCH] macvtap: Only export symbols if support is enabled

2010-03-13 Thread Matthias Bolte
2010/3/13 Eric Blake ebl...@redhat.com: On 03/12/2010 02:34 PM, Matthias Bolte wrote: ---  src/Makefile.am |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 67f8b6d..4c12586 100644 --- a/src/Makefile.am +++ b/src/Makefile.am

[libvirt] [PATCH] docs: pre cannot be nested in p

2010-03-13 Thread Matthias Bolte
xsltproc complained about this. --- docs/hacking.html.in |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/hacking.html.in b/docs/hacking.html.in index f5ec635..03a1bee 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -128,20 +128,19 @@ p

Re: [libvirt] [PATCH] esx: Improve documentation about remote URIs

2010-03-13 Thread Matthias Bolte
2010/3/13 Eric Blake ebl...@redhat.com: On 03/12/2010 02:34 PM, Matthias Bolte wrote: ---  docs/drvesx.html.in |    8  1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 9b413ab..6855298 100644 --- a/docs/drvesx.html.in

Re: [libvirt] [PATCH 1/2] virsh: improve man page

2010-03-13 Thread Matthias Bolte
2010/3/12 Eric Blake ebl...@redhat.com: * tools/virsh.pod: (DESCRIPTION): Improve grammar.  Mention other drivers. (ENVIRONMENT): Document EDITOR. (COPYRIGHT): Bump. ---  tools/virsh.pod |   16 ++--  1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod

Re: [libvirt] [PATCH 2/2] virsh: support VISUAL, and allow metacharacters in EDITOR

2010-03-13 Thread Matthias Bolte
2010/3/12 Eric Blake ebl...@redhat.com: Common Unix practice is to prefer VISUAL over EDITOR, particularly if the editor of choice spawns a new window.  Thus, it is also common to see settings like EDITOR='emacs -nw', with the expectation that the shell will parse this as an argument to

[libvirt] virsh stucked in virDomainCreate

2010-03-13 Thread Anthony
Hi, I'm having an issue when trying to start a (previously created) vbox item : virsh gets stucked in virDomainCreate and I see no error message (LIBVIRT_DEBUG=1). Is there any mean to get more information on what is happening ? Moreover, now that virsh has stalled, running connect

[libvirt] virsh stucked in virDomainCreate

2010-03-13 Thread Anthony Lannuzel
Hi, I'm having an issue when trying to start a (previously created) vbox item : virsh gets stucked in virDomainCreate and I see no error message (LIBVIRT_DEBUG=1). Is there any mean to get more information on what is happening ? Moreover, now that virsh has stalled, running connect

[libvirt] Heartbeat and reboot issue

2010-03-13 Thread cheibi welid
Hi, I currently testing a two-nodes HA-cluster with DRBD (Pacemaker, Heartbeat, DRBD). When the virtual machines (with KVM) are running on one node and I halt or reboot this node, heartbeat cannot migrate the resources to the other node. Then the virtual machines are unmanaged in both nodes. I

Re: [libvirt] virsh stucked in virDomainCreate

2010-03-13 Thread Matthias Bolte
2010/3/13 Anthony Lannuzel lannu...@gmail.com: Hi, I'm having an issue when trying to start a (previously created) vbox item : virsh gets stucked in virDomainCreate and I see no error message (LIBVIRT_DEBUG=1). Is there any mean to get more information on what is happening ? Moreover, now