BREAKING CHANGE: ClusterDisk: Disk number changes between reboots #39
Labels
breaking change
When used on an issue, the issue has been determined to be a breaking change.
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
The resource xClusterDisk should change to use the same logic as xDisk and xWaitForDisk over at xStorage.
See issue dsccommunity/StorageDsc#81 and the change will be merged in dsccommunity/StorageDsc#87.
PR description from dsccommunity/StorageDsc#87:
I think this means that the current proposed change in PR #26 should not be merged since that PR is proposing to change to identify disk using the Guid property.
UniqueId is the same for both the cmdlet
Get-Disk
to get the disks (used by xStorage\xDisk resource) and usingGet-CimInstance
to get the cluster disks (used by xClusterDisk resource).The text was updated successfully, but these errors were encountered: