[Users] oVirt Node post boot script

2012-06-04 Thread Jacob Wyatt
If I wanted to have a script run on the on oVirt Node after it has finished booting, where would I do that? Between the persistent files configuration and the newer systemd initialization, I'm trying to find the right way to do this. -Jacob ___ Users

[Users] modifying vmdisk hook

2012-06-04 Thread Nathanaël Blanchet
Hello, I'm testing hooks in vdsm and I need some help on modifying one of your pyhton script : vmdisk (http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=blob;f=vdsm_hooks/vmdisk/before_vm_start.py;h=191d5c1af533e11d699b1d715d3c1ea60e28b787;hb=6817f1c6e3f5bc137d1f3bef45a2d0191465c7a3) the hook works

Re: [Users] modifying vmdisk hook

2012-06-04 Thread Shahar Havivi
On 04.06.12 17:03, Nathanaël Blanchet wrote: Hello, I'm testing hooks in vdsm and I need some help on modifying one of your pyhton script : vmdisk

[Users] fix_clock_drift.sh and rhel 6

2012-06-04 Thread Nathanaël Blanchet
Hi, Has this bug been resolved on RHEL6.X/Fedora 15 and up? kdump package with |fix_clock_drift.sh described in the rhev user manual doesn't exist |anymore. https://bugzilla.redhat.com/show_bug.cgi?id=516652 All my CPU have the constant_tsc flag available, so can I consider that my KVM rhel

[Users] VM can't start

2012-06-04 Thread ovirt
Fedora17 + rpms from jenkins 2012-06-04 21:44:27,136 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-3-thread-50) [6f67433a] Running command: RunVmCommand internal: false. Entities affected : ID: d6d12e2a-0d94-45a3-afd1-d2bbaa85b998 Type: VM 2012-06-04 21:44:27,154 INFO

[Users] Failed to enable SELinux boolean

2012-06-04 Thread Nerijus Baliunas
Hello, recent snapshot, engine-setup fails (selinux is disabled in the OS): 2012-06-05 03:34:26::DEBUG::setup_sequences::59::root:: running _configureSelinuxBoolean 2012-06-05 03:34:26::DEBUG::engine-setup::668::root:: Enable httpd_can_network_connect boolean 2012-06-05

Re: [Users] spice: Warning: failed to connect: Connection refused (111)

2012-06-04 Thread Eric Yao
Hi There I got error same as subject when I lunch console on ovirt-webpage. even I follow the below documentation but still not workable. http://www.ovirt.org/w/images/a/a9/OVirt-3.0-Installation_Guide-en-US.pdf My env and setup as below OS : Fedora 16 X64 Ovirt Node : are Fedora 16 as

Re: [Users] spice: Warning: failed to connect: Connection refused (111)

2012-06-04 Thread Haim Ateya
Arnon\Alon, How shall we proceed with debugging this issue? Haim On Jun 5, 2012, at 4:06, Eric Yao e...@erickate.idv.tw wrote: Hi There I got error same as subject when I lunch console on ovirt-webpage. even I follow the below documentation but still not workable.

Re: [Users] Failed to enable SELinux boolean

2012-06-04 Thread Haim Ateya
Hi, I guess that if you enable selinux then setup runs positively ? Can you verify that? Please run: getenforce, of it's disabled, edit /etc/sysconfig/selinux ang change to enforcing, reboot the machine, re-run setup. Haim On Jun 5, 2012, at 0:50, Nerijus Baliunas

Re: [Users] VM can't start

2012-06-04 Thread Doron Fediuck
This: http://gerrit.ovirt.org/#/c/5025/ should resolve your issue. I expect it to be merged in the coming hours. On 04/06/12 20:57, ov...@qip.ru wrote: Fedora17 + rpms from jenkins 2012-06-04 21:44:27,136 INFO [org.ovirt.engine.core.bll.RunVmCommand] (pool-3-thread-50) [6f67433a] Running

Re: [Users] spice: Warning: failed to connect: Connection refused (111)

2012-06-04 Thread Doron Fediuck
Seems like this is already reported: https://bugzilla.redhat.com/show_bug.cgi?id=827864 On 05/06/12 06:33, Andrew Cathrow wrote: Are we sure that the client can resolve the hostname of the hypervisor that's running the VM and that the hypervisor has the right ports open? - Original