self answer to myself....

There is a change in scripts/config.

I updated my config file from
VM_MAD = [
    name       = "vmm_kvm",
    executable = "one_vmm_sh",
    arguments  = "kvm",
    default    = "vmm_sh/vmm_sh_kvm.conf",
    type       = "kvm" ]

to

VM_MAD = [
    name       = "vmm_kvm",
    executable = "one_vmm_ssh",
    arguments  = "kvm",
    default    = "vmm_ssh/vmm_ssh_kvm.conf",
    type       = "kvm" ]

The one_vmm_ssh refers to REMOTE_SCRIPT, while one_vmm_sh referes to #{ENV['ONE_LOCATION']}/lib/remotes


If sh is to be used, /lib/remotes should be created on remote nodes (not configurable).




Le 10/25/10 9:13 AM, Olivier Sallou a écrit :
Hi,
I just upgraded to offical v2 release. But when I deploy a VM, remote script directory is wrong and scripts are not found (deploy etc...).

During update, I did not updated the configuration file oned.conf, I kept my original one (beta version of one 2)

During VM deployment, I see the following message:

Mon Oct 25 08:57:03 2010 [VMM][I]: Command execution fail: /lib/remotes/vmm/kvm/deploy genokvm2 /var/lib/one/16/deployment.0

However, in my configuration file I have:

SCRIPTS_REMOTE_DIR=/opt/one

I wonder where this "/lib/remotes" comes from...

Thanks

Olivier

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to