Re: [vdsm] Installation dependency for VDSM-4.9.6-0.109 package on FC16

2012-04-23 Thread Federico Simoncelli
Hi Shu, you can get sanlock and libvirt from fedora 17: # yum --releasever=17 update libvirt # yum --releasever=17 install sanlock And lvm2 from my repository: http://fsimonce.fedorapeople.org/lvm2/fedora-16/x86_64/ -- Federico - Original Message - From: Shu Ming

Re: [vdsm] reserve virtio-balloon device created by libvirt

2012-04-23 Thread Gal Hammer
On 23/04/2012 12:26, Mark Wu wrote: Hi guys, I saw that an option to create balloon device was added by Gal in http://gerrit.ovirt.org/1573 I have a question about it. Why don we preserve the old default behaviour? I know it's not supported by ovirt-engine now, but I can't figure out what will

Re: [vdsm] Installation dependency for VDSM-4.9.6-0.109 package on FC16

2012-04-23 Thread Shu Ming
Yes, I tried these. It worked well except some gpg check errors which are harmless I think. On 2012-4-23 20:04, Federico Simoncelli wrote: Hi Shu, you can get sanlock and libvirt from fedora 17: # yum --releasever=17 update libvirt # yum --releasever=17 install sanlock And lvm2 from my

Re: [vdsm] upstream/downstream compat

2012-04-23 Thread Ryan Harper
* Dan Kenigsberg dan...@redhat.com [2012-04-21 15:38]: On Mon, Apr 09, 2012 at 07:25:24AM -0500, Ryan Harper wrote: * Dan Kenigsberg dan...@redhat.com [2012-04-09 04:21]: On Fri, Apr 06, 2012 at 09:58:09AM -0500, Ryan Harper wrote: I've submitted some changes to start some of the work of

[vdsm] minutes: today's call

2012-04-23 Thread Dan Kenigsberg
On Mon, Apr 23, 2012 at 07:34:14AM -0500, Adam Litke wrote: On Mon, Apr 23, 2012 at 04:17:18AM -0400, Ayal Baron wrote: Hi all, I would like to discuss the following on today's call: 1. Gerrit vs. mailing list Gerrit is an inhibiter for some contributors. One approach to solve this

Re: [vdsm] Installation dependency for VDSM-4.9.6-0.109 package on FC16

2012-04-23 Thread Federico Simoncelli
For a quick solution you can try to disable the signature check: # yum --help | grep gpg --nogpgcheck disable gpg signature checking The correct way to address the problem is adding the new gpg key (if it's actually required). You could try to get some help from the fedora community

Re: [vdsm] pep8 check in vim

2012-04-23 Thread Lei Li
On 04/12/2012 10:48 PM, Saggi Mizrahi wrote: Now that we started moving to conform with pep8 you would probably like to be able to easily check your code. If you use vim you could use this vim script http://www.vim.org/scripts/script.php?script_id=2914 I check PEP8 based on this version and