Hi<div><br></div><div>This is pretty strange, I think you have some misconfiguration in your hosts, as the paths should work as is. </div><div><br></div><div>Then we removed the BUS attribute as it is derived from the TARGET prefix, so hda will automatically add bus=IDE, vda bus=virtio, sda bus=scsi and so on. The recommended way is to use DEV_PREFIX to set the bus. </div>

<div><br></div><div>Probably you can send logs from the previous errors and we can try to clear the issues...</div><div><br></div><div>Cheers</div><div><br></div><div>Ruben<br><br><div class="gmail_quote">On Wed, Aug 1, 2012 at 7:31 PM, André Monteiro <span dir="ltr"><<a href="mailto:andre.monteir@gmail.com" target="_blank">andre.monteir@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello,</div><div> </div><div>I've been having some problems with ONE 3.6 on a self-contained slot install. I have to change paths on some scripts (clone, ln) and was having the same problem with /var/tmp/one/vmm/kvm/attach_disk script.</div>



<div> </div><div>Changed (DRIVER_PATH was /var/tmp/one/kvm)</div><div>XPATH="${DRIVER_PATH}/../../datastore/xpath.rb -b $DRV_ACTION" <br>with</div><div>XPATH=" $ONE_LOCATION/var/remotes/datastore/xpath.rb -b $DRV_ACTION"<br clear="all">



</div><div>I was also having problems in virsh error messages, normally "driver expected" or "unknown type swap/fs". </div><div>Solved the driver problem (BUS variable was empty) with:</div><div> </div>



<div>if [ -n "$BUS" ]; then<br>        BUS="bus='$BUS'"<br> else<br>        BUS="bus='virtio'"</div><div>fi</div><div> </div><div>and the unknown type with overwriting the variable TYPE="file"</div>



<div> </div><div>Also on Windows the attached disk had a lot of work unlocking, had to run diskpart and put the disk online, initialize partition and then clear the readonly. As I wanted to use volatile disks I changes READONLY="NO".</div>



<div> </div><div>I know it it still in progress, but hope it helps someone!</div><div> </div><div>Cheers,</div><div><br>--<br>André Monteiro<br><br><br>
</div>
<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><br clear="all"><div><br></div>-- <br>Ruben S. Montero, PhD<br>Project co-Lead and Chief Architect<br>OpenNebula - The Open Source Solution for Data Center Virtualization<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:rsmontero@opennebula.org" target="_blank">rsmontero@opennebula.org</a> | @OpenNebula<br>


</div>