[one-users] set user quotas be valid for a given period of time

2014-04-09 Thread knawnd
Dear all, as far as I understand from [1] in the current stable OpenNebula release (v.4.4) it's not possible to set user quotas be valid for a given period of time. We would like to implement the following scenario. Split all cloud users into two categories: 1) permanent and 2) temporal. Users

Re: [one-users] Images from Images (Ceph) Datastore Not Deploying

2014-04-09 Thread Steve @ MyEvolve
Any suggestions on this? On Tue, Apr 8, 2014 at 7:37 PM, Steve @ MyEvolve wrote: > Hi Ruben, > > So I've been trying to experiment a bit. I started over. Re-imported > ttylinux into ceph datastore. Created new template and new vm and I logged > in as oneadmin and defined the secret as instruc

Re: [one-users] Assigning limited admin rights

2014-04-09 Thread Wilma Hermann
Hi, To answer my own mail, I could resolve both problems. For the sake of completeness, here's how: 1. I'm using a hook to change a new user's group after creation using the approach from this thread: http://lists.opennebula.org/pipermail/users-opennebula.org/2013-September/024648.html

Re: [one-users] (anti-) affinity groups support for scheduler

2014-04-09 Thread Paul Batchelor
We would definitely see a use for this as well. We have had multiple instances of a supposedly redundant service start on the same hypervisor. An "anti-affinity" attribute in the template sounds like the perfect fix. -Original Message- From: users-boun...@lists.opennebula.org [mailto:us

Re: [one-users] One 4.6 and ozones

2014-04-09 Thread Ondrej Hamada
Thank you for the information. How is it going to affect the upgrade procedure? I would like to enlarge my current vm lab and I would like to divide it into more VDCs and at least two zones. Question is: do it now or wait for the One 4.6 to avoid potential upgrade issues? Ondra On 03/24/2014

Re: [one-users] Unable to deploy VMs - OpenVswitch issues

2014-04-09 Thread Rodolfo Conte Brufatto
Got it solved by using raring (3.8) datapath modules package provided in 12.04.3 and also enabling brcompat support once again. Had to remove actual openvswitch module and restart openvswitch services. It is all working now. Thanks! On Wed, Apr 9, 2014 at 7:51 AM, Rodolfo Conte Brufatto wrote:

Re: [one-users] data store not created in VMHosts

2014-04-09 Thread Jaime Melis
Well, the patch was simply to add a mkdir -p $DATASTORE_LOCATION to the monitor_ds.sh script at the top. Can you try it and let us know if that works for you? On Fri, Apr 4, 2014 at 3:50 PM, Hyun Woo Kim wrote: > Hi Jaime and Carlos, > > Thanks very much for the explanations. > Until you rel

[one-users] (anti-) affinity groups support for scheduler

2014-04-09 Thread Stefan Kooman
Hi List, I'm trying to accomplish the following. I want to have the "match making scheduler" schedule two or more vm's on the same hypervisor (webserver and database server, to reduce network traffic between HOSTS. I know there is a way of doing this with "CURRENT_VMS". CURRENT_VMS only seems to a

Re: [one-users] Problem boot VM template with opennebula

2014-04-09 Thread Javier Fontan
I think it is better to let OpenNebula choose the port as you can use the same template to start several VMs and the VNC ports wont clash. On Wed, Apr 2, 2014 at 9:57 AM, Cuquerella Sanchez, Javier wrote: > Hi, > > actually I specify the port manually. and there is no other service using > port

Re: [one-users] Unable to deploy VMs - OpenVswitch issues

2014-04-09 Thread Rodolfo Conte Brufatto
Of course, there you go: I am using Precise here too (12.04) * OpenVswitch: ii openvswitch-common 1.4.6-0ubuntu1.12.04.2 Open vSwitch common components ii openvswitch-controller 1.4.6-0ubuntu1.12.04.2 Open vSwitch controller implementation ii openvswitch-da

Re: [one-users] Datablock ceph errors.

2014-04-09 Thread Leszek Master
It worked. Thank you very much ! :) 2014-04-08 22:44 GMT+02:00 Ruben S. Montero : > Hi > > This is a known issue[1] for 4.4, it's been fixed for 4.6. You may apply > this patch[2] to the kvm driver file and sync your hosts[3]. > > [1] http://dev.opennebula.org/issues/2822 > [2] > http://dev.open

Re: [one-users] occi-storage create error with big images

2014-04-09 Thread Daniel Molina
On 9 April 2014 10:03, Marco Mancini wrote: > Hello, > > sorry, it was a problem with disk space. > > I did some other tests and I noticed that there was not enough space on > /var/tmp where 2 copies of the image are created during the upload. > After resizing /var/tmp, the occi-storage create wo

Re: [one-users] occi-storage create error with big images

2014-04-09 Thread Marco Mancini
Hello, sorry, it was a problem with disk space. I did some other tests and I noticed that there was not enough space on /var/tmp where 2 copies of the image are created during the upload. After resizing /var/tmp, the occi-storage create works now. Cheers, Marco. *

Re: [one-users] Unable to deploy VMs - OpenVswitch issues

2014-04-09 Thread Leszek Master
What OS do you use ? I've had similiar problem with ubuntu 12.04 LTS with old version of libvirtd and openvswitch, where i had to remove bridge module and add brcompat module. Show us your OS version, libvirtd and openvswitch. 2014-04-08 23:44 GMT+02:00 Rodolfo Conte Brufatto : > Hello everyone,