-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SqlSetup: Should not skip cluster validation tests #335
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.
Comments
5 tasks
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
labels
Jan 23, 2017
johlju
changed the title
xSQLServerSetup: Should not skip cluster validation tests.
SqlSetup: Should not skip cluster validation tests.
Dec 22, 2017
johlju
changed the title
SqlSetup: Should not skip cluster validation tests.
SqlSetup: Should not skip cluster validation tests
May 6, 2020
johlju
added
the
breaking change
When used on an issue, the issue has been determined to be a breaking change.
label
May 6, 2020
We should add a parameter We should allow it to pass several rules: Since these are undocumented this is blog and has a reference; https://deep.data.blog/2014/04/02/sql-2012-setup-rules-the-missing-reference/ |
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
May 22, 2020
9 tasks
johlju
added a commit
that referenced
this issue
May 25, 2020
) - SqlSetup - BREAKING CHANGE: When installing a failover cluster the cluster validation is no longer skipped by default. To skip cluster validation the configuration must opt-in by specifying the following `SkipRule = 'Cluster_VerifyForErrors'` (issue #335).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Details of the scenario you try and problem that is occurring:
When installing a clustered SQL Server instance, the undocumented parameter
/SkipRules='Cluster_VerifyForErrors'
is automatically added to the setup arguments. This can introduce supportability issues when contacting Microsoft for support. See this article for more information. This option should be converted to a parameter to support all use cases.The DSC configuration that is using the resource (as detailed as possible):
Any configuration which specifies 'InstallFailoverCluster' or 'CompleteFailoverCluster' for the parameter 'Action'.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Windows Server 2008R2+
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: