Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon

Hi Jaime, Carlo

We have also tried this script but the dd command in our case fails 
using these options "conv=notrunc oflag=seek_bytes", so finally we have 
downloaded the latest qemu source code from github [1] and we have 
compiled it. The new version is now patched and it works fine with VMKD3 
images :-) and we don't need to install virtualbox package.



$ ./qemu-img -V
qemu-img version 1.7.92, Copyright (c) 2004-2008 Fabrice Bellard
usage: qemu-img command [command options]
QEMU disk image utility



The new compiled qemu-img binary is now available from our frontend to 
convert our images and we don't need to change Jamie's code :-)



[1] http://wiki.qemu.org/Download

Cheers and thanks!
Alvaro

Carlo,

that's great! thank you very much. Avoiding installing VirtualBox in some
scenarios is a great win.

cheers,
Jaime


On Thu, Apr 10, 2014 at 5:59 PM, Carlo Daffara <
carlo.daff...@cloudweavers.eu> wrote:


In alternative, this simple bash script converts from VMDK3 to VMDK2:
https://github.com/erik-smit/one-liners/blob/master/qemu-img.vmdk3.hack.sh
description here:
http://carlos-spitzer.com/tag/image-uses-a-vmdk-feature-which-is-not-supported-by-this-qemu-version-vmdk-version-3/
We use it with great results.
cheers
carlo daffara
CloudWeavers

- Messaggio originale -
Da: "Alvaro Simon" 
A: "Jaime Melis" 
Cc: "Users OpenNebula" 
Inviato: Giovedì, 10 aprile 2014 17:07:50
Oggetto: Re: [one-users] OpenNebula and OVA files support

Hi Jaime

Hi Alvaro,

yes, we are aware of that issue. While we wait for a newer qemu-img
version, you may want to use VirtualBox instead of qemu-img for this

task.

You would need to change this:


https://github.com/OpenNebula/addon-appmarket/blob/master/src/worker/lib/appliance_file_converter.rb#L7


with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t}
--format VMDK

Thanks a lot for the tip! we will use VBoxManage command meanwhile..

Cheers
Alvaro

cheers,
Jaime


On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon  wrote:


Dear all

We are playing around with OVA files, some of them have VMDK version 3
imges inside,  when you include a OVA file with oneimage, ON untar the

file

and creates a directory into the datastore, the question is if it will

be

suported the VMDK image conversion in ON in the future. I see that it
exists a APP from appmarket to perform this action but It will be

included

into ON by default? We want to convert VMDK version 3 images to qcow or

raw

files to be used by KVM and this will help us to convert image files
automatically. unfortunately old qemu-img versions does not support VMDK
version 3 (in centos 6 as example).

Cheers and thanks!
Alvaro
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org






___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org







___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


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

2014-04-10 Thread Steve @ MyEvolve
Also, why is ONE not adding the  to the deployment.0 file?



On Thu, Apr 10, 2014 at 6:32 PM, Steve @ MyEvolve wrote:

