This will reformat your datastore, deleting all your VMs. You'll end up with larger block size, thus larger max virtual harddisk size.
Find ID of device to reformat (VSphere, Summary, Datastore, select datastore, right click, Properties, resize extents, should be something like (naa.somerandomnumbers):3
SSH to ESXi.
cd /vmfs/devices/disks/
ls -l
Oh look, you can copy and paste it now
vmkfstools -C vmfs3 -b 8m -S YourDataStorename naa.somerandomnumbers:3
Done.
No comments:
Post a Comment