-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: missing command #102
fix: missing command #102
Conversation
bb3f405
to
9d2e8df
Compare
9d2e8df
to
f389490
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seemed to be validation issue with this section. by changing $clustername to $clustername_extra functional breaks for prior cmdlet calls at line 205, 228, 250, 251, 257, 267 and 330.
I am unable to validate the commit due to other issues as well. |
line: 196 foreach ($clusterid in $mgmtClusterIds) when the cluster in which sfo-m01-vc01 vm exists is higher than other cluster in this list, the function will shutdown sfo-m01-vc01 vm before other clusters in the domain shutdown down. i am not sure understand this comment. I am really not sure what the issues are, i can't replicate these issues |
ah i found the issue, line 199 $isDefault is undefined, so it caused the issue where mgmt domain cluster is shutting down before non Default clusters. Please see below suggestions |
Command `$cluster = Get-VCFCluster | Where-Object { $_.id -eq ($workloadDomain.clusters.id) }` was removed on accident, also updated a couple variables Signed-off-by: Jared Burns <jared.burns@broadcom.com>
9e0a69f
to
48045f9
Compare
Merging this one after discussions with @joisika. He will review the current state and initiate some in-depth testing for the next release. |
Summary
Command
$cluster = Get-VCFCluster | Where-Object { $_.id -eq ($workloadDomain.clusters.id) }
was removed on accident, also updated a couple variablesType
Please describe:
Breaking Changes?
Test and Documentation
Issue References
Closes #101
Additional Information