Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-25 Thread Tino Vazquez
Hi Carlos, I've just realized that I didn't attached the tm_clone.sh, my apologies, please find it in this email. I would appreciate it if you could try it out when you have the time, and provide with some feedback. Instructions are in the mail below. Regards and many thanks, -Tino -- Constan

Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-18 Thread Tino Vazquez
Hi Carlos, Ok, I think I have a better understanding of the problem now. I've opened a ticket [1] since this is definitely a bug. Let's try the following to see if we got it right: * Change line 222 with file << "\t\t\tget_oid() << "/images/disk." << i << ".iso'/>"

Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-17 Thread Carlos A.
Sorry, I provided you with wrong information --cut here one-567 1 262144 hvm --cut here $ ls -l /var/lib/vmware/VirtualMachines/567/images total 738176 -rw-r--r-- 1 oneadmin one

Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-17 Thread Tino Vazquez
Hi Carlos, Couple of questions: * What are the contents of /var/lib/vmware/VirtualMachines/566/images/disk.0? * I take it that /tmp/iso is a file, could you rename it to "something.iso" and try again? Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Tech

Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-17 Thread Carlos A.
Hi, for generated domain: --cut here one-566 1 262144 hvm --cut here now I get the next error: $ /srv/cloud/one/bin/tty_expect -u myadmin -p XX virsh -c gsx://myhost?no_verify

Re: [one-users] cannot use a iso based cdrom in vmware

2011-05-17 Thread Tino Vazquez
Hi Carlos, thanks for your feedback! This looks like a bug. Could you please try changing src/vmm/LibVirtDriverVMware.cc: * add this include at the beginning #include * replace line 222 (file << "\t\t\t" << endl;) with the following: file << "\t\t\tget_oid()

[one-users] cannot use a iso based cdrom in vmware

2011-05-17 Thread Carlos A.
A template like this ---cut here--- NAME = vm-vmware VCPU= 1 MEMORY = 512 OS = [ ARCH = "i686" ] DISK = [ source = "/tmp/iso" , target="hda", bus="ide", type="cdrom" ] ---cut here--- generates a deployment fi