> Hi Bill & Ruben,
>
> 1.) I have confirmed that CEPH_HOST, CEPH_USER, and CEPH_SECRET are
> properly set in my datastore.
>
> 2.) Bill you bring up a good point about why:
>
> 
>
> 
>
> 
>
> is not added to my deployment.0 file.  I added it to the end just before
> .
>
>
> 3.) I have tried to run the following command to manually test, but it
> doesn't work for me.  What am I doing wrong?
>
> [root@cloud2 54]# virsh create -c qemu:///system deployment.0
>
> error: unexpected data 'qemu:///system'
>
> [root@cloud2 54]#
>
>
> Thank you so much, I know we have to be close!
>
> Steve
>
>
> On Wed, Apr 9, 2014 at 11:56 AM, Campbell, Bill <
> bcampb...@axcess-financial.com> wrote:
>
>> A couple of things:
>>
>> · You shouldn't need the port, that should be generated
>> appropriately
>>
>> · I'm not seeing your secret definition within the deployment.0
>> file.  That must exist if using the newer versions of Libvirt w/CephX
>> authentication (Libvirt assumes if you are specifying hosts that a secret
>> should be there).  You should have an entry in that file like so (right
>> after the ):
>>
>>
>>
>> 
>>
>> > uuid='ebc9c744-016d-40af-ae73-621f558398f0'/>
>>
>> 
>>
>>
>>
>> · You've defined the secret/user on the Datastore within
>> OpenNebula using the appropriate configuration attributes CEPH_HOST,
>> CEPH_USER, and CEPH_SECRET?
>>
>> o   And also defined the appropriate secret in Libvirt within each
>> hypervisor in your configuration?
>>
>>
>>
>> Outside of verifying the above, I'm not sure what else can be attempted.
>> You could try disabling CephX authentication, removing the CEPH_HOST
>> configuration attributes, and copying the /etc/ceph/ceph.conf and admin
>> keyring to each hypervisor and see if you can connect that way (however
>> newer versions of libvirt will probably prevent that from happening).
>>
>>
>>
>>
>>
>> *From:* Steve @ MyEvolve [mailto:st...@myevolve.com]
>> *Sent:* Wednesday, April 09, 2014 2:44 PM
>> *To:* Ruben S. Montero
>> *Cc:* users@lists.opennebula.org; Bill Campbell
>>
>> *Subject:* Re: [one-users] Images from Images (Ceph) Datastore Not
>> Deploying
>>
>>
>>
>> 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 instructed on all hosts.
>>
>>
>>
>> In creating the new VM, the process failed as before.
>>
>>
>>
>> I tried as you suggested:
>>
>>
>>
>> [oneadmin@cloud2 54]$ virsh create -c qemu:///system deployment.0
>>
>> error: unexpected data 'qemu:///system'
>>
>> But as you can see I got an error message I'm not sure what to do with.
>>
>>
>>
>> Also, I have a new log that looks different -- seems adding the port to
>> the CEPH_HOST was the distinguishing factor.
>>
>>
>>
>> Tue Apr 8 19:30:04 2014 [DiM][I]: New VM state is ACTIVE.
>> Tue Apr 8 19:30:04 2014 [LCM][I]: New VM state is PROLOG.
>> Tue Apr 8 19:30:09 2014 [LCM][I]: New VM state is BOOT
>> Tue Apr 8 19:30:10 2014 [VMM][I]: Generating deployment file:
>> /var/lib/one/vms/54/deployment.0
>> Tue Apr 8 19:30:10 2014 [VMM][I]: ExitCode: 0
>> Tue Apr 8 19:30:10 2014 [VMM][I]: Successfully execute network driver
>> operation: pre.
>> Tue Apr 8 19:30:10 2014 [VMM][I]: Command execution fail: cat << EOT |
>> /var/tmp/one/vmm/kvm/deploy '/var/lib/one//datastores/125/54/deployment.0'
>> 'cloud2' 54 cloud2
>> Tue Apr 8 19:30:10 2014 [VMM][I]: error: Failed to create domain from
>> /var/lib/one//datastores/125/54/deployment.0
>> Tue Apr 8 19:30:10 2014 [VMM][I]: error: internal error process exited
>> while connecting to monitor: qemu-kvm: -drive
>> file=rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789,if=none,id=drive-ide0-0-0,format=raw,cache=none:
>> error connecting
>> Tue Apr 8 19:30:10 2014 [VMM][I]: qemu-kvm: -drive
>> file=rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789,if=none,id=drive-ide0-0-0,format=raw,cache=none:
>> could not open disk image
>> rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789:
>> Operation not supported
>> Tue Apr 8 19:30:10 2014 [VMM][I]:
>> Tue Apr 8 19:30:10 2014 [VMM][E]: Could not create domain from
>> /var/lib/one//datastores/125/54/deployment.0
>> Tue Apr 8 19:30:10 2014 [VMM][I]: ExitCode: 255
>> Tue Apr 8 19:30:10 2014 [VMM][I]: Failed to execute virtualization driver
>> operation: deploy.
>> Tue Apr 8 19:30:10 2014 [VMM][E]: Error deploying virtual machine: Could
>> not create domain from /var/lib/one//datastores/125/54/deployment.0
>> Tue Apr 8 19:30:10 2014 [DiM][I]: New VM state is FAILED
>>
>>
>>
>> And also here is deployment.0:
>>
>> 
>>
>> 

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

2014-04-10 Thread Steve @ MyEvolve
Hi Bill & Ruben,

1.) I have confirmed that CEPH_HOST, CEPH_USER, and CEPH_SECRET are
properly set in my datastore.

2.) Bill you bring up a good point about why:







is not added to my deployment.0 file.  I added it to the end just before
.


3.) I have tried to run the following command to manually test, but it
doesn't work for me.  What am I doing wrong?

[root@cloud2 54]# virsh create -c qemu:///system deployment.0

error: unexpected data 'qemu:///system'

[root@cloud2 54]#


Thank you so much, I know we have to be close!

Steve


On Wed, Apr 9, 2014 at 11:56 AM, Campbell, Bill <
bcampb...@axcess-financial.com> wrote:

