[vdsm] Test failure on RHEL6 host

2012-04-12 Thread Mark Wu
I failed to build latest vdsm code on RHEL6 host because of test failure as below: make[2]: Entering directory `/home/mark/Work/vdsm/vdsm-src/tests' ../tests/run_tests.sh main.py miscTests.py resourceManagerTests.py processPoolTests.py fileUtilTests.py guestIFTests.py Failure runTest

Re: [vdsm] Threading and Pipe bug in vdsm, related to python itself

2012-04-12 Thread wenchao xia
于 2012-4-12 14:54, Ayal Baron 写道: - Original Message - I am using Fedora 16 with default python2.7.2 installed, and found sometimes vdsm hanged at vdsm/storage/misc.py, func execFunc: p = subprocess.Popen(command, close_fds=True, cwd=cwd, stdin=infile, s

Re: [vdsm] Threading and Pipe bug in vdsm, related to python itself

2012-04-12 Thread Ayal Baron
- Original Message - > 于 2012-4-12 14:54, Ayal Baron 写道: > > > > > > - Original Message - > >> I am using Fedora 16 with default python2.7.2 installed, and found > >> sometimes vdsm hanged at > >> vdsm/storage/misc.py, func execFunc: > >> p = subprocess.Popen(command, clos

Re: [vdsm] Threading and Pipe bug in vdsm, related to python itself

2012-04-12 Thread wenchao xia
The attachment is the log. Vdsm was built on: 19981e1bee497cded822b184180d661b7cb625bd BZ#773210 - Avoid infinite loop when delete volume failed during the merge with following change: vdsm.spec.in: -Requires: lvm2 >= 2.02.95 +Requires: lvm2 >= 2.02.86 -Requires: libvirt >= 0.9.10-9 -

Re: [vdsm] Running VDSM (master branch) on Fedora 16

2012-04-12 Thread Federico Simoncelli
- Original Message - > From: "Lee Yarwood" > To: vdsm-devel@lists.fedorahosted.org > Sent: Tuesday, April 10, 2012 1:21:06 PM > Subject: Re: [vdsm] Running VDSM (master branch) on Fedora 16 > > Looks like your missing device-mapper-libs from the lvm build in this > repo : > > # cat /etc/

Re: [vdsm] Test failure on RHEL6 host

2012-04-12 Thread Dan Kenigsberg
On Thu, Apr 12, 2012 at 02:59:51PM +0800, Mark Wu wrote: > I failed to build latest vdsm code on RHEL6 host because of test > failure as below: > > make[2]: Entering directory `/home/mark/Work/vdsm/vdsm-src/tests' > ../tests/run_tests.sh main.py miscTests.py resourceManagerTests.py > processPoolTe

[vdsm] pep8 check in vim

2012-04-12 Thread Saggi Mizrahi
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 you are not using vim follow these 3 simple steps: 1. Switch to vim 2. Install the scr

Re: [vdsm] pep8 check in vim

2012-04-12 Thread Ewoud Kohl van Wijngaarden
On Thu, Apr 12, 2012 at 10:48:26AM -0400, 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 you are not

Re: [vdsm] Test failure on RHEL6 host

2012-04-12 Thread Mark Wu
On 04/12/2012 10:18 PM, Dan Kenigsberg wrote: On Thu, Apr 12, 2012 at 02:59:51PM +0800, Mark Wu wrote: I failed to build latest vdsm code on RHEL6 host because of test failure as below: make[2]: Entering directory `/home/mark/Work/vdsm/vdsm-src/tests' ../tests/run_tests.sh main.py miscTests.py