<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>