What's the downside of starting with extra large Virtual Disk?

Since it's kind of a time consuming option to increase the size of a Virtual Disk, what's the downside of selecting a huge disk to start with? (Why not start at the largest size and never worry about running out of virtual space?)


The downside is the danger of actually running out of physical disk space and crashing all your VM's.

Setting up really big "growable" virtual disks is a good way to optimize the use of your diskspace if you keep on top of the physical space available, and always make sure there is enough. However, if you don't it becomes a single point of failure that could take all your VM's down at once. And generally these days, diskspace is cheap.


VMDK's can be easily grown but not shrunk. Its best to start off smaller and grow as needed for storage management reasons. With VSphere 4 they have thin provisioning now so you can tell the server its 100 GB but on the backend it only provisions how much its really using.

http://www.vmware.com/products/vsphere/mid-size-and-enterprise-business/features.html


The issue with starting with the largest size possible is that you are still limited by the Actual Physical Size of the Drive that the image is stored on. As much planning that you do personally, there is always someone else that comes along and says "i need another one" and you have to add it into the existing infrastructure. So you want to make sure that you have the space to accommodate those types of requests.