I am looking to determine whether or not windows server 2012R2 naitively supports Mirroring of CSV's.
- No. There is no CSV mirroring feature in Hyper-V.
As you mention you have to use native Hyper-V features. It could be either Hyper-V replica (in case of long distance, e.g. another datacenter) or Live/Storage migrations. Also you can use mirroring feature of your SAN that I believe brings more complexity in your project since it wasn't planned before your infrastructure deployment.
- Proposed as answer by Alex LvMicrosoft contingent staff, Moderator 4 hours 24 minutes ago
Hi Diggity747,
Additional, we can design the storage HA by SAS HBA and we recommend that you use simple host bus adapters (HBAs) that do not support RAID functionality. If RAID capable, HBAs must be in non-RAID mode with all RAID functionality disabled. Adapters must not abstract the physical disks, cache data, or obscure any attached devices.
The related information:
How to Configure a Clustered Storage Space in Windows Server 2012
http://blogs.msdn.com/b/clustering/archive/2012/06/02/10314262.aspx
Deploy Clustered Storage Spaces
https://technet.microsoft.com/en-us/library/JJ822937.aspx?f=255&MSPPError=-2147217396
Im glad to be of help to you!