> A couple of things:
>
> · You shouldn't need the port, that should be generated
> appropriately
>
> · I'm not seeing your secret definition within the deployment.0
> file.  That must exist if using the newer versions of Libvirt w/CephX
> authentication (Libvirt assumes if you are specifying hosts that a secret
> should be there).  You should have an entry in that file like so (right
> after the ):
>
>
>
> 
>
>  uuid='ebc9c744-016d-40af-ae73-621f558398f0'/>
>
> 
>
>
>
> · You've defined the secret/user on the Datastore within
> OpenNebula using the appropriate configuration attributes CEPH_HOST,
> CEPH_USER, and CEPH_SECRET?
>
> o   And also defined the appropriate secret in Libvirt within each
> hypervisor in your configuration?
>
>
>
> Outside of verifying the above, I'm not sure what else can be attempted.
> You could try disabling CephX authentication, removing the CEPH_HOST
> configuration attributes, and copying the /etc/ceph/ceph.conf and admin
> keyring to each hypervisor and see if you can connect that way (however
> newer versions of libvirt will probably prevent that from happening).
>
>
>
>
>
> *From:* Steve @ MyEvolve [mailto:st...@myevolve.com]
> *Sent:* Wednesday, April 09, 2014 2:44 PM
> *To:* Ruben S. Montero
> *Cc:* users@lists.opennebula.org; Bill Campbell
>
> *Subject:* Re: [one-users] Images from Images (Ceph) Datastore Not
> Deploying
>
>
>
> 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 instructed on all hosts.
>
>
>
> In creating the new VM, the process failed as before.
>
>
>
> I tried as you suggested:
>
>
>
> [oneadmin@cloud2 54]$ virsh create -c qemu:///system deployment.0
>
> error: unexpected data 'qemu:///system'
>
> But as you can see I got an error message I'm not sure what to do with.
>
>
>
> Also, I have a new log that looks different -- seems adding the port to
> the CEPH_HOST was the distinguishing factor.
>
>
>
> Tue Apr 8 19:30:04 2014 [DiM][I]: New VM state is ACTIVE.
> Tue Apr 8 19:30:04 2014 [LCM][I]: New VM state is PROLOG.
> Tue Apr 8 19:30:09 2014 [LCM][I]: New VM state is BOOT
> Tue Apr 8 19:30:10 2014 [VMM][I]: Generating deployment file:
> /var/lib/one/vms/54/deployment.0
> Tue Apr 8 19:30:10 2014 [VMM][I]: ExitCode: 0
> Tue Apr 8 19:30:10 2014 [VMM][I]: Successfully execute network driver
> operation: pre.
> Tue Apr 8 19:30:10 2014 [VMM][I]: Command execution fail: cat << EOT |
> /var/tmp/one/vmm/kvm/deploy '/var/lib/one//datastores/125/54/deployment.0'
> 'cloud2' 54 cloud2
> Tue Apr 8 19:30:10 2014 [VMM][I]: error: Failed to create domain from
> /var/lib/one//datastores/125/54/deployment.0
> Tue Apr 8 19:30:10 2014 [VMM][I]: error: internal error process exited
> while connecting to monitor: qemu-kvm: -drive
> file=rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789,if=none,id=drive-ide0-0-0,format=raw,cache=none:
> error connecting
> Tue Apr 8 19:30:10 2014 [VMM][I]: qemu-kvm: -drive
> file=rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789,if=none,id=drive-ide0-0-0,format=raw,cache=none:
> could not open disk image
> rbd:one/one-28-54-0:auth_supported=none:mon_host=cloudweb12\:6789:
> Operation not supported
> Tue Apr 8 19:30:10 2014 [VMM][I]:
> Tue Apr 8 19:30:10 2014 [VMM][E]: Could not create domain from
> /var/lib/one//datastores/125/54/deployment.0
> Tue Apr 8 19:30:10 2014 [VMM][I]: ExitCode: 255
> Tue Apr 8 19:30:10 2014 [VMM][I]: Failed to execute virtualization driver
> operation: deploy.
> Tue Apr 8 19:30:10 2014 [VMM][E]: Error deploying virtual machine: Could
> not create domain from /var/lib/one//datastores/125/54/deployment.0
> Tue Apr 8 19:30:10 2014 [DiM][I]: New VM state is FAILED
>
>
>
> And also here is deployment.0:
>
> 
>
> one-54
>
> 
>
> 1024
>
> 
>
> 524288
>
> 
>
> hvm
>
> 
>
> 
>
> 
>
> /usr/libexec/qemu-kvm
>
> 
>
> 
>
> 
>
>

Re: [one-users] One and MySQL deadlocks and primary key reuse

2014-04-10 Thread Carlos Martín Sánchez
Hi,

The duplicate key problem is a known issue, fixed in master [1]. It does
not have any important effect and can be ignored.

I haven't seen the deadlock issue reported before, but we'll look into it
[2]. Please provide any other information you consider relevant to help us
reproduce the problem

Regards

[1] http://dev.opennebula.org/issues/2544
[2] http://dev.opennebula.org/issues/2832

--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | cmar...@opennebula.org |
@OpenNebula


On Thu, Apr 10, 2014 at 4:53 PM, Ondrej Hamada wrote:

