Re: [one-users] Using OpenNebula for Linux desktops

2014-01-28 Thread ML mail
Dear Carlo, Thanks for your suggestions, I will add my comments and details below regarding the various performance points you mention. So yes I am using QXL as video driver, for that purpose I have added to my ONE template the following RAW data: devicesvideomodel type=qxl

Re: [one-users] Default RAW section for all VMs

2014-01-28 Thread Daniel Dehennin
Daniel Dehennin daniel.dehen...@baby-gnu.org writes: Hello, Hello, We encounter an issue with Ubuntu 12.04: the display is frozen just after the boot. After some tests, I found that defining the following RAW section solve our issue: devicesvideomodel type='vga'

[one-users] oneacct: accounting information not correct?

2014-01-28 Thread Daems Dirk
Hi, I use OpenNebula 4.2 with a VMWare hypervisor (v 5.1.0). I am experimenting with the oneacct accounting tool. It looks like the network consumption in my setup is not correctly monitored. I sent a file of 2.4 GB to my VM with ID 52. After uploading the file, oneacct only reports 794.1K of

Re: [one-users] systemd support in opennebula-context

2014-01-28 Thread Javier Fontan
We still don't have support for systemd. We want to take out the context scripts to its own repository so it is easier to modify and be able to do async releases with new features but this is still in the queue. On Fri, Jan 24, 2014 at 11:51 PM, Karanbir Singh mail-li...@karan.org wrote: hi,

Re: [one-users] advanced contextualization

2014-01-28 Thread Javier Fontan
There is a bug in old contextualization packages that made custom init scripts unable to run: http://dev.opennebula.org/issues/2128 Upgrade your context script the latest version and you should be able to run it. You will also be able to name you init scripts other than init.sh and add more than

Re: [one-users] Accounting of storage used by user

2014-01-28 Thread Carlos Martín Sánchez
Hi, I see three ways to approach storage billing: - Bill according to the available storage (limit set in the quotas). - Bill the storage used by the running VMs. This was not possible before 4.4, the DISK/SIZE was added for the storage scheduling. Now you can do this: $ oneacct -u 0 -x | xpath

Re: [one-users] Confused about VNC ports with the KVM hypervisor

2014-01-28 Thread Javier Fontan
The way to specify VNC ports in OpenNebula is the TCP port, not the VNC port number. This is passed to libvirt that will convert it to VNC port (-5900) as this is the way qemu/kvm wants it. From libvirt documentation (http://libvirt.org/formatdomain.html#elementsGraphics): --8-- The port

Re: [one-users] Default RAW section for all VMs

2014-01-28 Thread Ruben S. Montero
Hi You are right, the values are overriden expect for RAW, which is appended. IMHO it is better to keep this behavior and change the comments on that file. This way, you can put basic needed RAW attributes for your setup and then add specific ones for each guest... Cheers Ruben On Tue, Jan

Re: [one-users] Default RAW section for all VMs

2014-01-28 Thread Daniel Dehennin
Ruben S. Montero rsmont...@opennebula.org writes: Hi Hello, You are right, the values are overriden expect for RAW, which is appended. IMHO it is better to keep this behavior and change the comments on that file. This way, you can put basic needed RAW attributes for your setup and then add

Re: [one-users] advanced contextualization

2014-01-28 Thread Daems Dirk
Hello Javier, I installed the latest version from the yum repository: yum info opennebula-context.x86_64 Name: opennebula-context Arch: x86_64 Version : 4.2.0 Release : 1 Size: 8.9 k Repo: installed From repo : opennebula Summary : Configures a

Re: [one-users] advanced contextualization

2014-01-28 Thread Javier Fontan
This is the latest package: http://dev.opennebula.org/attachments/download/747/one-context_4.4.0.rpm The repository you have is for version 4.2 and still does not have a newer package with the fixes. Even if the context package is for 4.4 should be compatible with 4.2. On Tue, Jan 28, 2014 at

[one-users] Using CloudInit for contextualization

2014-01-28 Thread Wilma Hermann
Hi, I'm trying to get a Ubuntu 13.10 guest to work, which uses a official Cloud-image (http://cloud-images.ubuntu.com/saucy/) as disk. However, the VM is not integrating into the virtual network. I've double checked the virtual network settings with CentOS-VMs, the network works correctly. I've

Re: [one-users] Accounting of storage used by user

2014-01-28 Thread ML mail
Hi, Thanks for the tips on accounting the storage of a user. I wasn't aware that the XML output has so much more information.. Actually there is everything I need in there, even IP information. That's perfect! Regards ML On Tuesday, January 28, 2014 12:03 PM, Carlos Martín Sánchez

Re: [one-users] advanced contextualization

2014-01-28 Thread Daems Dirk
Hello Javier, That worked! Thanks, Dirk -Original Message- From: Javier Fontan [mailto:jfon...@opennebula.org] Sent: dinsdag 28 januari 2014 14:27 To: Daems Dirk Cc: users@lists.opennebula.org Subject: Re: [one-users] advanced contextualization This is the latest package:

[one-users] oneacct [VirtualMachinePoolAccounting] Internal Error

2014-01-28 Thread Stefan Kooman
Hi list, Running oneact as oneadmin user I get the following error: oneacct [VirtualMachinePoolAccounting] Internal Error. oned.log shows: Tue Jan 28 17:21:19 2014 [ReM][D]: Req:6624 UID:0 VirtualMachinePoolAccounting invoked, -2, -1, -1 Tue Jan 28 17:21:19 2014 [ONE][E]: SQL command was:

Re: [one-users] Vlan template

2014-01-28 Thread Dmitri Chebotarov
Hi guys Have you found solution for how to add trunk interface? I¹m facing the same task and looking for a possible solution. I found this ports http://blog.scottlowe.org/2013/05/28/vlan-trunking-to-guest-domains-with-op en-vswitch/ and trying to implement it via RAW entry in VM template. No

Re: [one-users] Vlan template

2014-01-28 Thread Dmitri Chebotarov
It seems like the command to add trunk is almost identical to adding vlan: - vlan (ie. Access-port) : ovs-vsctl set port vnet0 tag=Vlan1 - trunk : ovs-vsctl set port vnet0 trunks=VlanID1,VlanID2 Would it be possible to adjust command to add trunk port with list of VLANs if multiple VLAN Ids