<html><head><style type="text/css">body,p,td,div,span{font-size:13px; font-family:Arial, Helvetica, sans-serif;};body{border: 0; margin: 0; padding: {0}px; height: {1}px; cursor: text}body p{margin:0px;}</style></head><body>Hello Guys !<br><br>I've upgraded to 4.6 and I'm now able to create VMs.<br>Some questions still :<br><br>- When, from sunstone, I want to create a new VM following a template (4.2 compliant), they are stuck in PENDING state until I click on "Deploy" -> I've browse the doc without finding precise explanation on this behaviour of the scheduler.<br><br>- Regarding the 4.2 templates, it looks like a lot changed. Find below my actual template + init.sh, could you tell me ht to change to be 4.6 ready ?<br><br><b>Template</b> :<br><br><div>FEATURES=[ACPI="yes"]</div><div>CONTEXT=[HOSTNAME="VM-$VMID",</div><div>IP_PUBLIC="$NIC[IP, NETWORK=\"Big Network\"]",</div><div>GATEWAY="10.0.3.1",</div><div>FILES="/nebuladata/scripts/init.sh",</div><div>TARGET="vdb",</div><div>DATABLOCK="vdc"]</div><div>NIC=[NETWORK="Big Network"]</div><div>OS=[ARCH="x86_64",BOOT="hd"]</div><div>MEMORY="512"</div><div>CPU="0.2"</div><div>TEMPLATE_ID="31"</div><div>GRAPHICS=[TYPE="vnc",KEYMAP="fr"]</div><div>DISK=[IMAGE="Ubuntu10gContexted",TARGET="vda",CACHE="writeback"]</div><div>DISK=[SIZE="15000",FORMAT="ext3",TYPE="fs",TARGET="vdc",CACHE="writeback"]</div><br><b>init.sh :</b><br><br><div>#!/bin/bash</div><div><br></div><div>if [ -f /mnt/context/context.sh ]</div><div>then</div><div>  . /mnt/context/context.sh</div><div>fi</div><div><br></div><div>#Mount datablock if specified, and change default owner</div><div>if [ -n "$DATABLOCK" ]; then</div><div>    mount -t ext3 /dev/$DATABLOCK /mnt/data</div><div>        #if [ -n "$DISTFS" ]; then</div><div>        #fi</div><div>    chown enx:enx /mnt/data</div><div>fi</div><div><br></div><div>#Change hostname by the one specified in context</div><div>if [ -n "$HOSTNAME" ]; then</div><div>    echo $HOSTNAME > /etc/hostname</div><div>    hostname $HOSTNAME</div><div>    rm /etc/hosts</div><div>    echo 127.0.0.1 localhost > /etc/hosts</div><div>    echo 127.0.0.1 $HOSTNAME $HOSTNAME.local >> /etc/hosts</div><div>fi</div><div><br></div><div>#Specify IP</div><div>if [ -n "$IP_PUBLIC" ]; then</div><div>    ifconfig eth0 $IP_PUBLIC</div><div>fi</div><div><br></div><div>#Specify Netmask</div><div>if [ -n "$NETMASK" ]; then</div><div>    ifconfig eth0 netmask $NETMASK</div><div>    echo 'nameserver 192.168.0.1' >> /etc/resolv.conf</div><div>fi</div><div><br></div><div>#Specify Gateway</div><div>if [ -n "$GATEWAY" ]; then</div><div>    route add default gw $GATEWAY eth0</div><div>    service networking restart</div><div>fi</div><div><br></div>I understood that a lot changed, and the new layout is pretty sexy, I'm acking of some upgrade guidance for custom developments, e.g : "If you were using this kind of CONTEXT, you should use that instead"<br><br>Thanks in advance for your help !<br>CyD<br><br><br>At Friday, 06/06/2014 on 18:45 Duverne, Cyrille wrote:<br><blockquote style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 13px; border-width: 0px 0px 0px 2px; border-left-style: solid; border-left-color: rgb(34, 67, 127); padding: 0px 0px 0px 5px; margin: 0px 0px 0px 5px;">Hello !<br><br>I'm facing a strange behaviour, when creating a new VM I get : <br><br><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:19 2014 [DiM][I]: New VM state is ACTIVE.</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:20 2014 [LCM][I]: New VM state is PROLOG.</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:20 2014 [TM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/clone inferno:/var/lib/one/datastores/1/b241670f66f9589d3c22afcc708c75c3 orthanc.local:/var/lib/one/datastores/0/283/disk.0 283 1</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:20 2014 [TM][I]: sh: 1: /var/lib/one/remotes/tm/shared/clone: not found</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:20 2014 [TM][I]: ExitCode: 127</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span class="vm_log_error" style="color: rgb(255, 141, 129); font-family: 'Open Sans', sans-serif; font-size: 14px; box-sizing: border-box; line-height: 28px;">Fri Jun 6 18:15:20 2014 [TM][E]: Error executing image transfer script</span><br style="box-sizing: border-box; color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px;"><span style="color: rgb(242, 242, 242); font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 28px; background-color: rgb(111, 111, 111);">Fri Jun 6 18:15:21 2014 [DiM][I]: New VM state is FAILED</span><br><br>As you can see /var/lib/one/remotes/tm/shared/clone isn't found.<br>Indeed there is no clone file in this directory :<br><br><div>oneadmin@inferno:/nebuladata/one-data/remotes/tm$ ls shared</div><div>cpds  mkimage  mkswap  postmigrate  premigrate</div><div style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 13px;"><br>Some help here could be great !</div><br><br>Thanks<br>Cyrille</blockquote></body></html>