xDisk: Allow formatting ReFS without integrity features #123
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Details of the scenario you tried and the problem that is occurring:
Disk containing databases for Exchange 2016 is supported using disk with ReFS, but the recommendation is to have integrity features turned off.
Currently this resource does not support this. I suggest adding a
[System.Boolean]
parameterIntegrityStreams
. If the new parameter is left out or set to$true
, the disk is formatted with integrity features turned on (default behavior today). If the new parameter is set to$false
then the disk is formatted with integrity features turned off (new behavior).Example formatting a disk with integrity features turned off.
The DSC configuration that is using the resource (as detailed as possible):
Version of the Operating System and PowerShell the DSC Target Node is running:
Windows Server 2016
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: