[one-users] "error: monitor socket did not show up."

2014-10-07 Thread Steven Timm
We are commissioning a new OpenNebula 4.8 head node and so far we are seeing very good scalability. But in tests where we are launching a lot of virtual machines at once we sometimes see the error: Tue Oct 7 08:46:43 2014 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datast

[one-users] ONE 4.8 XML-RPC API and one.vn.addleases call

2014-10-07 Thread Alvaro Simon Garcia
Hi all We are testing the new ONE 4.8 XML-RPC API and we found that "one.vn.addleases" is missing (we use often this function to add and remove fixed IPs and MACs in our networks). We don't know if the name was changed since ONE 4.6... any clue about this? http://docs.opennebula.org/4.8/inte

Re: [one-users] Live migrate with Snapshot

2014-10-07 Thread Ruben S. Montero
It seems that ubuntu 14 (libvirt 1.2.2 - qemu 2.0) supports it. Cheers On Fri, Oct 3, 2014 at 1:59 PM, Hamada, Ondrej wrote: > Hi guys, > > > > Since which version of qemu is it supported? > > > > Ondra > > > > *From:* Users [mailto:users-boun...@lists.opennebula.org] *On Behalf Of *Ruben > S

Re: [one-users] Opennebula disk throttling.

2014-10-07 Thread Ruben S. Montero
There are a couple of issues to ease the edition of VM instances to allow for example adding new parameters to VM virtual hw, or virtual disks in "not-running" states... You can always edit the database, of course. Just stop oned, look for active VMs (VM STATE 3) and update the body column. It is

Re: [one-users] DHCP Issues

2014-10-07 Thread Javier Fontan
OpenNebula does not manage a DHCP server out of the box. The standard way of configuring the network is using the contextualization packages: http://docs.opennebula.org/4.8/user/virtual_machine_setup/bcont.html Cheers On Fri, Oct 3, 2014 at 5:58 PM, Brendan Rose wrote: > Hey everyone, > > I

Re: [one-users] context package: network restart issue in Debian

2014-10-07 Thread Javier Fontan
Thanks for testing. I'll do the changes and testing here as soon as I can. On Thu, Oct 2, 2014 at 3:07 PM, Olivier Sallou wrote: > > On 10/01/2014 06:56 PM, Javier Fontan wrote: >> This can probably be caused because after save the network >> configuration is already generated and the next time t

Re: [one-users] LDAP users in OpenNebula groups

2014-10-07 Thread Javier Fontan
You can use a Hook on user creation that moves the user to the desired group after querying LDAP. For the next OpenNebula version there is a feature that selects the group from Active Directory: http://dev.opennebula.org/issues/3159 I suppose this can be modified to use OpenLDAP groups. Cheers

Re: [one-users] ACL for VNC, start and reboot

2014-10-07 Thread Carlos Martín Sánchez
Hi, On Fri, Oct 3, 2014 at 7:44 PM, Randy Smith wrote: > Greetings, > > Is it possible to build an ACL that gives a group of users the ability to > start or reboot an existing VM and use the VNC console? > > Thanks > Yes, you need to set USE+MANAGE rights for that VM, see [1] for the complete r