Hello,<div><br></div><div>I have the following issue when instantiating a template</div><div><br></div><div><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)">Thu Sep 20 15:06:24 2012 [DiM][I]: New VM state is ACTIVE.
Thu Sep 20 15:06:25 2012 [LCM][I]: New VM state is PROLOG.
<br></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)">Thu Sep 20 15:06:26 2012 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/ssh/clone C3:/var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a H2:/var/lib/one//datastores/0/19/disk.0 19 1
Thu Sep 20 15:06:26 2012 [TM][I]: clone: Cloning C3:/var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a in /var/lib/one/datastores/0/19/disk.0
<span class="vm_log_error"><br></span></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)"><span class="vm_log_error">Thu Sep 20 15:06:26 2012 [TM][E]: clone: Command "scp -r C3:/var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a H2:/var/lib/one//datastores/0/19/disk.0" failed: scp: /var/lib/one//datastores/0/19/disk.0: No such file or directory</span>
<span class="vm_log_error"><br></span></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)"><span class="vm_log_error">Thu Sep 20 15:06:26 2012 [TM][E]: Error copying C3:/var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a to H2:/var/lib/one//datastores/0/19/disk.0</span>
<br></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)">Thu Sep 20 15:06:26 2012 [TM][I]: ExitCode: 1
<span class="vm_log_error">Thu Sep 20 15:06:26 2012 [TM][E]: Error executing image transfer script: Error copying C3:/var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a to H2:/var/lib/one//datastores/0/19/disk.0</span>
<br></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)">Thu Sep 20 15:06:27 2012 [DiM][I]: New VM state is FAILED</pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)">

<font face="arial, helvetica, sans-serif">As I am trying to instantiate from the template I'd expect the dir's to be made before faulting at the error.</font></pre>I have the host set with KVM hypervisor. The host has the libvirt deamon, kvn & qemu all installed along with ruby. oneadmin uid and gid match that of the frontend. SSH keys are shared and working. The hosts are also using 8021Q which have been configured with a local VLAN and a second with the public LAN.</div>

<div><br></div><div>The image file looks like:<pre style="background-color:rgb(255,255,255)"><pre><font color="#222222" size="3">ID             : 4
NAME           : ttylinux - kvm
USER           : oneadmin
GROUP          : oneadmin
DATASTORE      : default
TYPE           : OS
REGISTER TIME  : 09/20 11:24:25
PERSISTENT     : No
SOURCE         : /var/lib/one/datastores/1/8027712fd3be390c412eeb08f900135a
PATH           : <a href="https://marketplace.c12g.com/appliance/4fc76a938fb81d3517000003/download">https://marketplace.c12g.com/appliance/4fc76a938fb81d3517000003/download</a>
SIZE           : 40M
STATE          : used
RUNNING_VMS    : 1

PERMISSIONS
OWNER          : um-
GROUP          : um-
OTHER          : u--
</font></pre><div style="color:rgb(34,34,34);font-size:13px">The VM template looks like </div><div style="color:rgb(34,34,34);font-size:13px"><br></div><div><font color="#222222" size="3">ID             : 11
NAME           : test4.4
USER           : oneadmin
GROUP          : oneadmin
REGISTER TIME  : 09/20 11:30:57

PERMISSIONS
OWNER          : um-
GROUP          : um-
OTHER          : u--

TEMPLATE CONTENTS
CONTEXT=[
  HOSTNAME="TEST4-4" ]
CPU="1"
DISK=[
  DRIVER="raw",
  IMAGE="ttylinux - kvm",
  IMAGE_UNAME="oneadmin" ]
FEATURES=[
  ACPI="yes",
  PAE="yes" ]
GRAPHICS=[
  LISTEN="0.0.0.0",
  TYPE="vnc" ]
INPUT=[
  BUS="usb",
  TYPE="mouse" ]
MEMORY="1024"
NAME="test4.4"
NIC=[
  NETWORK="C3-LAN",
  NETWORK_UNAME="oneadmin" ]
OS=[
  ARCH="x86_64",
  BOOT="hd" ]
RAW=[
  TYPE="kvm" ]
TEMPLATE_ID="11"</font><span style="color:rgb(34,34,34);font-size:13px">
</span></div><div><font color="#222222" size="3"><br></font></div><font face="arial, helvetica, sans-serif">It is when the above is instantiated that we get the TM module failing. TM module in Oned.conf has not been changed from:<br>

</font><div><font color="#222222" size="3"><br></font></div><div><font color="#222222" size="3">TM_MAD = [
    executable = "one_tm",
    arguments  = "-t 15 -d dummy,lvm,shared,qcow2,ssh,vmware,iscsi" ]
</font></div><div><font color="#222222" size="3"><br></font></div><font face="arial, helvetica, sans-serif">Data store settings are:</font><div><font color="#222222" size="3"><br></font></div><div><font color="#222222" size="3">DATASTORE_MAD = [
    executable = "one_datastore",
    arguments  = "-t 15 -d fs,vmware,iscsi,lvm"
</font></div><div><font color="#222222" size="3"><br></font></div><font face="arial, helvetica, sans-serif">Both the above are defaults. Additionally we have followed the SSH transfer section from the following manual<br>

<a href="http://www.c12g.com/Portals/155284/docs/ONE3.6%20-%20Setting%20up%20and%20Managing%20your%20Cloud%20Infrastructure.pdf">http://www.c12g.com/Portals/155284/docs/ONE3.6%20-%20Setting%20up%20and%20Managing%20your%20Cloud%20Infrastructure.pdf</a> page 34. Our datastores look like this:</font></pre>

<pre style="background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="background-color:rgb(255,255,255)"><font face="courier new, monospace">ID             : 0
NAME           : system
USER           : oneadmin
GROUP          : oneadmin
CLUSTER        : -
DS_MAD         : -
TM_MAD         : ssh
BASE PATH      : /var/lib/one/datastores/0

PERMISSIONS
OWNER          : um-
GROUP          : u--
OTHER          : ---

DATASTORE TEMPLATE
DS_MAD="-"
SYSTEM="YES"
TM_MAD="ssh"
</font></pre><pre style="background-color:rgb(255,255,255)"><font face="arial, helvetica, sans-serif">and</font></pre><pre style="background-color:rgb(255,255,255)"><font face="courier new, monospace">ID             : 1
NAME           : default
USER           : oneadmin
GROUP          : oneadmin
CLUSTER        : -
DS_MAD         : fs
TM_MAD         : ssh
BASE PATH      : /var/lib/one/datastores/1

PERMISSIONS
OWNER          : um-
GROUP          : u--
OTHER          : u--

DATASTORE TEMPLATE
DS_MAD="fs"
TM_MAD="ssh"</font>
</pre><div>If there is any help getting past this TM failure or any observations to be made they'd be most welcome.</div><div><br></div><div>Kind regards,</div><div><br></div><div>Mark</div><pre style="background-color:rgb(255,255,255)">

<div><br></div><font color="#222222" size="3">
</font></pre><pre style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)"><br></pre></div>