Hello all<br><br>I have been testing the econe tools today, and there are a few details...<br><br>First of, thank you Claude for your timeout patch, if I saw it right, it also solved the same problem with econe-upload!<br>
<br>Now the problem... After uploading a few images, I end up with the folloowing on my images dir:<br><br>-rw------- 1 tsbatista users  2148532224 Feb 25 18:16 1<br>-rw------- 1 tsbatista users  1074790400 Feb 25 18:44 2<br>
-rw------- 1 tsbatista users  1074790400 Feb 25 19:06 3<br><br>now, I call econe-run-instances, and I suddenly get this on the vm.log<br><br>Command execution fail: 'cat > /home/tsbatista/datastore/77/images/deployment.0 && sudo /usr/sbin/xm create /home/tsbatista/datastore/77/images/deployment.0 && sudo /usr/sbin/xm sched-cred -d one-77 -w 128'<br>
Thu Feb 25 19:20:42 2010 [VMM][I]: STDERR follows.<br>Thu Feb 25 19:20:42 2010 [VMM][I]: No handlers could be found for logger "xend"<br>Thu Feb 25 19:20:42 2010 [VMM][I]: Error: Disk isn't accessible<br>Thu Feb 25 19:20:42 2010 [VMM][I]: ExitCode: 1<br>
<br><br>After removing the last command from tm_delete.sh, I pinned it down to the following:<br><br>GOOD:<br>[tsbatista@parlamento images]$ ls -l ../../78/images/<br>total 499748<br>-rw-r--r-- 1 tsbatista users         344 Feb 25 19:34 deployment.0<br>
-rw-rw-rw- 1 tsbatista users 10486808576 Feb 25 19:39 disk.0<br>-rw-rw-rw- 1 tsbatista users   536870913 Feb 25 19:34 disk.1<br>-rw-r--r-- 1 tsbatista users      376832 Feb 25 19:34 disk.2<br><br>BAD:<br>[tsbatista@parlamento images]$ ls -l <br>
total 1051024<br>-rw-r--r-- 1 tsbatista users        344 Feb 25 19:20 deployment.0<br>-rw--w--w- 1 tsbatista users 1074790400 Feb 25 19:28 disk.0<br>-rw-rw-rw- 1 tsbatista users  536870913 Feb 25 19:20 disk.1<br>-rw-r--r-- 1 tsbatista users     376832 Feb 25 19:20 disk.2<br>
<br>as you can see, tm_clone is not setting the right permissions for the cloned disk... I fixed this on my local install, but still would like to know if this is by design or a bug...<br><br>Thank you all<br><br>Tiago<br>