Re: [one-users] Virtual Machine keeps failing

2014-03-31 Thread Jaime Melis
Christophe, are you still experiencing this problem? It looks like an NFS problem. If you are still interested in debugging it, try to send us the output of ls -l /var/lib/one//datastores/0/4/ in the node. Cheers, Jaime On Tue, Mar 25, 2014 at 12:16 PM, Christophe Duez

Re: [one-users] Ceph image creation works ... but disk is empty (ONE 4.6 beta)

2014-03-31 Thread Jaime Melis
Stefan, I think there is a bug here [1] As soon as I debug it I'll let you know. [1] https://github.com/OpenNebula/one/blob/master/src/datastore_mad/remotes/downloader.sh#L194 Regards, Jaime On Tue, Mar 25, 2014 at 2:12 PM, Stefan Kooman ste...@bit.nl wrote: Hi List, I've setup a 5 node

Re: [one-users] Hosts in error state.

2014-03-31 Thread Jaime Melis
Is the oned daemon running as oneadmin? can you try and manually execute /var/lib/one/remotes/datastore/fs/monitor as oneadmin in the frontend to see if it allows you to execute it? Regards, Jaime On Tue, Mar 25, 2014 at 6:35 PM, Meduri Jagadeesh meduri.jagade...@msn.comwrote: I dint

Re: [one-users] Virtual Machine keeps failing

2014-03-31 Thread Christophe Duez
Owkey, it works. thank you for the help at freenode #opennebula On Mon, Mar 31, 2014 at 9:07 AM, Jaime Melis jme...@opennebula.org wrote: Christophe, are you still experiencing this problem? It looks like an NFS problem. If you are still interested in debugging it, try to send us the

[one-users] fault in opennebula?

2014-03-31 Thread Christophe Duez
fault in opennebula? So I added a new datastore from the CLI : $ cat system.ds NAME= nfs_ds TM_MAD = shared TYPE= SYSTEM_DS $ onedatastore create system.ds ID: 104 Now i'll go to opennebula and see that the path for that datastore is set to : Base path /var/lib/one//datastores/104 The

Re: [one-users] data store not created in VMHosts

2014-03-31 Thread Carlos Martín Sánchez
Hi, On Fri, Mar 28, 2014 at 7:40 PM, Hyun Woo Kim hyun...@fnal.gov wrote: If HostXML::test_ds_capacity only creates $DATASTORE_LOCATION/id assuming $DATASTORE_LOCATION itself exists, my next question here might be, which code creates $DATASTORE_LOCATION itself and when? I don't think

Re: [one-users] fault in opennebula?

2014-03-31 Thread Tino Vazquez
Hi Christophe, That may be OK, which version of OpenNebula are you using? Best, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova -- Confidentiality

Re: [one-users] fault in opennebula?

2014-03-31 Thread Christophe Duez
Hi, I'm using OpenNebula 4.4.1 http://opennebula.org/ by C12G Labshttp://c12g.com/ . On Mon, Mar 31, 2014 at 11:35 AM, Tino Vazquez cvazq...@c12g.com wrote: Hi Christophe, That may be OK, which version of OpenNebula are you using? Best, -Tino -- OpenNebula - Flexible Enterprise Cloud

Re: [one-users] Attaching big immutable disks to virtual machines

2014-03-31 Thread Ruben S. Montero
Hi On a second thought, the low level operations for an image are controlled by SAVE (will be copied back to the image repo) and CLONE (will be copied vs linked). We could deal with this volumes as if they were CDROMs, i.e. READONLY=YES, CLONE=NO, SAVE=NO. The disk images will be linked and

[one-users] Datastores

2014-03-31 Thread Christophe Duez
Hello, I added an iSCSI target to my server that is running opennebula 4.4.1. I mounted the iSCSI /dev/sdb on /var/lib/one/datastores/iSCSI1 type ext4 (rw) Now I tried to added the Datastore to opennebula. the problem is that opennebula does not get any information from the iSCSI. anyone know what

Re: [one-users] More ipv6 network questions

2014-03-31 Thread Ruben S. Montero
Hi Steven, This is a limitation of the current model. We use the MAC address to generate the host id using the EUI64. With the 64 bits from the host plus the prefixes we derive the IPv6 addresses. That's the reason for not storing the link local address, it is just derived from the MAC as in

Re: [one-users] Resume paused VM due to full system datastore

2014-03-31 Thread Ruben S. Montero
Hi The recommended way is to recover the VMs manually and let the monitorization process update the state in oned, as you describe in your email. UNKNOWN state is to accommodate these failure situations (that may require different recover procedures). Note also that we can re-send from

Re: [one-users] Can sunstone 4.0 be deployed on apache2 + passenger

2014-03-31 Thread Daniel Molina
Sorry, the memcache feature was also supported in one-4.0, you just have to configure it: http://archives.opennebula.org/documentation:archives:rel4.0:suns_advance#configuring_memcached Cheers On 24 March 2014 09:51, Daniel Molina dmol...@opennebula.org wrote: Then, you'll have to limit the

Re: [one-users] Configure hosts to use qemu without kvm hardware acceleration

2014-03-31 Thread Ruben S. Montero
Probably you need to modify /etc/one/vmm_exec/vmm_exec_kvm.conf and add EMULATOR = /usr/libexec/qemu-kvm Cheers Ruben On Tue, Mar 25, 2014 at 1:51 PM, Marco Fanti marco.fa...@studenti.polito.it wrote: Thank you for the answers, this was the log file of the vm that don't start because of

Re: [one-users] Resume paused VM due to full system datastore

2014-03-31 Thread Daniel Dehennin
Ruben S. Montero rsmont...@opennebula.org writes: Hi Hello, [...] Note also that we can re-send from OpenNebula a deploy action (virsh create, in your case) with onevm boot (or through the play icon in Sunstone) for UNKNOWN, however there is no way to send from OpenNebula a 'virsh

[one-users] Opennebula problem with cephdatastore.

2014-03-31 Thread Leszek Master
I want to use ceph with opennebula as datastore. I've created ceph datastore using manual - http://archives.opennebula.org/documentation:archives:rel4.0:ceph_ds and i can see datastore space usage and i can import there image form market place, but i cannot start the VM from this image. The error

Re: [one-users] How can I post virtual appliance to OpenNebula Marketplacy??

2014-03-31 Thread Daniel Molina
Hi, On 29 March 2014 15:08, JungJungIn (Gmail:call518) call...@gmail.comwrote: I want to post virtual appliance. But i can not find sign-up menu or web page... Tell me the guide.. Thanks. This is the url of the OpenNebula Marketplace: http://marketplace.c12g.com/appliance And the steps

Re: [one-users] fault in opennebula?

2014-03-31 Thread Tino Vazquez
Hi, Since you are using a shared system datastore, you have to ensure that /var/lib/one/datastores/104 exists both in the front-end and the virtualization nodes. Please do the following: * create /var/lib/one/datastores/104 in the front-end * export /var/lib/one/datastores/104 via NFS

[one-users] EC2 driver error (ONE 4.6 beta)

2014-03-31 Thread Stefan Kooman
Hi, One of the TechDay attendee was so excited about cloud-bursting he tried the same evening in his own cloud. At first he didn't succeed. This turned out to be a template problem with a KEYPAIR containing a space. I tried to reproduce that, but in the process I hit some errors: Add a EC2 host:

Re: [one-users] fault in opennebula?

2014-03-31 Thread Christophe Duez
thank you I thought that i tried that before but it didn't work then. Now it works! On Mon, Mar 31, 2014 at 2:55 PM, Tino Vazquez cvazq...@c12g.com wrote: Hi, Since you are using a shared system datastore, you have to ensure that /var/lib/one/datastores/104 exists both in the front-end and

Re: [one-users] fault in opennebula?

2014-03-31 Thread Christophe Duez
So this works now but the problem is when I want to add an new iso to this datastore (i made a system, image and file type) the iso always turn to the error state On Mon, Mar 31, 2014 at 2:55 PM, Tino Vazquez cvazq...@c12g.com wrote: Hi, Since you are using a shared system datastore, you

Re: [one-users] Opennebula problem with cephdatastore.

2014-03-31 Thread Jaime Melis
Hi Leszek, what does /var/log/libvirtd/qemu/one-vmid.log say? (in the worker node) Also, the fact that /var/lib/one/datastores/0/3/deployment.3 is truncated after the failure is very strange, and I suspect it has nothing to do with OpenNebula. On Mon, Mar 31, 2014 at 2:27 PM, Leszek Master

Re: [one-users] EC2 driver error (ONE 4.6 beta)

2014-03-31 Thread Daniel Molina
Hi Stefan, On 31 March 2014 15:16, Stefan Kooman ste...@bit.nl wrote: Hi, One of the TechDay attendee was so excited about cloud-bursting he tried the same evening in his own cloud. At first he didn't succeed. This turned out to be a template problem with a KEYPAIR containing a space. I

[one-users] System datastore overcommitment

2014-03-31 Thread Ondrej Hamada
Hi guys, I want to deploy my VM on a host whose system datastore has less space than is supposed maximum size of my images. But since I'm using qcow2 images and there is quite huge reserve, I would like to deploy these machines despite they can not pass the check. I also need regular users to be

Re: [one-users] fault in opennebula?

2014-03-31 Thread Tino Vazquez
Hi, Could you send us the contents of /var/log/one/oned.log (in the front-end)? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova --

Re: [one-users] Datastores

2014-03-31 Thread sam song
Hi Christophe, You should take the datastore id as the mounted point of the iSCSI device in my opinion. For example, you want to use iSCSI /dev/sdb as the storage device for datastore with id 101, so you should mount /dev/sdb on /var/lib/one/datastores/101. Another way is to create a

[one-users] Migration question: (new fields in ONE Templates)

2014-03-31 Thread Steven Timm
I am in early stages of testing out a new ONe 4.4 installation and I am finding that there are some mandatory changes to the template syntax. PORT=-1 for VNC no longer allowed, CPU, once optional, now required, and a few other changes. My question for those of you who have done the upgrade

Re: [one-users] EC2 driver error (ONE 4.6 beta)

2014-03-31 Thread Stefan Kooman
Quoting Daniel Molina (dmol...@opennebula.org): Could you try removing the m1.small|large|... empty fields or setting them to 0? That helps :). I was able to reproduce the issue with a KEYPAIR with a white space, i.e. key space in a EC2 VM template: Mon Mar 31 21:46:59 2014 [VMM][E]: Error

[one-users] blktap xen 4.2 and opennebula 4.2

2014-03-31 Thread kenny . kenny
  Hello, i try to force the driver in the image but i got this error in var/log/one/.log   Sun Mar 30 23:59:04 2014 [DiM][I]: New VM state is ACTIVE.Sun Mar 30 23:59:04 2014 [LCM][I]: New VM state is PROLOG.Sun Mar 30 23:59:04 2014 [VM][I]: Virtual Machine has no contextSun Mar 30 23:59:13

[one-users] RAW section--can it be included in devices/devices?

2014-03-31 Thread Steven C Timm
I would like to configure some OpenNebula VM's to have a serial console that can be accessed via the virsh console command. The following xml works if it is inserted manually before the /devices tag in the deployment.0 serial type='pty' target