Re: [one-users] virtio setup

2013-10-24 Thread Olivier Sallou
On 10/22/2013 09:49 AM, Olivier Sallou wrote: Hi I have set up virtio on a Debian recent image (and guest has drivers loaded) but I face some perf issues (frequent freezes with kernel errors). I looked at open nebula generated template and I see in deployment file: disk type='file'

[one-users] new virtual machine creation on ESX

2013-10-24 Thread cosmin cucu
Hello, I am trying to create a VM from a image, and it fails with the following error message : [DiM][I]: New VM state is ACTIVE. [LCM][I]: New VM state is PROLOG. [TM][W]: No size or format in FS, skipping [TM][I]: Command execution fail: /var/lib/one/remotes/tm/vmfs/clone

Re: [one-users] problem about compile with parse=yes

2013-10-24 Thread Carlos Martín Sánchez
Hi, This is third time you send the exact same mail, and I still don't know if it is supposed to be a bug report, a request for help, or what... So, once again: you don't need to compile with the parsers=yes option. The bison and flex files are already compiled into .h and .cc files that are

Re: [one-users] Authentication API

2013-10-24 Thread Carlos Martín Sánchez
Hi, On Wed, Oct 23, 2013 at 8:45 PM, Alberto Zuin - Liste li...@albertozuin.eu wrote: Hello all, I'm trying to integrate OpenNebula in an API project (mine) where I don't have a user DB and I have to use OpenNebula to authorize users like a SSO service. In other situations, I found an API

Re: [one-users] OpenNebula 4.4(?)

2013-10-24 Thread Michael Curran
So you re-wrote the regex expression to look for single quotes around the variable forms -- argh, should have seen that -- thanks for pointing out my blindness :) Michael Curran | connectsolutions | Lead Network Architect Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread Tino Vazquez
Hi, Could you check that /vmfs/volumes/101/ab77b4b5184b6c9b5bf08b3001d71fd3/disk.vmdk exists in the ESX host? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G |

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread cosmin cucu
It does not exist, the whole volume /vmfs/volumes/101/ seems to be empty. Thanks, Cosmin___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread cosmin cucu
Actually, it kind of worked, i have no idea how that image dissapeared, but still showed up as available. But now it throws another error : oneadmin@OpenNebula:/home/oneadmin$ cat /var/log/one/9.log Thu Oct 24 09:39:20 2013 [DiM][I]: New VM state is ACTIVE. Thu Oct 24 09:39:20 2013 [LCM][I]:

[one-users] unsubscribe

2013-10-24 Thread Livid
... URL: http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20131024/8d32fbe9/attachment-0001.htm -- Message: 3 Date: Thu, 24 Oct 2013 15:30:55 +0200 From: Tino Vazquez cvazq...@c12g.com To: cosmin cucu cosminc...@yahoo.com Cc: users

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread cosmin cucu
This is the VM path , with the files contained. ~ # ls /vmfs/volumes/100/9 disk.0  disk.2  disk.2.iso This is the template : oneadmin@OpenNebula:/home/oneadmin$ onetemplate show 2 TEMPLATE 2 INFORMATION ID : 2 NAME   : test_template USER   : oneadmin GROUP 

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread Tino Vazquez
Hi, Ok, I think the problem is in the volatile disk that you are defining in the VM. DISK=[ SIZE=5120, TYPE=fs ] which doesn't have the FORMAT attribute, hence the following log message: Thu Oct 24 09:39:20 2013 [TM][W]: No size or format in FS, skipping Please try again with the

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread Tino Vazquez
Glad it worked. I've changed the documentation [1] to reflect that FORMAT is mandatory.Any feedback on this to make the documentation clearer is welcomed. Reards, -T [1] http://opennebula.org/documentation:rel4.2:evmwareg?#datablocks_volatile_disks -- OpenNebula - Flexible Enterprise Cloud

Re: [one-users] new virtual machine creation on ESX

2013-10-24 Thread cosmin cucu
I already tried without the second disk and it worked. With your option it also worked with a new disk. Thanks a lot, i really apreciate all the help, Cosmin On Thursday, October 24, 2013 5:17 PM, Tino Vazquez cvazq...@c12g.com wrote: Hi, Ok, I think the problem is in the volatile disk

[one-users] oneimage create to shared datastore

2013-10-24 Thread Fabella, Wesley
Hello, I'm running into an error following the successful creation of a new shared datastore no 102.. ID NAMESIZE AVAIL CLUSTER IMAGES TYPE DS TM 0 system - - - 0 sys - ssh 1 default x 44% x

[one-users] oneimage create to shared datastore

2013-10-24 Thread Fabella, Wesley
Also, I am copying to a remote gluster fs filesystem and manually executing the downloader.sh I receive this message when writing gluster: /var/lib/one/remotes/datastore/fs/../downloader.sh /glusterfs-main/kvms/opennebula-marketplace/ttylinux.img

[one-users] OpenNebula and IBM Blade V7000 FC

2013-10-24 Thread Pedro Roger
Hi, We have four IBM Blade HS22 connected trough Fibre Channel to an IBM V7000 Storwize, and we are planning to use LVM as a shared volume group beetwen the hosts, but i can't see an pure LVM driver in current documentation of OpenNebula, i only see an iSCSI/LVM implementation. Is this

[one-users] unsubscribe

2013-10-24 Thread Livid
___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] vnc via proxy web server

2013-10-24 Thread Hector Sanjuan
On Thu, 17 Oct 2013 12:48:46 +0200, Wojciech Giel wojciech.g...@cimr.cam.ac.uk wrote: if I configure hypervisors with vnc over ssl (libvirt-vnc) how to marry sunstone proxy vnc with ssl vnc on hypervisor. is it possible with current version of sunstone? websockify has a --ssl-target option