[one-users] List all used images.

2014-07-02 Thread Leszek Master
Hi all. I'm trying to create script that will do rbd snapshot for my all vms on the os and datablock hdds. Is there any fast way to list all image names used at my vms? ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] OpenNebula Dashboard wrong memory real capacity usage.

2014-07-02 Thread Carlos Martín Sánchez
Hi, That's 100% percentage is the usage of what the VMs requested, which is not related to the total host capacity. The VM real cpu and memory numbers are the values reported for the VM hypervisor process. The same values are used for the individual VM - Capacity graphs, or under virtual machine

Re: [one-users] variables in RAW section

2014-07-02 Thread Ruben S. Montero
I am afraid that it is not currently supported by the OpenNebula core. Only variables in CONTEXT get parsed and $VMID substituted. If you need this, you could add it in the deploy script. You can get the VM-ID with a grep of the deployment file ($domain) for name and sed to remove the one- part.

Re: [one-users] variables in RAW section

2014-07-02 Thread Ruben S. Montero
The VM ID is in fact the third argument of the deploy script so you do not need to get it from the deployment file. Cheers On Wed, Jul 2, 2014 at 3:45 PM, Ruben S. Montero rsmont...@opennebula.org wrote: I am afraid that it is not currently supported by the OpenNebula core. Only variables in

[one-users] oneacct start/end question

2014-07-02 Thread Nicolas Bélan
Hello, I am using a script to generate usage stats. But the update to 4.6.1 breaks my script. I have found that the error is on oneacct: [oneadmin@sam01 ~]$ LANG=C oneacct -s '06/01/2014 00:00:00' -e '06/30/2014 23:59:59' invalid argument: -e 06/30/2014 23:59:59 Using: ??[oneadmin@sam01 ~]$

Re: [one-users] one-context 4.6 RPM on Fedora 20 VM

2014-07-02 Thread Javier Fontan
I've just created the new repo at: https://github.com/OpenNebula/addon-context-linux The code is now in both places but I'll delete it from the main repo as soon as I check that everything is correct and automate the creation of the packages and its versioning. If you find anything wrong just

[one-users] Bug in 4.6,2?

2014-07-02 Thread Grzegorz Kocur
Hi, Last night I upgraded opennebula 4.4 to newest stable version - 4.6.2. The upgrade went smoothly, but after starting oned I met strange problem: user with given id could list template with the same id (with no rights to this template). For example: user with id 80 running onetemplate

[one-users] VM basic networking (NAT / Bridge)

2014-07-02 Thread Anandharaj Subramaniam
Hi All, Im setting up test environment to evaluate and understand more about OpenNebula. Everything is completed without any issues, but for VM virtual network, I cant figure out how to configure. How can I use like NAT / bridge network in VM so that the VM can have network connection?