If this is vCloud director under the BMC Life Management it still needs to follow best practices for vClouds.
So I would not recommend 2TB luns as at this time in the "cloud" infrastructure. Most of the VM's that will be stored there will be regular sized VM's.
As I'm not that familiar with BMC I can only infer my own knowledge regarding vCloud.
When designing vCloud its best to have an idea of how the ratio of VM's disk size will be, and then create LUNs accordingly.
If you take a look at the vCAT page 27:
When considering the number of virtual machines to place on a single datastore, some of the following factors should be considered in conjunction with any recommended VMs-per-LUN ratio:
• Average virtual machine workload/profile (in particular, the amount of I/O).
• Typical virtual machine size (including configuration files, logs, swap files, and snapshot files).
• VMFS metadata.
• Max requirement for IOPs and throughput per LUN, dependency on storage array and design.
• Max RTO, if a LUN is lost—that is, your backup and restore design.
Table 23. Datastore Size Estimation Factors – res-pod1 Cluster
Variable
Value
Maximum Number of VMs per Volume
15
Average Size of Virtual Disk(s) per VM
40GB
Average Memory Size per VM
2GB
Safety Margin
20% (to avoid warning alerts)
For example,
((15 * 40GB) + (15 * 2GB))+ 20% = (600GB + 30GB) * 1.2 = 636GB
So this is something that needs careful planning or you will probably hit storage bottlenecks from IO hungry tenants. Just make sure to turn on Storage I/O control as well.
So to make it short:
- As this is a vCloud, make sure datastores are specific to clusters. No sharing as SVMotion isn't supported or recommended.
- Create smaller LUNs than 2 TB, based on your planned average VM size.
ps. If BMC does not need vCloud as a base, please scratch these recommendations and check BMC documentation :smileyhappy:
Good luck