>  Hi,
> please, see below.
>
> I have tried to restart both oned and mysql server. The duplicate entry
> appeared right after the restart, then only deadlocks show up occasionally.
>
> Duplicate entry for primary key:
>
> Wed Apr  9 23:22:27 2014 [ONE][E]: SQL command was: INSERT INTO
> vm_monitoring (vmid, last_poll, body) VALUES
> (20479,1397078547,'204797102jenkins-heapHEAPHEAP-algernon-MAIL-1110110100139707854733013970438320one-204792097152152236231269297SOME
> SSH
> KEYS ED_RANK>204790mess11-node1510113970439200kvmdummyssh/mnt/datastores/1091397043920139704392113970439210'),
> error 1062 : Duplicate entry '20479-1397078547' for key 'PRIMARY'
>
>
> Deadlocks:
>
> Thu Apr 10 16:07:40 2014 [ONE][E]: SQL command was: REPLACE INTO
> datastore_pool (oid, name, body, uid, gid, owner_u, group_u, other_u, cid)
> VALUES (108,'System
> 3','10800oneadminoneadminSystem
> 3110110100-qcow2/mnt/one_system_3/10810100KVM
> cluster55126342957293492',0,0,1,1,1,100),
> error 1213 : Deadlock found when trying to get lock; try restarting
> transaction
> Thu Apr 10 16:10:25 2014 [ImM][I]: --Mark--
> Thu Apr 10 16:13:18 2014 [VMM][I]: --Mark--
> Thu Apr 10 16:13:31 2014 [InM][I]: --Mark--
> Thu Apr 10 16:17:10 2014 [ONE][E]: SQL command was: REPLACE INTO host_pool
> (oid, name, body, state, last_mon_time, uid, gid, owner_u, group_u,
> other_u, cid) VALUES
> (12,'mess09-node','12mess09-node2kvmkvmdummy1397139430100KVM
> cluster0167772162101007941971793216008419315324609158819111234393324116 SED_MB>4805515212575132601335821240',2,1397139430,0,0,1,0,0,100),
> error 1213 : Deadlock found when trying to get lock; try restarting
> transaction
> Thu Apr 10 16:19:46 2014 [ImM][I]: --Mark--
> Thu Apr 10 16:21:10 2014 [ONE][E]: SQL command was: REPLACE INTO
> datastore_pool (oid, name, body, uid, gid, owner_u, group_u, other_u, cid)
> VALUES (108,'System
> 3','10800oneadminoneadminSystem
> 3110110100-qcow2/mnt/one_system_3/10810100KVM
> cluster55126342956793497',0,0,1,1,1,100),
> error 1213 : Deadlock found when trying to get lock; try restarting
> transaction
>
> Ondra
>
>
> On 04/10/2014 04:45 PM, Carlos Martín Sánchez wrote:
>
> Hi,
>
>  Can you send the relevant section of oned.log? It will be useful to know
> the operations that oned was trying to do when this happens.
>
>  Regards
>
>  --
> Carlos Martín, MSc
> Project Engineer
> OpenNebula - Flexible Enterprise Cloud Made Simple
> www.OpenNebula.org | cmar...@opennebula.org | 
> @OpenNebula
>
>
> On Wed, Apr 9, 2014 at 12:13 AM, Hamada, Ondrej  > wrote:
>
>> Hi everyone,
>>
>> my opennebula 4.4 reports problems when issuing sql commands. It reports
>> mainly:
>>
>> "error 1213 : Deadlock found when trying to get lock; try restarting
>> transaction"
>> and occasionally also:
>> "error 1062 : Duplicate entry '19608-1396968279' for key 'PRIMARY'"
>>
>> I'm using mysql 5.5 as db. One seems to continue working, but I'm afraid
>> I've missed something.
>>
>> Do you have any idea what might be wrong and how to fix it?
>>
>> Thank you in advance
>>
>> Ondra
>>
>> This e-mail and any attachment is for authorised use by the intended
>> recipient(s) only. It may contain proprietary material, confidential
>> information and/or be subject to legal privilege. It should not be copied,
>> disclosed to, retained or used by, any other party. If you are not an
>> intended recipient then please promptly delete this e-mail and any
>> attachment and all copies and inform the sender. Thank you for
>> understanding.
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>
>
> --
> Ondrej Hamada
>
> Software Engineer
>
> _
>
>
> Acision. Innovation. Assured.
> www.acision.com
>
> Holandská 5
> 639 00 Brno
> Czech Republic
>
> T: +420 531 017 040
> F: +420 543 125 114
> M: +420 732 558 013
> E: ondrej.ham...@acision.com
>
>
> --
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be copied,
> disclosed to, retained or used by, any other party. If you are not an
> intended recipient then please promptly delete t

Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Jaime Melis
Carlo,

that's great! thank you very much. Avoiding installing VirtualBox in some
scenarios is a great win.

cheers,
Jaime


On Thu, Apr 10, 2014 at 5:59 PM, Carlo Daffara <
carlo.daff...@cloudweavers.eu> wrote:

> In alternative, this simple bash script converts from VMDK3 to VMDK2:
> https://github.com/erik-smit/one-liners/blob/master/qemu-img.vmdk3.hack.sh
> description here:
> http://carlos-spitzer.com/tag/image-uses-a-vmdk-feature-which-is-not-supported-by-this-qemu-version-vmdk-version-3/
> We use it with great results.
> cheers
> carlo daffara
> CloudWeavers
>
> - Messaggio originale -
> Da: "Alvaro Simon" 
> A: "Jaime Melis" 
> Cc: "Users OpenNebula" 
> Inviato: Giovedì, 10 aprile 2014 17:07:50
> Oggetto: Re: [one-users] OpenNebula and OVA files support
>
> Hi Jaime
> > Hi Alvaro,
> >
> > yes, we are aware of that issue. While we wait for a newer qemu-img
> > version, you may want to use VirtualBox instead of qemu-img for this
> task.
> > You would need to change this:
> >
> https://github.com/OpenNebula/addon-appmarket/blob/master/src/worker/lib/appliance_file_converter.rb#L7
> >
> > with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t}
> > --format VMDK
> Thanks a lot for the tip! we will use VBoxManage command meanwhile..
>
> Cheers
> Alvaro
> > cheers,
> > Jaime
> >
> >
> > On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon  wrote:
> >
> >> Dear all
> >>
> >> We are playing around with OVA files, some of them have VMDK version 3
> >> imges inside,  when you include a OVA file with oneimage, ON untar the
> file
> >> and creates a directory into the datastore, the question is if it will
> be
> >> suported the VMDK image conversion in ON in the future. I see that it
> >> exists a APP from appmarket to perform this action but It will be
> included
> >> into ON by default? We want to convert VMDK version 3 images to qcow or
> raw
> >> files to be used by KVM and this will help us to convert image files
> >> automatically. unfortunately old qemu-img versions does not support VMDK
> >> version 3 (in centos 6 as example).
> >>
> >> Cheers and thanks!
> >> Alvaro
> >> ___
> >> Users mailing list
> >> Users@lists.opennebula.org
> >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> >>
> >
> >
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Carlo Daffara
In alternative, this simple bash script converts from VMDK3 to VMDK2:
https://github.com/erik-smit/one-liners/blob/master/qemu-img.vmdk3.hack.sh
description here: 
http://carlos-spitzer.com/tag/image-uses-a-vmdk-feature-which-is-not-supported-by-this-qemu-version-vmdk-version-3/
We use it with great results.
cheers
carlo daffara
CloudWeavers

- Messaggio originale -
Da: "Alvaro Simon" 
A: "Jaime Melis" 
Cc: "Users OpenNebula" 
Inviato: Giovedì, 10 aprile 2014 17:07:50
Oggetto: Re: [one-users] OpenNebula and OVA files support

Hi Jaime
> Hi Alvaro,
>
> yes, we are aware of that issue. While we wait for a newer qemu-img
> version, you may want to use VirtualBox instead of qemu-img for this task.
> You would need to change this:
> https://github.com/OpenNebula/addon-appmarket/blob/master/src/worker/lib/appliance_file_converter.rb#L7
>
> with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t}
> --format VMDK
Thanks a lot for the tip! we will use VBoxManage command meanwhile..

Cheers
Alvaro
> cheers,
> Jaime
>
>
> On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon  wrote:
>
>> Dear all
>>
>> We are playing around with OVA files, some of them have VMDK version 3
>> imges inside,  when you include a OVA file with oneimage, ON untar the file
>> and creates a directory into the datastore, the question is if it will be
>> suported the VMDK image conversion in ON in the future. I see that it
>> exists a APP from appmarket to perform this action but It will be included
>> into ON by default? We want to convert VMDK version 3 images to qcow or raw
>> files to be used by KVM and this will help us to convert image files
>> automatically. unfortunately old qemu-img versions does not support VMDK
>> version 3 (in centos 6 as example).
>>
>> Cheers and thanks!
>> Alvaro
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>
>

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon

Hi Jaime

Hi Alvaro,

yes, we are aware of that issue. While we wait for a newer qemu-img
version, you may want to use VirtualBox instead of qemu-img for this task.
You would need to change this:
https://github.com/OpenNebula/addon-appmarket/blob/master/src/worker/lib/appliance_file_converter.rb#L7

with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t}
--format VMDK

Thanks a lot for the tip! we will use VBoxManage command meanwhile..

Cheers
Alvaro

cheers,
Jaime


On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon  wrote:


Dear all

We are playing around with OVA files, some of them have VMDK version 3
imges inside,  when you include a OVA file with oneimage, ON untar the file
and creates a directory into the datastore, the question is if it will be
suported the VMDK image conversion in ON in the future. I see that it
exists a APP from appmarket to perform this action but It will be included
into ON by default? We want to convert VMDK version 3 images to qcow or raw
files to be used by KVM and this will help us to convert image files
automatically. unfortunately old qemu-img versions does not support VMDK
version 3 (in centos 6 as example).

Cheers and thanks!
Alvaro
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org






___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula and OVA files support

2014-04-10 Thread Jaime Melis
Hi Alvaro,

yes, we are aware of that issue. While we wait for a newer qemu-img
version, you may want to use VirtualBox instead of qemu-img for this task.
You would need to change this:
https://github.com/OpenNebula/addon-appmarket/blob/master/src/worker/lib/appliance_file_converter.rb#L7

with VBoxManage scripts, something like: VBoxManage clonehd #{s} #{t}
--format VMDK

cheers,
Jaime


On Thu, Apr 10, 2014 at 4:16 PM, Alvaro Simon  wrote:

> Dear all
>
> We are playing around with OVA files, some of them have VMDK version 3
> imges inside,  when you include a OVA file with oneimage, ON untar the file
> and creates a directory into the datastore, the question is if it will be
> suported the VMDK image conversion in ON in the future. I see that it
> exists a APP from appmarket to perform this action but It will be included
> into ON by default? We want to convert VMDK version 3 images to qcow or raw
> files to be used by KVM and this will help us to convert image files
> automatically. unfortunately old qemu-img versions does not support VMDK
> version 3 (in centos 6 as example).
>
> Cheers and thanks!
> Alvaro
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



-- 
Jaime Melis
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] One and MySQL deadlocks and primary key reuse

