-
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
xSQLServerMemory: Make Cluster Aware #896
xSQLServerMemory: Make Cluster Aware #896
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #896 +/- ##
====================================
+ Coverage 96% 96% +<1%
====================================
Files 32 32
Lines 3498 3508 +10
====================================
+ Hits 3378 3388 +10
Misses 120 120 |
Awesome work again. Sorry for not having reviewed until now. I migrated my lab Exchange 2010 to Exchange 2016 and that took the entire weekend. :) Just a few simple review comments. 😄 Reviewed 6 of 6 files at r1. README.md, line 961 at r1 (raw file):
Can we make it a lower-case 'I' in 'instance'? DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.psm1, line 79 at r1 (raw file):
Can we make it a lower-case 'I' in 'instance'? DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.psm1, line 208 at r1 (raw file):
Can we make it a lower-case 'I' in 'instance'? DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.schema.mof, line 10 at r1 (raw file):
Can we make it a lower-case 'I' in 'instance'? Examples/Resources/xSQLServerMemory/2-SetMaxMemoryToAuto.ps1, line 9 at r1 (raw file):
Can we make it a lower-case 'I' in 'instance'? Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 345 at r1 (raw file):
'Should not call...' Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 351 at r1 (raw file):
'Should not call...' Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 357 at r1 (raw file):
'Should not call...' Comments from Reviewable |
That sounds like loads of fun! Review status: all files reviewed at latest revision, 8 unresolved discussions. README.md, line 961 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.psm1, line 79 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.psm1, line 208 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. DSCResources/MSFT_xSQLServerMemory/MSFT_xSQLServerMemory.schema.mof, line 10 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Examples/Resources/xSQLServerMemory/2-SetMaxMemoryToAuto.ps1, line 9 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 345 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 351 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Tests/Unit/MSFT_xSQLServerMemory.Tests.ps1, line 357 at r1 (raw file): Previously, johlju (Johan Ljunggren) wrote…
Done. Comments from Reviewable |
Yes it was. It was long over due to migrate too. 😄 Awesome work again! Reviewed 5 of 5 files at r2. Comments from Reviewable |
Pull Request (PR) description
Made the resource cluster aware. When ProcessOnlyOnActiveNode is specified, the resource will only determine if a change is needed if the target node is the active host of the SQL Server instance
This Pull Request (PR) fixes the following issues:
Fixes #867
Task list:
This change is