Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile

2013-07-02 Thread Alex W Harvey
Well the workaround here was - # cp -p nagios-virt.c nagios-virt.c.orig # vi nagios-virt.c ... # diff -u nagios-virt.c.orig nagios-virt.c --- nagios-virt.c.orig 2013-07-03 14:12:24.141730413 +1000 +++ nagios-virt.c 2013-07-03 14:03:54.355044393 +1000 @@ -30,6 +30,7 @@ #include #include

Re: [virt-tools-list] [virt-manager][PATCH ] Add option to control whether to leave VM running when closing console.

2013-07-02 Thread Daniel P. Berrange
On Tue, Jul 02, 2013 at 11:45:48AM -0300, Leonardo Augusto Guimarães Garcia wrote: > On 07/01/2013 03:18 PM, Cole Robinson wrote: > >On 06/28/2013 01:49 PM, Leonardo Garcia wrote: > >>From: Leonardo Garcia > >> > >>It is sometimes counter intuitive for a desktop user that the virtual > >>machine

Re: [virt-tools-list] [virt-manager][PATCH ] Add option to control whether to leave VM running when closing console.

2013-07-02 Thread Daniel P. Berrange
On Tue, Jul 02, 2013 at 11:50:22AM -0300, Leonardo Augusto Guimarães Garcia wrote: > On 07/02/2013 06:20 AM, Daniel P. Berrange wrote: > >On Mon, Jul 01, 2013 at 02:18:27PM -0400, Cole Robinson wrote: > >>On 06/28/2013 01:49 PM, Leonardo Garcia wrote: > >>>From: Leonardo Garcia > >>> > >>>It is s

Re: [virt-tools-list] [virt-manager][PATCH ] Add option to control whether to leave VM running when closing console.

2013-07-02 Thread Leonardo Augusto Guimarães Garcia
On 07/02/2013 06:20 AM, Daniel P. Berrange wrote: On Mon, Jul 01, 2013 at 02:18:27PM -0400, Cole Robinson wrote: On 06/28/2013 01:49 PM, Leonardo Garcia wrote: From: Leonardo Garcia It is sometimes counter intuitive for a desktop user that the virtual machine continues to run when they left t

Re: [virt-tools-list] [virt-manager][PATCH ] Add option to control whether to leave VM running when closing console.

2013-07-02 Thread Leonardo Augusto Guimarães Garcia
On 07/01/2013 03:18 PM, Cole Robinson wrote: On 06/28/2013 01:49 PM, Leonardo Garcia wrote: From: Leonardo Garcia It is sometimes counter intuitive for a desktop user that the virtual machine continues to run when they left the console viewer application. They are used that when they close an

Re: [virt-tools-list] Virt-Manager, diskformat on LVM

2013-07-02 Thread Cole Robinson
On 07/02/2013 06:03 AM, Marko Weber | ZBF wrote: > > Hello, > when i use virt-manager and do the storgae pool in LVM, > i cant choose disk type (qcow2, raw, etc...) when creating a new vm. > > htop shows me then it uses "raw". > AIUI libvirt does not provide an explicit way to format an LVM par

[virt-tools-list] Virt-Manager, diskformat on LVM

2013-07-02 Thread Marko Weber | ZBF
Hello, when i use virt-manager and do the storgae pool in LVM, i cant choose disk type (qcow2, raw, etc...) when creating a new vm. htop shows me then it uses "raw". is this a restriction by virt-manager? is it best choose to use "raw" on lvm? in many qemu-kvm books i read best way will be to

Re: [virt-tools-list] [virt-manager][PATCH ] Add option to control whether to leave VM running when closing console.

2013-07-02 Thread Daniel P. Berrange
On Mon, Jul 01, 2013 at 02:18:27PM -0400, Cole Robinson wrote: > On 06/28/2013 01:49 PM, Leonardo Garcia wrote: > > From: Leonardo Garcia > > > > It is sometimes counter intuitive for a desktop user that the virtual > > machine > > continues to run when they left the console viewer application.

Re: [virt-tools-list] [PATCH 0/3] Add auto USB redirection support for virt-manager

2013-07-02 Thread Guannan Ren
On 07/02/2013 02:34 AM, Cole Robinson wrote: On 06/29/2013 01:08 AM, Guannan Ren wrote: v3: Fix usbredir channel and checking race Rebase 1/3, 2/3 acked by Leonardo v2: add auto USB redirection support fixed error pointed out in v1 v1: add USB redirect menu item in console viewe