Hi,<br><br>Inline response follows,<br><br><div class="gmail_quote">On Fri, Sep 14, 2012 at 5:29 PM, Tobias von der Krone <span dir="ltr"><<a href="mailto:tobias@vdkrone.de" target="_blank">tobias@vdkrone.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I set up a test OpenNebula 3.6 running the front-end on Ubuntu 12.04 (x86_64).<br>
<br>
On creating a new vm I get the following log:<br>
<br>
$ cat /var/log/one/6.log<br>
Fri Sep 14 15:19:10 2012 [DiM][I]: New VM state is ACTIVE.<br>
Fri Sep 14 15:19:10 2012 [LCM][I]: New VM state is PROLOG.<br>
Fri Sep 14 15:19:10 2012 [VM][I]: Virtual Machine has no context<br>
Fri Sep 14 15:19:12 2012 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/clone<br>
z-opennebula:/var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860<br>
z-devcloud02.zalando:/var/lib/one/datastores/0/6/disk.0 6 1<br>
Fri Sep 14 15:19:12 2012 [TM][I]: clone: Cloning /var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860 in<br>
z-devcloud02.zalando:/var/lib/one/datastores/0/6/disk.0<br>
Fri Sep 14 15:19:12 2012 [TM][E]: clone: Command "cd /var/lib/one/datastores/0/6; cp -r<br>
/var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860 /var/lib/one/datastores/0/6/disk.0" failed: cp: cannot stat<br>
`/var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860': No such file or directory<br>
Fri Sep 14 15:19:12 2012 [TM][E]: Error copying z-opennebula:/var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860<br>
to z-devcloud02.zalando:/var/lib/one/datastores/0/6/disk.0<br>
Fri Sep 14 15:19:12 2012 [TM][I]: ExitCode: 1<br>
Fri Sep 14 15:19:12 2012 [TM][E]: Error executing image transfer script: Error copying<br>
z-opennebula:/var/lib/one/datastores/1/8bd6aa6454fa82016bd5a2713a70b860 to<br>
z-devcloud02.zalando:/var/lib/one/datastores/0/6/disk.0<br>
Fri Sep 14 15:19:12 2012 [DiM][I]: New VM state is FAILED<br>
<br>
$ ls -ld /var/lib/one/datastores/0/6<br>
ls: cannot access /var/lib/one/datastores/0/6: No such file or directory<br>
<br>
I saw some other posts about this problem but did not find any hint to solve. Which script should create the diretory in<br>
the system datastore? I'm using the shared tm.<br></blockquote><div><br>The tm driver scripts are located in /var/lib/one/remotes/tm/shared. I think the clone one is responsible for making the directories, the following function to be more specific:<br>
<br>ssh_make_path $DST_HOST $DST_DIR.<br><br>I would check the permissions of /var/lin/one/datastore/0 and the SSH connections between the frontend and the <br>z-devcloud02.zalando node.<br><br>Check if the scripts are located in the correct folders, clone scripts for example sources in other files, and check to see if they have proper permissions.<br>
<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks for any hints.<br>
<br>
Bye Tobia<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Mail: <a href="mailto:tobias@vdkrone.de">tobias@vdkrone.de</a><br>
Info: <a href="http://tobias.vdkrone.de" target="_blank">http://tobias.vdkrone.de</a><br>
<br>
<br></font></span></blockquote><div><br>Good Will,<br>v <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
</font></span><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br>