Re: [one-users] VM's failing

2012-07-27 Thread Carlos Martín Sánchez
Hi, Looks like you datastore location is not properly exported to the host. By default, the Transfer Manager (TM) driver for the System (0) and Default (1) Datastores is 'shared'. This driver assumes that /var/lib/one/datastores/0 and .../1 are mounted. More information here:

[one-users] Failed to execute tm_detach

2012-07-27 Thread haseningo
Hi, I used the new disk-hotplug feature from opennebula 3.6. the attaching of one disk into a windows-vm works perfect. but, I cannot detach the new device and the blockdevice is blocked for this VM. thanks in advance LOGFILE: Fri Jul 27 09:44:15 2012 [VMM][I]: ln: Linking

Re: [one-users] Getting errors trying to execute demo VM.

2012-07-27 Thread Carlos Martín Sánchez
Hi, On Fri, Jul 27, 2012 at 2:02 AM, Jason Fairfield pegasu...@siu.edu wrote: First, what is the 3.6 equivalent for this command (from the Open Nebula Book): *onehost create host09 im_kvm vmm_kvm tm_ssh dummy* Trying to follow the man page as closely as possible I'm using this: onehost

Re: [one-users] Using iSCSI Targets- Cannot create a VM

2012-07-27 Thread Carlos Martín Sánchez
Hi, Can you please explain a bit more about that hack needed for Ubuntu? Cheers -- Carlos Martín, MSc Project Engineer OpenNebula - The Open-source Solution for Data Center Virtualization www.OpenNebula.org | cmar...@opennebula.org | @OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org

Re: [one-users] Failed to execute tm_detach_ SOLVED

2012-07-27 Thread haseningo
This error is correct, i changed my linking-path: http://lists.opennebula.org/pipermail/users-opennebula.org/2012-July/009641.html so I have to make the same changes at /var/lib/one/remotes/tm/shared/mvds too bye Original-Nachricht Datum: Fri, 27 Jul 2012 10:58:23 +0200

Re: [one-users] oneuser key command failing

2012-07-27 Thread Daniel Molina
Hi, On 26 July 2012 01:41, Rogier Mars rog...@fortytwo.nl wrote: I just upgrade to opennebula 3.6 (from the rpm's for CentOS) and decided to give ssh authentication a try. While following the documentation the step to output the public key failed: [root@cloudcontroller1 rogierm]# oneuser

Re: [one-users] Using shared fs and ssh TM

2012-07-27 Thread Javier Fontan
Is your system datastore (0) shared and mounted in all your nodes? On Wed, Jul 25, 2012 at 3:56 PM, Andreas Calvo andreas.ca...@scytl.com wrote: Hello again, I've tried to reuse the SSH MV script, but it fails. Output is: Wed Jul 25 15:51:59 2012 [VMM][I]: Command execution fail:

Re: [one-users] Using shared fs and ssh TM

2012-07-27 Thread Andreas Calvo
No, System datastore (where all QCOW2 delta are stored) is not shared, it relays on the node local filesystem. However, datastore 1 (where all images are stored) it is stored and shared on all nodes under the same path. To use the same directory logic, the paths have been linked. In this

Re: [one-users] Fwd: No space left on device -when Create Image via Marketplace for CentOS 6.2-kvm using iSCSI (block) datastore

2012-07-27 Thread Ruben S. Montero
Hi, This is a known issue when using the market place with block based datastores, see [1]. The size of the image is get from the ContentLength header field (HTTP) using the marketplace URL. This size is for the compressed image, so the actual size of the block is not properly configured. Also

[one-users] Accounting error

2012-07-27 Thread Zeeshan Ali Shah
Getting this (any hint) cat var/oneacctd.log /srv/cloud/one3/lib/ruby/acct/watch_helper.rb:18:in `require': no such file to load -- sequel (LoadError) from /srv/cloud/one3/lib/ruby/acct/watch_helper.rb:18 from /srv/cloud/one3/lib/ruby/acct/acctd.rb:35:in `require' from

[one-users] Problem with Datablock image template

2012-07-27 Thread Humberto N. Castejon Martinez
Hi! When I create a Datablcok image using Sunstone (One v3.0), Opennebula generates an image template with bus=IDE (i.e. with uppercase). Then, when I try to create a VM, libvirt complains saying it does not recognize the IDE bus type. The template should therefore be generated with bus=ide.

Re: [one-users] Using iSCSI Targets- Cannot create a VM

2012-07-27 Thread cloud.b.lab
I will send a detailed mail with cut paste from code/log. one was gt;amp;/dev/null issue which later I learned as known issue. Other were in the clone script. Regards, Anil On Fri, 27 Jul 2012 02:13:36 -0700 Carlos Martín Sánchezlt;cmar...@opennebula.orggt; wrote Hi, Can you

Re: [one-users] Using shared fs and ssh TM

2012-07-27 Thread Javier Fontan
Somehow the checkpoint did not get copied. Can you try to stop a VM and check if the checkpoint is transfered back to the frontend? Just to see if the tm is working correctly. On Fri, Jul 27, 2012 at 11:49 AM, Andreas Calvo andreas.ca...@scytl.com wrote: No, System datastore (where all QCOW2

Re: [one-users] Accounting error

2012-07-27 Thread Zeeshan Ali Shah
I am using Open Nebula 3.0 .. is this a bug ? BR Zeeshan On Jul 27, 2012, at 2:41 PM, Zeeshan Ali Shah wrote: Getting this (any hint) cat var/oneacctd.log /srv/cloud/one3/lib/ruby/acct/watch_helper.rb:18:in `require': no such file to load -- sequel (LoadError) from

Re: [one-users] Accounting error

2012-07-27 Thread Mark Wagner
On 07/27/2012 09:59 AM, Zeeshan Ali Shah wrote: I am using Open Nebula 3.0 .. is this a bug ? BR Zeeshan On Jul 27, 2012, at 2:41 PM, Zeeshan Ali Shah wrote: Getting this (any hint) cat var/oneacctd.log /srv/cloud/one3/lib/ruby/acct/watch_helper.rb:18:in `require': no such file to load

[one-users] Storage architecture question

2012-07-27 Thread Gary S. Cuozzo
Hi Users, I am running ONE 3.6 and would like to be able to run a combination of shared storage (via iSCSI) and local storage (to take advantage of local disk performance for certain applications). My question is related to the local storage aspect. From what I've seen, I can use a local

Re: [one-users] oneuser key command failing

2012-07-27 Thread Ruben S. Montero
Hi, Looking at the code, the key argument is there for historical reasons, the login option should be used instead as it generates a properly formatted password and ONE_AUTH file, and it supports several auth methods ssh, x509... That's the reason for having this command not updated to the new