There are three storage tiers. Mainly FC, less NL, even less SSD, pretty standard stuff. We want to create tiers of storage performance for the VMs such that we have Tier 1, 2 & 3 for priority VMs, everyday servers and low-priority servers.
I am considering creating these CPG's and AO policies and wondered about some feedback.
- TIER1_AO.PERF_FC.R5
tier1_ao.perf_ssd.r5
TIER2_AO.BAL_FC.R5
tier2_ao.bal_ssd.r5
tier2_ao.bal_nl.r6
TIER3_AO.COST_FC.R5
tier3_ao.cost_nl.r6
TEMPDB_ssd.r5
SNAPSHOTS_nl.r6
I was then going to create Virtual Volumes for Hyper-V in the associated CPG along the lines of:
- TIER1_SYSTEMDRIVES_CSV1,2,3 etc.
TIER1_DATADRIVES_CSV1
TIER1_DATABASES_CSV1
TIER1_LOGS_CSV1
TIER1_TEMPDB_THICK_CSV1 <--- fully provisioned volume
...etc.
TIER2_SYSTEMDRIVES_CSV1
TIER2_DATADRIVES_CSV1
TIER2_DATABASES_CSV1
TIER2_LOGS_CSV1
...etc.
TIER3_SYSTEMDRIVES_CSV1
TIER3_DATADRIVES_CSV1
TIER3_DATABASES_CSV1
TIER3_LOGS_CSV1
...etc.
I'm setting this up for handover to SAN admins so I need to make it as clear as possible. I was hoping that the CAPS on the CPG names would make it simpler to see which CPG to create a VV in as I don't want VVs created in the other tiers of an AO policy. I'm aware that the TIER names here refer to how I want the storage to be tiered to the VMs, not the tiers that apply in an AO policy (0,1,2) so there could be some confusion there but I'm thinking that once these AO policies are setup there would be no need to worry about that, all that matters is that VVs go in the right CPG for their tier.
I was planning on giving the TIER1 AO policy access to more SSD than the the TIER2 AO policy so that TIER1 could become higher performance than TIER2.
Any comments on this approach? Caveats, better ideas etc would be appreciated.
Thanks