Skip to content

Commit

Permalink
Changes to xFailOverCluster
Browse files Browse the repository at this point in the history
- xClusterPreferredOwner
  - Fix broken links to examples in README.md.
- xClusterQuorum
  - Fix broken link to examples in README.md (issue dsccommunity#208).
  • Loading branch information
johlju committed Dec 19, 2019
1 parent bc2baca commit aa6d498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

## [Unreleased]

## Changed
### Changed

- xFailOverCluster
- Changed unit tests to handle missing DscResource.Test better.

# Fixed
### Fixed

- xFailOverCluster
- Fix URLs in the module manifest.
- Fix the encoding that will be used by ModuleBuilder.
- Fix paths to examples in the README.md.
- xClusterPreferredOwner
- Fix broken links to examples in README.md.
- xClusterQuorum
- Fix broken link to examples in README.md ([issue #208](https://github.com/dsccommunity/xFailOverCluster/issues/208).

## [1.14.1] - 2019-12-18

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ cluster.

#### Examples for xClusterPreferredOwner

* [Add preferred owners to a cluster group and cluster resources](/source/Examples/Resources/xClusterDisk/1-AddPreferredOwner.ps1)
* [Remove preferred owners from a cluster group and cluster resources](/source/Examples/Resources/xClusterDisk/2-RemovePreferredOwner.ps1)
* [Add preferred owners to a cluster group and cluster resources](/source/Examples/Resources/xClusterPreferredOwner/1-AddPreferredOwner.ps1)
* [Remove preferred owners from a cluster group and cluster resources](/source/Examples/Resources/xClusterPreferredOwner/2-RemovePreferredOwner.ps1)

### xClusterProperty

Expand Down Expand Up @@ -260,7 +260,7 @@ quorum type, please see the article
* [Set quorum to node and disk majority](/source/Examples/Resources/xClusterQuorum/2-SetQuorumToNodeAndDiskMajority.ps1)
* [Set quorum to node and file share majority](/source/Examples/Resources/xClusterQuorum/3-SetQuorumToNodeAndFileShareMajority.ps1)
* [Set quorum to disk only](/source/Examples/Resources/xClusterQuorum/4-SetQuorumToDiskOnly.ps1)
* [Set quorum to node and cloud](/source/Examples/Resources/xClusterQuorum/5-SetQuorumToNodeAndCloudMajority.1)
* [Set quorum to node and cloud](/source/Examples/Resources/xClusterQuorum/5-SetQuorumToNodeAndCloudMajority.ps1)

### xWaitForCluster

Expand Down

0 comments on commit aa6d498

Please sign in to comment.