Create a Cluster Shared Volume (CSV) on Azure Stack HCI (Azure)
This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage.
Mirror-accelerated parity - Two-way mirror:
Storage efficiency: 50 percent
Tolerate: One hardware problem
Three-way mirror:
Storage efficiency: 33.3 percent
Tolerate: Two hardware problems
Expected result:
If the volume isn't created properly (see screen below), especially in a single node deployment I observed this several times, then you can switch to provisioning via PowerShell.
The PowerShell - Way:
# CSV creation directly on the node:
New-Volume -FriendlyName "VMStore" -Size 1TB -ProvisioningType Thin