Things have changed a little in VI3 but vmware have released a document on how to do it. It seems you have to zero out the disks before sharing them.
You must zero out the disks you use with a cluster in a box scenario. You have these
options:
vmkfstools -c <size> -d eagerzeroedthick
/vmfs/volumes/<mydir>/<myDisk>.vmdk
vmkfstools [-w |--writezeroes] /vmfs/volumes/<mydir>/<myDisk>.vmdk
physical medium in your virtual disk, type the following at the command line:
vmkfstools -c <size> -d thick /vmfs/volumes/<mydir>/<myDisk>.vmdk
http://www.vmware.com/pdf/vi3_vm_and_mscs.pdf