Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Duverne, Cyrille
Hello, Do you know if such a thing exists ? If no it could be a great feature to be able to simulate ONE answers to API commands instead of having a full working infrastructure. Do you use a Continuous Integration tool in ONE development ? Do you test all features and builds ? Thanks in advance

[one-users] Cgroup blkio with Opennebula

2013-01-08 Thread Emilio Moreno
Hi! We have some problems to integrate cgroup blkio inside Opennebula to manage I/O inputs between VM's and storage with templates. Has someone tried this configuration? Thanks! ___ Users mailing list Users@lists.opennebula.org

Re: [one-users] a port named vnet0 already exists

2013-01-08 Thread Blaž Balon
Hi, looks like ovs problem. If you see vnet0 in ovs-vsctl show and no one is using it, you should delete it. regards BB On pon 07 jan 2013 19:37:17 CET, christopher barry wrote: Greetings, I have a brand new test setup of ONE compiled from master. I'm running OpenVPN on the hypervisors,

Re: [one-users] unable to revert VMs settings to boot from HD

2013-01-08 Thread Andrzej
Sir, I owe you a glass of cold Zlaty Bazant! It worked just as described, many thanks! All the best, Andrzej On 08.01.2013 06:49, Benadik, Jan wrote: Hi, I have had the similar problem with virtio. If I remember, the issue was DEV_PREFIX=sd. Try to change it to DEV_PREFIX=hd, or remove

Re: [one-users] User Impersonation with API

2013-01-08 Thread Carlos Martín Sánchez
Hi, This is done with the server_* drivers, it is explained in detail here [1] The ruby client side is implemented in src/cloud/common [2] Regards [1] http://opennebula.org/documentation:rel3.8:cloud_auth [2]

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Carlos Martín Sánchez
Hi, When we don't need to check the interaction with real infrastructure we use the dummy drivers for hosts (im, vmm, network) and datastores (ds tm) $ onehost create dummyhost -i im_dummy -v vmm_dummy -n dummy $ onedatastore show 0 ... DATASTORE TEMPLATE TM_MAD=dummy $ onedatastore show 1

[one-users] LVM volume doesn't get deleted after VM is nuked

2013-01-08 Thread Andrzej
Dear Community, Yes, it's me again. As per a subject field, I have a weird problem when LVM volume doesn't get deleted after VM is being nuked. It seems that `sudo lvremove` is failing as LVM volume is still open/active. Or maybe I'm barking on the wrong tree... I've got two KVM hosts and both

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Duverne, Cyrille
Hello, Thanks a lot Carlos for this. So I still need to install OpenNebula somewhere to be able to simulate the API.. Kind regards Cyrille Mardi 08/01/2013 à 12:36 Carlos Martín Sánchez a écrit: Hi, When we don't need to check the interaction with real infrastructure we use the dummy drivers

Re: [one-users] ganglia integration and base64 errors

2013-01-08 Thread Javier Fontan
Since version 3.8 the output of poll pushed to ganglia is compressed using zlib before being encoded in base 64. On Fri, Dec 28, 2012 at 12:27 PM, samuel sam...@gmail.com wrote: Hi folks, We've started playing in the integration of opennebula (3.8) and ganglia and we faced an issue in the

[one-users] backup script for SQLite DB

2013-01-08 Thread Andrzej
Hi guys, Just so my presence on this list is not only marked by begging for help but also some contributing :-) Here is a backup script for Opennebula SQlite database in case someone finds it useful. I run it from cron like that 01 5 * * * /root/bin/onedb.sh 21 |logger And here goes the script

Re: [one-users] oned failed to start (raspberry pi - arch armv6, opennebula 3.8.1, selfcontained)

2013-01-08 Thread Carlos Martín Sánchez
Hi, Try executing oned directly instead of one start, it may output more information. Anyway, if it fails before the log is created, you only need to debug what's happening in oned.cc main(), and Nebula.cc start() Regards -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source

Re: [one-users] Wrong source file path for contextualization in deployment.0