2014-04-10 Thread Ondrej Hamada

Hi,
please, see below.

I have tried to restart both oned and mysql server. The duplicate entry 
appeared right after the restart, then only deadlocks show up occasionally.

Duplicate entry for primary key:

Wed Apr  9 23:22:27 2014 [ONE][E]: SQL command was: INSERT INTO vm_monitoring (vmid, last_poll, body) VALUES (20479,1397078547,'204797102jenkins-heapHEAPHEAP-algernon-MAIL-1110110100139707854733013970438320one-204792097152152236231269297SOME SSH KEYS204790mess11-node1510113970439200kvmdummyssh/mnt/datastores/1091397043920139704392113970439210'), error 1062 : Duplicate entry '20479-1397078547' for key 'PRIMARY'


Deadlocks:

Thu Apr 10 16:07:40 2014 [ONE][E]: SQL command was: REPLACE INTO datastore_pool (oid, name, body, uid, gid, owner_u, group_u, other_u, cid) VALUES (108,'System 3','10800oneadminoneadminSystem 
3110110100-qcow2/mnt/one_system_3/10810100KVM
 cluster55126342957293492',0,0,1,1,1,100), error 1213 : Deadlock found when trying to get lock; try restarting transaction
Thu Apr 10 16:10:25 2014 [ImM][I]: --Mark--
Thu Apr 10 16:13:18 2014 [VMM][I]: --Mark--
Thu Apr 10 16:13:31 2014 [InM][I]: --Mark--
Thu Apr 10 16:17:10 2014 [ONE][E]: SQL command was: REPLACE INTO host_pool (oid, name, body, state, last_mon_time, uid, gid, owner_u, group_u, other_u, cid) VALUES (12,'mess09-node','12mess09-node2kvmkvmdummy1397139430100KVM 
cluster01677721621010079419717932160084193153246091588191112343933241164805515212575132601335821240',2,1397139430,0,0,1,0,0,100), error 1213 : Deadlock found when trying to get lock; try restarting transaction
Thu Apr 10 16:19:46 2014 [ImM][I]: --Mark--
Thu Apr 10 16:21:10 2014 [ONE][E]: SQL command was: REPLACE INTO datastore_pool (oid, name, body, uid, gid, owner_u, group_u, other_u, cid) VALUES (108,'System 3','10800oneadminoneadminSystem 
3110110100-qcow2/mnt/one_system_3/10810100KVM
 cluster55126342956793497',0,0,1,1,1,100), error 1213 : Deadlock found when trying to get lock; try restarting transaction

Ondra

On 04/10/2014 04:45 PM, Carlos Martín Sánchez wrote:
Hi,

Can you send the relevant section of oned.log? It will be useful to know the 
operations that oned was trying to do when this happens.

Regards

--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | 
cmar...@opennebula.org | 
@OpenNebula


On Wed, Apr 9, 2014 at 12:13 AM, Hamada, Ondrej 
mailto:ondrej.ham...@acision.com>> wrote:
Hi everyone,

my opennebula 4.4 reports problems when issuing sql commands. It reports mainly:

"error 1213 : Deadlock found when trying to get lock; try restarting 
transaction"
and occasionally also:
"error 1062 : Duplicate entry '19608-1396968279' for key 'PRIMARY'"

I'm using mysql 5.5 as db. One seems to continue working, but I'm afraid I've 
missed something.

Do you have any idea what might be wrong and how to fix it?

Thank you in advance

Ondra

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you for understanding.


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



--
Ondrej Hamada

Software Engineer

_


Acision. Innovation. Assured.

www.acision.com

Holandská 5
639 00 Brno
Czech Republic

T: +420 531 017 040
F: +420 543 125 114
M: +420 732 558 013
E: ondrej.ham...@acision.com


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you for understanding.

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Assigning limited admin rights

2014-04-10 Thread Carlos Martín Sánchez
Hi,

On Wed, Apr 9, 2014 at 5:27 PM, Wilma Hermann wrote:

> 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
>
>
You could also put your admin user in the users group as the primary group,
and add the admin group as a secondary group. This way it all new users
will belong to the 'users' group.

Regards
--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org  | cmar...@opennebula.org |
@OpenNebula  



>
>1.
>2. The problem here was that I used the vdcadmin view in Sunstone for
>the user. By debugging I found out that the list of groups in Sunstone is
>populated by some javascript loaded by the groups panel. In the vdcadmin
>view, the groups panel is disabled by default, therefore the list of groups
>is empty. It's arguably either a bug or a strict permission management
>thing, I can't justice on that. However, if I enable the groups panel and
>prevent the user from doing changes to the groups, I have everything I
>wanted to build.
>
> Greetings
> Wilma
>
>
> 2014-04-07 13:35 GMT+02:00 Wilma Hermann :
>
> Hi,
>>
>> Thanks for the info, it was very useful. I'm still having two issues:
>>
>>
>>1. The default group of a new user is the same as the creating user's
>>one. I would like to have new users in the "users" group by default. Is
>>there a way to change this behavior?
>>2. In Sunstone, the user doing the user management does not see the
>>existing groups even though he ought to. I created an ACL "#
>>GROUP/* USE+MANAGE+ADMIN", but still the list of groups I can assign to a
>>user through Sunstone is empty (Even the string "Please select" does not
>>appear). On the command line, a "oneuser chgrp" works flawlessly using 
>> this
>>account, so I guess it's a bug in Sunstone.
>>
>> Greetings
>> Wilma
>> 2014-04-04 10:34 GMT+02:00 Carlos Martín Sánchez > >:
>>
>> > Hi,
>> >
>> > Adding to what Rubén said, the acl modification is only allowed for
>> users in
>> > the oneadmin group.
>> >
>> > Make sure you use the reference command-auth tables in the xml-rpc doc
>> [1]
>> > to create your rules.
>> >
>> > For example, oneuser passwd requires USER:MANAGE. The rule "#
>> > USER/* USE+MANAGE+ADMIN" will allow your user to change oneadmin's
>> password.
>> > In this case, you will want to create a rule targeting each group
>> (excluding
>> > oneadmin).
>> >
>> > Regards
>> >
>> > [1]
>> >
>> http://docs.opennebula.org/4.4/integration/system_interfaces/api.html#authorization-requests-reference
>> > --
>> > Carlos Martín, MSc
>> > Project Engineer
>> > OpenNebula - Flexible Enterprise Cloud Made Simple
>> > www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula
>> >
>> >
>> > On Thu, Apr 3, 2014 at 2:19 PM, Ruben S. Montero <
>> rsmont...@opennebula.org>
>> > wrote:
>> >>
>> >> Hi
>> >>
>> >> Probably, the following may work...
>> >>
>> >> oneacl create "# USER/* CREATE"
>> >> oneacl create "# USER/* USE+MANAGE+ADMIN"
>> >>
>> >> Take a look to the ACL guide for more info:
>> >>
>> >>
>> >>
>> http://docs.opennebula.org/4.4/administration/users_and_groups/manage_acl.html
>> >>
>> >> Cheers
>> >>
>> >> Ruben
>> >>
>> >>
>> >>
>> >> On Thu, Apr 3, 2014 at 12:08 PM, Wilma Hermann <
>> wilma.herm...@gmail.com>
>> >> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> Is it possible to assign limited admin rights to certain accounts? I
>> >>> would like to have a user that is allowed to do all the user
>> >>> management (creating users, adding users to existing groups, etc.)
>> >>> without adding this user to the oneadmin-group. In particular, I would
>> >>> like to deny this user access to all other users' VMs, templates,
>> >>> images, etc. The user also shouldn't have write-access to the ACLs
>> >>> (otherwise limits would make no sense obviously).
>> >>>
>> >>> Greetings
>> >>> Wilma
>> >>> ___
>> >>> Users mailing list
>> >>> Users@lists.opennebula.org
>> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> --
>> >> Ruben S. Montero, PhD
>> >> Project co-Lead and Chief Architect
>> >> OpenNebula - Flexible Enterprise Cloud Made Simple
>> >> www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
>> >>
>> >> ___
>> >> Users mailing list
>> >> Users@lists.opennebula.org
>> >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> >>
>> >
>>
>>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] One and MySQL deadlocks and primary key reuse

2014-04-10 Thread Carlos Martín Sánchez
Hi,

Can you send the relevant section of oned.log? It will be useful to know
the operations that oned was trying to do when this happens.

Regards

--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | cmar...@opennebula.org |
@OpenNebula


On Wed, Apr 9, 2014 at 12:13 AM, Hamada, Ondrej
wrote:

> Hi everyone,
>
> my opennebula 4.4 reports problems when issuing sql commands. It reports
> mainly:
>
> "error 1213 : Deadlock found when trying to get lock; try restarting
> transaction"
> and occasionally also:
> "error 1062 : Duplicate entry '19608-1396968279' for key 'PRIMARY'"
>
> I'm using mysql 5.5 as db. One seems to continue working, but I'm afraid
> I've missed something.
>
> Do you have any idea what might be wrong and how to fix it?
>
> Thank you in advance
>
> Ondra
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be copied,
> disclosed to, retained or used by, any other party. If you are not an
> intended recipient then please promptly delete this e-mail and any
> attachment and all copies and inform the sender. Thank you for
> understanding.
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OpenNebula and OVA files support

2014-04-10 Thread Alvaro Simon

Dear all

We are playing around with OVA files, some of them have VMDK version 3 
imges inside,  when you include a OVA file with oneimage, ON untar the 
file and creates a directory into the datastore, the question is if it 
will be suported the VMDK image conversion in ON in the future. I see 
that it exists a APP from appmarket to perform this action but It will 
be included into ON by default? We want to convert VMDK version 3 images 
to qcow or raw files to be used by KVM and this will help us to convert 
image files automatically. unfortunately old qemu-img versions does not 
support VMDK version 3 (in centos 6 as example).


Cheers and thanks!
Alvaro
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] One 4.6 and ozones

2014-04-10 Thread Ruben S. Montero
Hi


> 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?
>

Please wait for 4.6, we are going to release a RC tomorrow (or Monday) so
you can setup the infrastructure from scratch. You need to configure DB
replication for some tables and that would be much easier starting from 4.6


Cheers





>
> Ondra
>
> On 03/24/2014 0i6:14 PM, Ruben S. Montero wrote:
>
> Hi Ondrej,
>
>  Ozones has been redesign and integrated in OpenNebula core, you can have
> more information about the VDC part here [1]. We need to find some time to
> make a screencast of the federation part, meanwhile take a look to the new
> documentation [2,3] Note that we are working on the docs
>
>  Cheers
>
>  [1]
> http://opennebula.org/partitioning-clouds-with-virtual-data-centers-vdcs/
> [2]
> http://docs.opennebula.org/4.6/advanced_administration/data_center_federation/federationconfig.html
> [3]
> http://docs.opennebula.org/4.6/advanced_administration/data_center_federation/federationmng.html
>
>
> On Mon, Mar 24, 2014 at 4:51 PM, Ondrej Hamada 
> wrote:
>
>> Hi,
>> I was briefly looking at roadmap for one 4.6 and discovered the feature
>> #2691: Remove ozones code.
>> What kind of change is that? Just some refactoring or are you remove
>> ozones completely? If yes, what will replace them?
>>
>> Thank you in advance
>>
>> Ondra
>>
>> This e-mail and any attachment is for authorised use by the intended
>> recipient(s) only. It may contain proprietary material, confidential
>> information and/or be subject to legal privilege. It should not be copied,
>> disclosed to, retained or used by, any other party. If you are not an
>> intended recipient then please promptly delete this e-mail and any
>> attachment and all copies and inform the sender. Thank you for
>> understanding.
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>
>
>
>  --
>  --
>  Ruben S. Montero, PhD
> Project co-Lead and Chief Architect
> OpenNebula - Flexible Enterprise Cloud Made Simple
> www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
>
>
>
>
> --
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be copied,
> disclosed to, retained or used by, any other party. If you are not an
> intended recipient then please promptly delete this e-mail and any
> attachment and all copies and inform the sender. Thank you for
> understanding.
>
>


-- 
-- 
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Assigning limited admin rights

2014-04-10 Thread Ruben S. Montero
Thanks Wilma, for the feedback. Yes, there are some dependencies between
javascript tabs, that we are trying to remove. For now, this tabs needs to
be enabled and the actions disabled as described in your email.

Cheers

Ruben


On Wed, Apr 9, 2014 at 5:27 PM, Wilma Hermann wrote:

> 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
>2. The problem here was that I used the vdcadmin view in Sunstone for
>the user. By debugging I found out that the list of groups in Sunstone is
>populated by some javascript loaded by the groups panel. In the vdcadmin
>view, the groups panel is disabled by default, therefore the list of groups
>is empty. It's arguably either a bug or a strict permission management
>thing, I can't justice on that. However, if I enable the groups panel and
>prevent the user from doing changes to the groups, I have everything I
>wanted to build.
>
> Greetings
> Wilma
>
>
> 2014-04-07 13:35 GMT+02:00 Wilma Hermann :
>
> Hi,
>>
>> Thanks for the info, it was very useful. I'm still having two issues:
>>
>>
>>1. The default group of a new user is the same as the creating user's
>>one. I would like to have new users in the "users" group by default. Is
>>there a way to change this behavior?
>>2. In Sunstone, the user doing the user management does not see the
>>existing groups even though he ought to. I created an ACL "#
>>GROUP/* USE+MANAGE+ADMIN", but still the list of groups I can assign to a
>>user through Sunstone is empty (Even the string "Please select" does not
>>appear). On the command line, a "oneuser chgrp" works flawlessly using 
>> this
>>account, so I guess it's a bug in Sunstone.
>>
>> Greetings
>> Wilma
>> 2014-04-04 10:34 GMT+02:00 Carlos Martín Sánchez > >:
>>
>> > Hi,
>> >
>> > Adding to what Rubén said, the acl modification is only allowed for
>> users in
>> > the oneadmin group.
>> >
>> > Make sure you use the reference command-auth tables in the xml-rpc doc
>> [1]
>> > to create your rules.
>> >
>> > For example, oneuser passwd requires USER:MANAGE. The rule "#
>> > USER/* USE+MANAGE+ADMIN" will allow your user to change oneadmin's
>> password.
>> > In this case, you will want to create a rule targeting each group
>> (excluding
>> > oneadmin).
>> >
>> > Regards
>> >
>> > [1]
>> >
>> http://docs.opennebula.org/4.4/integration/system_interfaces/api.html#authorization-requests-reference
>> > --
>> > Carlos Martín, MSc
>> > Project Engineer
>> > OpenNebula - Flexible Enterprise Cloud Made Simple
>> > www.OpenNebula.org | cmar...@opennebula.org | @OpenNebula
>> >
>> >
>> > On Thu, Apr 3, 2014 at 2:19 PM, Ruben S. Montero <
>> rsmont...@opennebula.org>
>> > wrote:
>> >>
>> >> Hi
>> >>
>> >> Probably, the following may work...
>> >>
>> >> oneacl create "# USER/* CREATE"
>> >> oneacl create "# USER/* USE+MANAGE+ADMIN"
>> >>
>> >> Take a look to the ACL guide for more info:
>> >>
>> >>
>> >>
>> http://docs.opennebula.org/4.4/administration/users_and_groups/manage_acl.html
>> >>
>> >> Cheers
>> >>
>> >> Ruben
>> >>
>> >>
>> >>
>> >> On Thu, Apr 3, 2014 at 12:08 PM, Wilma Hermann <
>> wilma.herm...@gmail.com>
>> >> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> Is it possible to assign limited admin rights to certain accounts? I
>> >>> would like to have a user that is allowed to do all the user
>> >>> management (creating users, adding users to existing groups, etc.)
>> >>> without adding this user to the oneadmin-group. In particular, I would
>> >>> like to deny this user access to all other users' VMs, templates,
>> >>> images, etc. The user also shouldn't have write-access to the ACLs
>> >>> (otherwise limits would make no sense obviously).
>> >>>
>> >>> Greetings
>> >>> Wilma
>> >>> ___
>> >>> Users mailing list
>> >>> Users@lists.opennebula.org
>> >>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> --
>> >> Ruben S. Montero, PhD
>> >> Project co-Lead and Chief Architect
>> >> OpenNebula - Flexible Enterprise Cloud Made Simple
>> >> www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
>> >>
>> >> ___
>> >> Users mailing list
>> >> Users@lists.opennebula.org
>> >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>> >>
>> >
>>
>>
>


-- 
-- 
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org