nmdange2 / HyperV_DSC

A set of sample DSC scripts for configuring Hyper-V hosts, Scale-Out File Servers. Can be used for Storage Spaces Direct or any other back-end storage.
MIT License
3 stars 1 forks source link

MPIO - Why? #3

Closed jaromirk closed 5 years ago

jaromirk commented 5 years ago

https://github.com/nmdange2/HyperV_DSC/blob/master/DSC/HyperVFabricSettings.ps1#L38-L45

nmdange2 commented 5 years ago

I use these settings with SOFS clusters that are serving traditional SAN storage via SMB Direct, not just with Storage Spaces Direct. So the MPIO role is there when using storage that requires multipathing.

jaromirk commented 5 years ago

OK, makes sense. In S2D cluster it will keep not used (VMM also installs it by default)

nmdange2 commented 5 years ago

Yup that's why when you specify the S2D role it ensures MPIO is uninstalled

https://github.com/nmdange2/HyperV_DSC/blob/master/DSC/HyperVFabricSettings.ps1#L47-L54