Re: [one-users] how to predeploy image

2011-04-14 Thread Łukasz Grabowski
Hi Carlos, Thanks for help. I modified tm_clone.sh and it is working fine now. I am enclosing below the part of the script which was modified (from 43th line). Regards, Łukasz if [ `ssh $DST_HOST 'ls '$DST_PATH' '` ]; then log "Disk image predeployed" else log "Creating directory $DST_DIR

Re: [one-users] how to predeploy image

2011-04-13 Thread Carlos Martín Sánchez
Hi Łukasz, You could use the tm_dummy driver. That tm script returns always 0 and does nothing else. But using that tm_driver, you will have to manually move the files for all VMs, not just some of them. It would be best if you could modify the driver (tm_clone.sh, look for it in your lib locatio

[one-users] how to predeploy image

2011-04-12 Thread Łukasz Grabowski
Hi, I am using OpenNebula 1.4 and Haizea 1.0. I want to predeploy an image so that the VM could start at the scheduled by haizea time. How can I predeploy a VM's image? I would appreciate clarification. I had several ideas how to make it work but I didn't succeed. 1. I tried to copy a prepared im