2013-01-08 Thread Tino Vazquez
Dear thaibinhtt, It looks like you are using a 5.1 ESX version, which is currently not supported by OpenNebula. In any case, you can install the latest version of libvirt, which includes support for ESX 5.1, and allegedly will make OpenNebula work with it. We would LOVE to hear feedback on

Re: [one-users] a port named vnet0 already exists

2013-01-08 Thread christopher barry
Thanks for reply. I've disabled OpenVPN for the moment to try to isolate the issue. I manually removed vnet0 from the br0 switch, but still the vm will not start. I can start the vm manually from the fe using virt-manager though, so I'm not sure if it's a template issue. I'll try some more tests

Re: [one-users] Cgroup blkio with Opennebula

2013-01-08 Thread christopher barry
Emilio, I am gearing up right now myself for testing this very thing. the iotune libvirt domain xml setting looks interesting. If that's not doable, then the hooks infrastructure may be the way to go. keep me in the loop on your findings and I will as well. I'm going to be hitting central

Re: [one-users] Cgroup blkio with Opennebula

2013-01-08 Thread christopher barry
Here's a post I put to the tgt list about it: http://www.spinics.net/lists/linux-stgt/msg03561.html -C On Tue, 2013-01-08 at 12:48 -0500, christopher barry wrote: Emilio, I am gearing up right now myself for testing this very thing. the iotune libvirt domain xml setting looks interesting.

[one-users] Changes in the OpenNebula release cycle and QA

2013-01-08 Thread Javier Fontan
We are very happy to inform you that the release processes from OpenNebula and the professional version released by C12G Labs are being merged. This is very good news for the community as it adds a new level of quality testing to the released packages and the bugs found in that process are patched

Re: [one-users] Info on ONE Instance for testing purpose

2013-01-08 Thread Hector Sanjuan
Yes but dont forget that you can make a self-contained installation on a single folder (-d option http://opennebula.org/documentation:rel3.8:compile). So you can have a selfcontained install with sqlite and dummy drivers withing your project, that you can use for testing purposes. Or your tests

Re: [one-users] LVM volume doesn't get deleted after VM is nuked

2013-01-08 Thread Simon Boulet
Hi Andrzej I think your problem is related to the delete action problem that was discussed a few weeks ago: http://lists.opennebula.org/pipermail/users-opennebula.org/2012-December/021237.html It is scheduled to be fixed in Release 4.0 : http://dev.opennebula.org/issues/1685 You should try

Re: [one-users] LVM volume doesn't get deleted after VM is nuked

2013-01-08 Thread A Stanczak
I swear that I searched list before posting :-) Somehow I missed it, apologies. Many thanks for taking a time and responding to my message. I'll refrain from using delete action for the time being and use cancel method instead. All the best. Andrzej Simon Boulet si...@nostalgeek.com wrote:

Re: [one-users] Cgroup blkio with Opennebula

2013-01-08 Thread Ruben S. Montero
Hi, If you need to test the blkio you can add something like this: RAW = [ TYPE = kvm, DATA = blkiotuneweight100/weight/blkiotune ] to the VM templates. Just in case you missed it, OpenNebula generates cputuneshares for cpu cgroups.This value is based on the CPU template

Re: [one-users] Instantiate to Persistent

2013-01-08 Thread Ruben S. Montero
Hi Ricardo, We are missing something here, I think that a persistent image is what you are looking for [1]. If not could you elaborate a bit what are you missing? Cheers Ruben [1] http://opennebula.org/documentation:rel3.8:img_guide#making_images_persistent On Mon, Jan 7, 2013 at 12:32 PM,

Re: [one-users] User Impersonation with API

2013-01-08 Thread Ricardo Duarte
Hi Carlos, It works if I use the CloudAuth class, thanks. But I kind of hacked this into my code, by copying all the files in CloudAuth and also server_cipher_auth.rb. As far as I can see, there is nothing simpler on the oca API. Is there any chance of implementing the impersonation as a method