Re: [one-users] Help with datastore feature

2012-05-16 Thread Jaime Melis
Dear list, I'm writing this in case someone stumbles with the same problem. In the end Robert managed to fix this by setting I needed to modify /etc/libvirt/qemu.conf to set > user = "oneadmin" > group = "cloud" You can read more about this in OpenNebula's documentation, specifically in: http:/

Re: [one-users] Help with datastore feature

2012-05-14 Thread Robert Schweikert
On 05/14/2012 10:11 AM, Jaime Melis wrote: Hi Robert, Let's see if you can pinpoint where the problem is. A few ideas you may check: - Has the 'oneadmin' user the same unix id across all the servers? Yes - You said in your email that "ownership change is disabled" however in the documentat

Re: [one-users] Help with datastore feature

2012-05-14 Thread Jaime Melis
Hi Robert, Let's see if you can pinpoint where the problem is. A few ideas you may check: - Has the 'oneadmin' user the same unix id across all the servers? - You said in your email that "ownership change is disabled" however in the documentation [1] it states that "To be able to use the images

Re: [one-users] Help with datastore feature

2012-05-11 Thread Robert Schweikert
On 05/11/2012 04:17 PM, Ruben S. Montero wrote: Hi Robert, From your output it seems that the problem is probably at the libvirt configuration. In particular: Fri May 11 14:48:00 2012 [VMM][I]: WARNING: no socket to connect to Well, I have made no changes from previous working versions w.r.t

Re: [one-users] Help with datastore feature

2012-05-11 Thread Ruben S. Montero
Hi Robert, >From your output it seems that the problem is probably at the libvirt configuration. In particular: Fri May 11 14:48:00 2012 [VMM][I]: WARNING: no socket to connect to Could you double check the configuration hints at http://www.opennebula.org/documentation:rel3.4:kvmg#kvm_configura

Re: [one-users] Help with datastore feature

2012-05-11 Thread Robert Schweikert
On 05/11/2012 11:09 AM, Jaime Melis wrote: Hello Robert, Oh, I think I see where the problem is: You used vnm_kvm as the host network (vnm) drivers, but only: dummy, fw, 802.1Q, ebtables and ovswitch are the only accepted values. See [1]. I reckon you need 'dummy'. onehost create -i im_kvm -v

Re: [one-users] Help with datastore feature

2012-05-11 Thread Jaime Melis
Hello Robert, Oh, I think I see where the problem is: You used vnm_kvm as the host network (vnm) drivers, but only: dummy, fw, 802.1Q, ebtables and ovswitch are the only accepted values. See [1]. I reckon you need 'dummy'. onehost create -i im_kvm -v vmm_kvm -n dummy [1] http://opennebula.org/

Re: [one-users] Help with datastore feature

2012-05-11 Thread Robert Schweikert
On 05/11/2012 09:37 AM, Jaime Melis wrote: It's supposed to be created when the host is successfully monitored. Is it? onehost list appears to indicate that everything is OK: ID NAME CLUSTER RVM TCPU FCPU ACPU TMEM FMEM AMEM STAT 0 192.168.1.20 - 020

Re: [one-users] Help with datastore feature

2012-05-11 Thread Jaime Melis
It's supposed to be created when the host is successfully monitored. Is it? On Fri, May 11, 2012 at 3:35 PM, Robert Schweikert wrote: > On 05/07/2012 11:44 AM, Jaime Melis wrote: >> >> Hi Robert, >> >> could you please send us /var/log/one/.log > > > Here it is: > >> cat /media/03B7-3E00/0.log >

Re: [one-users] Help with datastore feature

2012-05-11 Thread Robert Schweikert
On 05/07/2012 11:44 AM, Jaime Melis wrote: Hi Robert, could you please send us /var/log/one/.log Here it is: > cat /media/03B7-3E00/0.log Fri May 4 18:04:09 2012 [DiM][I]: New VM state is ACTIVE. Fri May 4 18:04:09 2012 [LCM][I]: New VM state is PROLOG. Fri May 4 18:04:09 2012 [VM][I]: Vir

Re: [one-users] Help with datastore feature

2012-05-07 Thread Jaime Melis
Hi Robert, could you please send us /var/log/one/.log Another thing, is the image in READY status? (I'm concerned about the SAFE_DIRS directive). Regards, Jaime On Sat, May 5, 2012 at 12:06 AM, Robert Schweikert wrote: -- Jaime Melis Project Engineer OpenNebula - The Open Source Toolkit for

[one-users] Help with datastore feature

2012-05-04 Thread Robert Schweikert
Hi, I am running into some issues with my test setup to verify that the packages I am building in OBS work, at least on a basic level. Switching to 3.4.1 I am back to getting node registration (this happens automatically in my test setup and the changes to onehost create tripped me up at fir