VMWare vmfs vs NFS datastore with vmdk?
Posted
by
CarpeNoctem
on Server Fault
See other posts from Server Fault
or by CarpeNoctem
Published on 2012-03-19T22:21:42Z
Indexed on
2012/03/19
23:31 UTC
Read the original article
Hit count: 564
vmware-vmdk
|vmfs
I want to add a new harddisk to an existing VM and want the best performance possible. The new hard disk will exist on an NFS datastore. Currently I did the following:
- Created new vmdk on NFS datastore
- Created new lvm partition using fdisk
- Create new physical volume, volume group, and logical volume (2TB)
- Created ext3 partition on logical volume
Is there a better way to do this? Should I be doing some vmware-ish file system instead?
© Server Fault or respective owner