[one-users] multiple image repositories

2012-02-03 Thread João Pagaime
Hello users, I would like opennebula front-end to use multiple NFS image repositories What's the propper way of doing this? one way seems to be: - create the image - move it to the desired location - do a oneimage update image to change the SOURCE variable to the new location I'm using

Re: [one-users] multiple image repositories

2012-02-07 Thread João Pagaime
-opennebula.org -- João Pagaime FCCN - Área de Infra-estruturas Aplicacionais Av. do Brasil, n.º 101 - Lisboa Telef. +351 218440100 Fax +351 218472167 www.fccn.pt Aviso de Confidencialidade/Disclaimer Esta mensagem é exclusivamente destinada ao seu destinatário, podendo conter informação

[one-users] VM after shutdown

2012-02-07 Thread João Pagaime
Hello all, is there some configuration available for open-nebula (and sunstone) to list persistent VMs that are shutdown, instead of disappearing from onevm list? as it is configured now, after a VM shutdown, I have to do a onevm create or do a similar action on sunstone, to restart the VM.

[one-users] (thanks) Re: experiences with distributed FS?

2012-02-09 Thread João Pagaime
to benchmark different distributed file systems are welcome. Hmm, you are using FUSE. Performance measurements would be really nice to have. Writing fancy file systems using FUSE is easy. Making them fast and scalable is a damn hard job and often impossible. -- João Pagaime FCCN - Área de

[one-users] LDAP and open-nebula / Sunstone?

2012-04-02 Thread João Pagaime
Hello Opennebula users, we're trying to set up Sunstone do use LDAP authentication on our local network, but it isn't working, and It looks we're kind of stuck and have doubts also It seems that the LDAP configuration is being ignored by sunstone we would appreciate for any additional

[one-users] question about System Datastore on Opennebula 3.4

2012-04-23 Thread João Pagaime
Hello all, On Opennebula 3.4 is it possible to configure the System Datastore do use the Shared Transfer Driver, and then to use different storages for different working-nodes? Example: - on working-node A, B and C at datacenter X, /var/lib/one/datastores/0/ mounts by NFS on server NFS01

[one-users] auth - stop showing clear password on the logs

2012-05-10 Thread João Pagaime
Hello all could somebody show where to change open-nebula for it to stop showing clear text passords? probably somewhere on the code... it is showing clear text passords for some cases of Sunstone LDAP auth errors (as shown bellow) -- Thu May 10 19:20:02 2012 [ReM][D]:

Re: [one-users] auth - stop showing clear password on the logs

2012-05-11 Thread João Pagaime
messages (those labeled) with [E]. Once you have deployed and tuned the infrastructure it may be a good idea to decrease the debug messages to ERROR/WARNING level. Cheers Ruben On Thu, May 10, 2012 at 8:50 PM, João Pagaime j...@fccn.pt wrote: Hello all could somebody show where to change open

Re: [one-users] additional parameters for the DISK section

2012-10-16 Thread João Pagaime
, André Monteiro andre.mont...@gmail.com wrote: Hello, Just put on RAW section: RAW = [ TYPE = kvm, DATA = alias name='ide0-1-0'/ address type='drive' controller='0' bus='1' target='0' unit='0'/] -- André Monteiro On Tue, Oct 16, 2012 at 6:06 PM, João Pagaime

Re: [one-users] additional parameters for the DISK section

2012-10-17 Thread João Pagaime
on the target (when specified) Best Ruben On Tue, Oct 16, 2012 at 7:42 PM, João Pagaime joao.paga...@gmail.com wrote: thanks for the reply didn't say the full story, sorry... the extra parameters that I need aren't root parameters, but instead must be inside a disk section, on libvirt's

Re: [one-users] additional parameters for the DISK section

2012-10-18 Thread João Pagaime
wrote: Hello João, Be aware that some OS don't have a libvirt version that support SCSI, like RHEL and CentOS. -- André Monteiro On Wed, Oct 17, 2012 at 2:19 PM, João Pagaime joao.paga...@gmail.com wrote: Hello Ruben got it to work with IDE, with 3 disks (the remaining IDE device

[one-users] howto show VM password to a sunstone regular user

2012-11-09 Thread João Pagaime
Hello all, Is there some way to show the VM initial password to a regular sunstone user? one way would be to insert a specific template variable on the VM template, but the XML-RPC API doesn't have an update operation other ways of passing that information to the user? sending it to the VM log

Re: [one-users] File system performance testing suite tailored to OpenNebula

2013-09-11 Thread João Pagaime
Hello all, the topic is very interesting I wonder if anyone could answer this: what is the penalty of using a file-system on top of a file-system? that is what happens when the VM disk is a regular file on the hypervisor's filesystem. I mean: the VM has its own file-system and then the

Re: [one-users] File system performance testing suite tailored to OpenNebula

2013-09-11 Thread João Pagaime
enhanceio. We observed an increase of the available IOPS for random write (especially important for database servers, AD machines...) of 8 times using consumer-grade ssds. cheers, Carlo Daffara cloudweavers - Messaggio originale - Da: João Pagaime joao.paga...@gmail.com A: users

[one-users] listing images and its vms

2014-02-05 Thread João Pagaime
Hello all I'm trying to put together a very simple ruby script that outputs opennebula's images and its vms as far as listing opennebula's images, everything is fine, but I get an error when trying, for each image, to lists its vms acording to the 4.2 API documentation the image class

Re: [one-users] listing images and its vms

2014-02-05 Thread João Pagaime
]. [1] http://docs.opennebula.org/doc/4.4/oca/ruby/OpenNebula/XMLElement.html#retrieve_elements-instance_method [2] https://github.com/OpenNebula/one/blob/one-4.4/src/cli/one_helper/oneimage_helper.rb#L301 On Wed, Feb 5, 2014 at 9:44 AM, João Pagaime joao.paga...@gmail.com wrote: Hello all