[vdsm] vdsm vs selinux

2012-06-18 Thread Laszlo Hornyak
hi, I am running the latest VDSM (built from git repo) on rhel 6.2 and looks like it has some issues with selinux. setenforce 0 solves the problem, but is there a proper solution under way? Traceback (most recent call last): File /usr/share/vdsm/vm.py, line 570, in _startUnderlyingVm

Re: [vdsm] help! tests failing in latest vdsm

2012-08-23 Thread Laszlo Hornyak
- Original Message - From: Dan Kenigsberg dan...@redhat.com To: Laszlo Hornyak lhorn...@redhat.com, Zhou Zheng Sheng zhshz...@linux.vnet.ibm.com Cc: vdsm-devel@lists.fedorahosted.org Sent: Thursday, August 23, 2012 3:31:55 PM Subject: Re: [vdsm] help! tests failing in latest vdsm

Re: [vdsm] help! tests failing in latest vdsm

2012-08-24 Thread Laszlo Hornyak
Ok, this is the punishment for those who blindly follow the documentation, including me :-) Correct me if I am wrong, but genisoimage is a recent addition to the vdsm dependencies. It was not listed in the documentation. Thx, Laszlo - Original Message - From: Laszlo Hornyak lhorn

[vdsm] sanlock and vdsm on rhel 6.3

2012-08-27 Thread Laszlo Hornyak
hi, If I understand correctly, the latest vdsm requires sanlock 2.3-3 on rhel http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=blob;f=vdsm.spec.in;h=ce73f6e08b472e5f4e65ecc87bf6099938b0a255;hb=HEAD while on fedora version 2.4 is required. I guess the reason is that sanlock 2.4 is not packaged in

[vdsm] VM idle time

2012-09-06 Thread Laszlo Hornyak
hi! Related to this patch: http://gerrit.ovirt.org/#/c/7718/1/vdsm/libvirtvm.py In _getCpuStats (libvirtvm.py) we have this logic to calculate the cpuIdle stats['cpuIdle'] = max(0.0, 100.0 - stats['cpuUser']) Problems: - even with a single CPU, if you fully load the VM's vcpu, the quemu

Re: [vdsm] how engine get files from node?

2012-09-21 Thread Laszlo Hornyak
- Original Message - From: Sheldon shao...@linux.vnet.ibm.com To: vdsm-devel@lists.fedorahosted.org Sent: Friday, September 21, 2012 11:42:05 AM Subject: [vdsm] how engine get files from node? Hi all, I have submitted a patch about watchdog device

[vdsm] vdsClient error after reinstalling vdsm

2012-10-17 Thread Laszlo Hornyak
Hi! This is a low priority problem. Each time I reinstall vdsm from rpm, I get this error when running vdsClient: Traceback (most recent call last): File /usr/lib64/python2.6/runpy.py, line 122, in _run_module_as_main __main__, fname, loader, pkg_name) File

Re: [vdsm] vdsClient error after reinstalling vdsm

2012-10-17 Thread Laszlo Hornyak
- Original Message - From: Adam Litke a...@us.ibm.com To: Laszlo Hornyak lhorn...@redhat.com Cc: vdsm-devel@lists.fedorahosted.org Sent: Wednesday, October 17, 2012 5:09:12 PM Subject: Re: [vdsm] vdsClient error after reinstalling vdsm I have found that I cannot run vdsClient