Re: [one-users] can't add volatile disk

2013-02-26 Thread Alexandre De Carvalho
The command mkfs must be do in the frontend or in the node (vmware for me) ? Alex 2013/2/26 Alexandre De Carvalho alexandre7.decarva...@gmail.com Hi Jaime ! [oneadmin@localhost ~]$ which mkfs /sbin/mkfs Alex 2013/2/25 Jaime Melis jme...@opennebula.org Hi Alexandre, whereis looks

Re: [one-users] can't add volatile disk

2013-02-26 Thread Tino Vazquez
Hi Alexandre, We are trying to reproduce this, could you please tell us the version of ESX you are using? Best regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Project Engineer OpenNebula - The Open-Source Solution for Data Center Virtualization www.OpenNebula.org | @tinova79 |

Re: [one-users] can't add volatile disk

2013-02-26 Thread Alexandre De Carvalho
Hi Tino I'm using the version 5.0 of ESX best regards, Alex 2013/2/26 Tino Vazquez tin...@opennebula.org Hi Alexandre, We are trying to reproduce this, could you please tell us the version of ESX you are using? Best regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc Project

Re: [one-users] can't add volatile disk

2013-02-26 Thread Tino Vazquez
Hi Alexandre, I looks like there is no mkfs available in the ESX hypervisors. Could you please try adding the attached mkfs binary to your ESX's /sbin path? Permissions should be set to: -rwxr-xr-x1 root root 10456 Feb 26 13:45 mkfs We appreciate your feedback. Regards,

Re: [one-users] can't add volatile disk

2013-02-26 Thread Giovanni Toraldo
Which TM is using the host running that VM? With ESXi it should be used the vmfs transfer manager, that use the vmkfstool instead of mkfs. Cheers, On Tue, Feb 26, 2013 at 12:48 PM, Tino Vazquez tin...@opennebula.org wrote: Hi Alexandre, I looks like there is no mkfs available in the ESX

Re: [one-users] can't add volatile disk

2013-02-26 Thread Alexandre De Carvalho
Thanks. But I have always an error and i don't know why: Tue Feb 26 14:57:24 2013 [VMM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/mkimage 5000 178.170.76.4:/vmfs/volumes/0/77/disk.1 77 0 Tue Feb 26 14:57:24 2013 [VMM][I]: mkimage: Making filesystem of 5000M and type at

Re: [one-users] can't add volatile disk

2013-02-26 Thread Tino Vazquez
Hi Alexandre, That unfortunately didn't work. I've opened a ticket to solve this [1] to keep track of a proper solution. Meanwhile, you can try and use the vmfs mkimage script. You will need to 1) copy over /var/lib/one/remotes/tm/vmfs/mkimage into /var/lib/one/remotes/tm/shared/mkimage 2)

Re: [one-users] can't add volatile disk

2013-02-26 Thread Alexandre De Carvalho
Thanks for your help !! What is it the vmfs mkimage script ? Alex 2013/2/26 Tino Vazquez tin...@opennebula.org Hi Alexandre, That unfortunately didn't work. I've opened a ticket to solve this [1] to keep track of a proper solution. Meanwhile, you can try and use the vmfs mkimage script.

Re: [one-users] can't add volatile disk

2013-02-26 Thread Tino Vazquez
Hi Alexandre, There are three types of transfer manager that you can use with ONE VMware: vmfs, ssh and shared. You are using shared at the moment. Each TM set of drivers define various actions, like for instance mkimage, which creates volatile disks. Now, the mkimage for the shared TM driver

[one-users] can't add volatile disk

2013-02-25 Thread Alexandre De Carvalho
Hi, I can't add volatile disk. Here the error message : Mon Feb 25 18:24:00 2013 [VMM][I]: Command execution fail: /var/lib/one/remotes/tm/shared/mkimage 15000 ext3 178.170.76.4:/vmfs/volumes/0/77/disk.1 77 0 Mon Feb 25 18:24:00 2013 [VMM][I]: mkimage: Making filesystem of 15000M and type ext3

Re: [one-users] can't add volatile disk

2013-02-25 Thread Jaime Melis
Hi Alexandre sh: mkfs: not found You have to install the mkfs command... cheers -- Jaime Melis Project Engineer OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | jme...@opennebula.org ___ Users mailing list

Re: [one-users] can't add volatile disk

2013-02-25 Thread Alexandre De Carvalho
Hi Jaime ! mkfs is already installed. Here : [root@localhost home]# whereis mkfs mkfs: /sbin/mkfs.cramfs /sbin/mkfs /sbin/mkfs.ext3 /sbin/mkfs.msdos /sbin/mkfs.ext4dev /sbin/mkfs.vfat /sbin/mkfs.ext2 /sbin/mkfs.ext4 /usr/share/man/man8/mkfs.8.gz Alex 2013/2/25 Jaime Melis

Re: [one-users] can't add volatile disk

2013-02-25 Thread Alexandre De Carvalho
I'm using vmware. Alex 2013/2/25 Alexandre De Carvalho alexandre7.decarva...@gmail.com Hi Jaime ! mkfs is already installed. Here : [root@localhost home]# whereis mkfs mkfs: /sbin/mkfs.cramfs /sbin/mkfs /sbin/mkfs.ext3 /sbin/mkfs.msdos /sbin/mkfs.ext4dev /sbin/mkfs.vfat /sbin/mkfs.ext2

Re: [one-users] can't add volatile disk

2013-02-25 Thread Jaime Melis
Hi Alexandre, whereis looks in the usual paths, but doesn't reflect if the user actually has the command's path in their PATH env variable. Do this instead *as oneadmin* (important) $ which mkfs On Mon, Feb 25, 2013 at 7:14 PM, Alexandre De Carvalho alexandre7.decarva...@gmail.com wrote: