Re: [one-users] ESXi image datastore (default) not working?

2014-01-31 Thread Tino Vazquez
Hi Davide, Any luck with this? Regards, -Tino -- OpenNebula - Flexible Enterprise Cloud Made Simple -- Constantino Vázquez Blanco, PhD, MSc Senior Infrastructure Architect at C12G Labs www.c12g.com | @C12G | es.linkedin.com/in/tinova -- Confidentiality Warning: The information contained in

Re: [one-users] ESXi image datastore (default) not working?

2014-01-23 Thread Tino Vazquez
Hi Davide, You need to rename datastore1 to just 1 in the ESX. Also, please update datastore 0 and 1 BASE_PATH in OpenNebula to /vmfs/volumes: $ onedatastore update 0 SHARED=YES TM_MAD=vmfs TYPE=SYSTEM_DS BASE_PATH=/vmfs/volumes $ onedatastore update 1 TM_MAD=vmfs DS_MAD=vmfs

Re: [one-users] ESXi image datastore (default) not working?

2014-01-23 Thread Tino Vazquez
Hi Davide, I think I got confused by this sentence: opennebula tries to write on /vmfs/volumes/1 instead that /vmfs/volumes/datastore1 If you have datastore 1 mounted on the ESX, then you should already have /vmfs/volumes/1 in the ESX, and it is OK for OpenNebula to write on it. Regards,

Re: [one-users] ESXi image datastore (default) not working?

2014-01-23 Thread Tino Vazquez
Hi Davide, Apologies, my mistake. Updating the BASE_PATH of a datastore is still not possible, but will in 4.6 [1]. To correctly use datastore 0 and 1, you need to set the following in oned.conf: --- DATASTORE_LOCATION = /vmfs/volumes DATASTORE_BASE_PATH = /vmfs/volumes Otherwise, DS 0

Re: [one-users] ESXi image datastore (default) not working?

2014-01-23 Thread Tino Vazquez
Hi, The existing DS 1 can be left unused. To change the BASE_PATH you will need to directly change the DB. If you do not have too many resources in OpenNebula, you can stop ONE, wipe the DB (/var/lib/one/one.db) and start ONE again. Both 0 and 1 datastores will be recreated with the right

[one-users] ESXi image datastore (default) not working?

2014-01-22 Thread Davide Papini
I sent earlier the same email without subject, I apologize for that, I am resending the same one with a subject now. I have a problem downloading images from marketplace and I think it is due to the fact that openebula cannot interface with esxi. I use opennebula 4.4 and esxi5.1 (fresh install)