Re: [one-users] issue: can't specify NIC hardware type duirng VM creating

2011-03-10 Thread Carlos Martín Sánchez
Hi there, There's a typo in your template, you are using MODLE instead of MODEL. Regards, Carlos -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org On 10 March 2011

Re: [one-users] issue: can't specify NIC hardware type duirng VM creating

2011-03-10 Thread GONG YONGJIE A
Ooops.. I will try it later J Thanks for great support. From: Carlos Martín Sánchez [mailto:cmar...@opennebula.org] Sent: Thursday, March 10, 2011 4:26 PM To: GONG YONGJIE A Cc: users@lists.opennebula.org Subject: Re: [one-users] issue: can't specify NIC hardware type duirng VM creating

Re: [one-users] issue: VM instance can't shut down through sunstone command

2011-03-10 Thread Héctor Sanjuán
Ok, My mistake, KVM driver is not plugging the VM off after the timeout occurs. var/remotes/vmm/kvm/shutdown: if [ $count -gt $TIMEOUT ] then echo Timeout reached 2 exit 1 fi ttylinux is just ignoring the shutdown signal, so the script

Re: [one-users] RPC client: how to determine my user id?

2011-03-10 Thread Carlos Martín Sánchez
Hi Carsten, You are right, there are some operations that require the user ID and only oneadmin can know it. For now, those operations will remain only accessible to oneadmin. In the short term, we want to improve the overall user management (to add groups and, maybe, permissions) and we'll

[one-users] OVF support

2011-03-10 Thread Zeeshan Ali Shah
what are the ways to support OVF in One ? Does Claudia is the only option ? -- Regards Zeeshan Ali Shah System Administrator PDC-Center for High Performance Computing KTH-Royal Institute of Technology , Sweden +46 8 790 9115 ___ Users mailing list

Re: [one-users] OVF support

2011-03-10 Thread Gian Uberto Lauri
ZAS == Zeeshan Ali Shah zas...@pdc.kth.se writes: ZAS what are the ways to support OVF in One ? Does Claudia is the ZAS only option ? There could have been a problem with the license if the Mozilla P.L. was clashing with others in OpenNebula, but it is not the case. And we will

Re: [one-users] OVF support

2011-03-10 Thread Zeeshan Ali Shah
So basically it is ok to use Claudia with One ? Zeeshan On 03/10/2011 04:27 PM, Gian Uberto Lauri wrote: ZAS == Zeeshan Ali Shahzas...@pdc.kth.se writes: ZAS what are the ways to support OVF in One ? Does Claudia is the ZAS only option ? There could have been a problem with the

Re: [one-users] OpenVZ

2011-03-10 Thread knawnd
Hi! Spent some time in attempts to implement OpenVZ support in OpenNebula via libvirt I realized that for the moment probably it was not the most efficient way to do that since libvirt provides pretty poor OpenVZ support. In particular: 1) some of openvz specific parameters/options are

Re: [one-users] OVF support

2011-03-10 Thread Gian Uberto Lauri
ZAS == Zeeshan Ali Shah zas...@pdc.kth.se writes: ZAS So basically it is ok to use Claudia with One ? Zeeshan Yes, it is. As soon as I get the code from Barcelona I will forward it to you. Zeeshan, please accept my most sincere apologies for being so brief in my replies, being late with them

Re: [one-users] RPC client: how to determine my user id?

2011-03-10 Thread Carsten.Friedrich
Groups and permissions would be fantastic. Especially regarding image management I have a very current need for this! Looking forward to it. Carsten From: Carlos Martín Sánchez [mailto:cmar...@opennebula.org] Sent: Thursday, 10 March 2011 23:31 To: Friedrich, Carsten (ICT Centre, Acton) Cc:

Re: [one-users] issue: VM instance can't shut down through sunstone command

2011-03-10 Thread GONG YONGJIE A
Hi Héctor, Got it. Thanks very much :) -Original Message- From: Héctor Sanjuán [mailto:hsanj...@opennebula.org] Sent: Thursday, March 10, 2011 6:49 PM To: GONG YONGJIE A Cc: users@lists.opennebula.org Subject: Re: [one-users] issue: VM instance can't shut down through sunstone

[one-users] Using half a processor with KVM

2011-03-10 Thread Paulo A L Rego
Hi, I found in an old thread (Trying to Understand VCPU CPU and VM parameters in templatehttp://lists.opennebula.org/htdig.cgi/users-opennebula.org/2010-September/002816.html ) the explanation of how XEN works with CPU definition at template. Xen's driver uses the credit scheduler. This kind of

[one-users] issue: VM can't boot up from network

2011-03-10 Thread GONG YONGJIE A
Hi, I just test to create one VM to boot from PXE but from deployment.0 the boot parameter is still hd. Please correct me if my configuration is wrong. Thanks a lot. Logs: [root@cloudmanager images]# onevm list ID USER NAME STAT CPU MEMHOSTNAMETIME

[one-users] copy-on-write for better performance in OpenStack?

2011-03-10 Thread xeoshow
Hello, dear all I found OpenNebula is really a great product, but there is still just one feature not sure if already in OpenNebula. As in this link: http://www.openstack.org/projects/compute/ Features of OpenStack Compute - Bexar Release - .. - Database versioning and migration

[one-users] config issue: can't swith tm_ssh mode to tm_nfs mode

2011-03-10 Thread GONG YONGJIE A
Hi, We'd like to change tm_nfs as transfer manager from tm_ssh but it is failed during VM creation. Could you help for us check it? Thanks. The image was created before (at that moment tm_ssh was used) [root@cloudmanager images]# cat vm-linux-0.2.conf NAME =

[one-users] when can OpenNebula scheuler support dynamic VM placement for running VMs?

2011-03-10 Thread YE LEI
Hello, As we know that current scheduler in OpenNebula is only used to manage the deployment of VMs, dose OpenNebula team have a plan to involve dynamic VM placement policies into the scheduler? For example, running VMs can be automatically migrated from one physical node to another according to

[one-users] Error Deploying VM

2011-03-10 Thread Kyle Jake Plimack
I'm brand new to OpenNebula and I'm trying to deploy ttylinux provided by opennebula.org on a kvm host. I've configured them with a shared nfs image repository, but to use their local storage for vm_dir. When I try to create the vm from a template, it fails... the oned.log follows. Can

[one-users] what's the exact meaning of CPU in vm template file?

2011-03-10 Thread XIE Xin B
Hello, In one vm template file, we can define such as CPU = 0.6 Definition is : Percentage of CPU divided by 100 required for the Virtual Machine. my question is what's the meaning of this? 1 or 2 or both? 1. if host's reamining cpu60%, the vm will not dispatch on the host 2. after vm