Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Cole Robinson
Joey Boggs wrote: Cole Robinson wrote: Joey Boggs wrote: This adds a new function to the virtinst.ImageParser.Disk class to verify disk signatures and runs by default when using virt-image. The next patch will wrap up loose ends in the ImageParser.Disk class to weed out unsupported

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Joey Boggs
Better integrated into the Disk class and runs when a Disk object is created Cole Robinson wrote: Joey Boggs wrote: Cole Robinson wrote: Joey Boggs wrote: This adds a new function to the virtinst.ImageParser.Disk class to verify disk signatures and runs by default when

Re: [et-mgmt-tools] [RFC]Re:[libvirt][RFC][PATCH]virt-managercallsmigration API

2008-10-16 Thread Atsushi SAKAI
Hi, Dan and Cole I know you are very busy. But would you give me a comment on this patch? Thanks Atsushi SAKAI S.Sakamoto [EMAIL PROTECTED] wrote: Hi, As a result of migration test in my environment that applied this patch, there is not a problem. If not comment, please apply this

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Cole Robinson
Joey Boggs wrote: Better integrated into the Disk class and runs when a Disk object is created diff -r db5d9aeca590 virtinst/ImageParser.py --- a/virtinst/ImageParser.py Fri Oct 10 10:32:50 2008 -0400 +++ b/virtinst/ImageParser.py Thu Oct 16 09:41:22 2008 -0400 @@ -23,6 +23,8 @@ import

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Joey Boggs
Cole, That's fine I'll take a look after it's commited and write that down for future reference. Cole Robinson wrote: Joey Boggs wrote: Better integrated into the Disk class and runs when a Disk object is created diff -r db5d9aeca590 virtinst/ImageParser.py --- a/virtinst/ImageParser.py

Re: [et-mgmt-tools] [RFC]Re: [libvirt] [RFC][PATCH] virt-managercallsmigration API

2008-10-16 Thread Cole Robinson
S.Sakamoto wrote: Hi, I make the prototype patch. This patch is displayed destination host in a sub-menu, as follows. right-click | +- Run Pause Shutdown Migrate host1.example.com

Re: [et-mgmt-tools] libvirt munin plugins

2008-10-16 Thread Daniel P. Berrange
On Thu, Oct 16, 2008 at 05:38:57PM +0200, Guido G?nther wrote: Hi, just in case somebody monitors VMs with munin[1]. I've put to simple plugins for net and block I/O monitoring here: http://honk.sigxcpu.org/projects/libvirt/monitor/ Nice idea ! Rich Jones did a similar thing for collectd,

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Cole Robinson
Joey Boggs wrote: Cole, That's fine I'll take a look after it's commited and write that down for future reference. Thanks, committed now: http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=9f45a36d8242 - Cole ___ et-mgmt-tools mailing

Re: [et-mgmt-tools] libvirt munin plugins

2008-10-16 Thread Daniel Veillard
On Thu, Oct 16, 2008 at 04:41:22PM +0100, Daniel P. Berrange wrote: On Thu, Oct 16, 2008 at 05:38:57PM +0200, Guido G?nther wrote: Hi, just in case somebody monitors VMs with munin[1]. I've put to simple plugins for net and block I/O monitoring here:

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread David Lutterkort
On Thu, 2008-10-16 at 11:49 -0400, Cole Robinson wrote: Joey Boggs wrote: Cole, That's fine I'll take a look after it's commited and write that down for future reference. Thanks, committed now: http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=9f45a36d8242 One gripe I

Re: [et-mgmt-tools] [patch] virt-image / ImageParser disk signature verification function

2008-10-16 Thread Cole Robinson
David Lutterkort wrote: On Thu, 2008-10-16 at 11:49 -0400, Cole Robinson wrote: Joey Boggs wrote: Cole, That's fine I'll take a look after it's commited and write that down for future reference. Thanks, committed now:

Re: [et-mgmt-tools] Try to use cft ...

2008-10-16 Thread David Lutterkort
On Fri, 2008-10-10 at 09:55 +1300, Martial Paupe wrote: I'm trying to use cft but I've got that error when I begin a session. # cft begin httpd /usr/lib/ruby/site_ruby/1.8/puppet/parameter.rb:403:in `unsafe_validate': Invalid 'failovermethod' value priorit. Valid values are absent. Valid

[et-mgmt-tools] virt-instal with silent install

2008-10-16 Thread tournesol
Hi All, I've made a original distribution that is automatic installation without any prompt (= silent install). When I run following on Dom0, it looks running well. /usr/sbin/virt-install -n fc6 -r 1024 -f /disk/xen/fc6.img -s 40 -m 00:16:3e:00:10:10 -b xenbr0 -c /tmp/auto_fc6.iso -v --vnc