<html><body><div style="font-family: trebuchet ms,sans-serif; font-size: 10pt; color: #000000"><div>It looks like it's attempting to use the 'shared' TM driver to copy from Datastore ID 1 to ID 109 (which will fail as this is attempting to copy over on the remote host, where the '1' datastore doesn't exist).</div><div><br></div><div>Can you validate that the default datastore (ID 1) is set to be an 'SSH' datastore as well?  I think that may be where it's picking up how it's supposed to transfer the image.  Datastore 109 is your system datastore for the cluster GPOD, which would explain why it's attempting to copy to that 109 directory.</div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Fernando Felix" <Fernando.Felix@esa.int><br><b>To: </b>users@lists.opennebula.org<br><b>Sent: </b>Tuesday, December 10, 2013 9:37:45 AM<br><b>Subject: </b>[one-users] Problem starting VM over a SSH system datastore<br><div><br></div><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">Hello everyone,</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">I'm deploying my first cloud with ONE 4.4 and I'm facing a problem that I don't understand. I have read all the related guides and I though I had understand them but obviously it's not the case.</span> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">My problem is that after creating a SSH System datastore to just copy the VM images from the frontend to the hosts, every time I try to start a virtual machine I end up with the following error messages in the log:</span> <br> <br> <br><span size="3" data-mce-style="font-size: medium;" style="font-size: medium;">Tue Dec 10 12:10:47 2013 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/clone gpodmc.smos.lan:/var/lib/one//datastores/1/91209cfc6a24a39e60b42d9cd6ae5d7f dpgsrcorepfw-3.smos.lan:/datastore/109/8/disk.0 8 1<br> Tue Dec 10 12:10:47 2013 [TM][I]: clone: Cloning /datastore/1/91209cfc6a24a39e60b42d9cd6ae5d7f in dpgsrcorepfw-3.smos.lan:/datastore/109/8/disk.0<br> Tue Dec 10 12:10:47 2013 [TM][E]: clone: Command "cd /datastore/109/8; cp /datastore/1/91209cfc6a24a39e60b42d9cd6ae5d7f /datastore/109/8/disk.0" failed: cp: cannot stat `/datastore/1/91209cfc6a24a39e60b42d9cd6ae5d7f': No such file or directory<br> Tue Dec 10 12:10:47 2013 [TM][E]: Error copying gpodmc.smos.lan:/var/lib/one//datastores/1/91209cfc6a24a39e60b42d9cd6ae5d7f to dpgsrcorepfw-3.smos.lan:/datastore/109/8/disk.0<br> Tue Dec 10 12:10:47 2013 [TM][I]: ExitCode: 1<br> Tue Dec 10 12:10:47 2013 [TM][E]: Error executing image transfer script: Error copying gpodmc.smos.lan:/var/lib/one//datastores/1/91209cfc6a24a39e60b42d9cd6ae5d7f to dpgsrcorepfw-3.smos.lan:/datastore/109/8/disk.0<br> Tue Dec 10 12:10:47 2013 [DiM][I]: New VM state is FAILED<br> Tue Dec 10 12:20:58 2013 [DiM][I]: New VM state is DONE.<br> Tue Dec 10 12:20:58 2013 [TM][W]: Ignored: TRANSFER SUCCESS 8 </span> <br> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">The DATASTORE_LOCATION is pointing to "/datastore"</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">This is the output of the "onedatastore show" command:</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">=========================================================================================</span> <br><span size="3" data-mce-style="font-size: medium;" style="font-size: medium;">[oneadmin@gpodmc one]$ onedatastore show 109<br> DATASTORE 109 INFORMATION                                                       <br> ID             : 109                 <br> NAME           : local_storage       <br> USER           : oneadmin            <br> GROUP          : oneadmin            <br> CLUSTER        : GPOD                <br> TYPE           : SYSTEM              <br> DS_MAD         : -                   <br> TM_MAD         : ssh                 <br> BASE PATH      : /datastore/109      <br> DISK_TYPE      : FILE                <br> <br> DATASTORE CAPACITY                                                              <br> TOTAL:         : -                   <br> FREE:          : -                   <br> USED:          : -                   <br> LIMIT:         : -                   <br> <br> PERMISSIONS                                                                     <br> OWNER          : um-                 <br> GROUP          : u--                 <br> OTHER          : ---                 <br> <br> DATASTORE TEMPLATE                                                              <br> SHARED="NO"<br> TM_MAD="ssh"<br> TYPE="SYSTEM_DS" </span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">=================================================================================</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">What I really dont't understand is why ONE is trying to access the source image from </span> <br> <br><span size="3" data-mce-style="font-size: medium;" style="font-size: medium;">/datastore/1/91209cfc6a24a39e60b42d9cd6ae5d7f /datastore/109/8/disk.0 </span> <br> <br><span size="3" data-mce-style="font-size: medium;" style="font-size: medium;">instead of using</span> <br> <br><span size="3" data-mce-style="font-size: medium;" style="font-size: medium;">/var/lib/one/datastores/1/91209cfc6a24a39e60b42d9cd6ae5d7f /datastore/109/8/disk.0</span> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">?</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">Any body could explain to me what I'm doing wrong, please?</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">Regards</span> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">Fernando</span> <br> <br><span size="2" face="sans-serif" data-mce-style="font-family: sans-serif; font-size: small;" style="font-family: sans-serif; font-size: small;">--<br> Fernando Felix-Redondo  [INSA, S.A.]                   <br> fernando.felix@esa.int              Phone: +34 91 813 1368<br> <br> SMOS DPGS Operations<br> Ground Segment System Engineer<br> ESA - ESAC</span><pre>This message and any attachments are intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from your system. Emails can be altered and their integrity cannot be guaranteed by the sender.

Please consider the environment before printing this email.
</pre><br>_______________________________________________<br>Users mailing list<br>Users@lists.opennebula.org<br>http://lists.opennebula.org/listinfo.cgi/users-opennebula.org<br></div><div><br></div></div>
<br><html><body><b>NOTICE: Protect the information in this message in accordance with the company's security policies. If you received this message in error, immediately notify the sender and destroy all copies.</b></body></html>

<br></body></html>