-
Notifications
You must be signed in to change notification settings - Fork 40
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
Collect the cluster log, health log and netft log sequentially. #185
base: master
Are you sure you want to change the base?
Conversation
* option to zip logs or leave unzipped * Added switch for -ExcludeLocaleMetadata * don't compact if zip files is false * cleaned up print statements * shorten msdbg.<node name> to msdbg * addressed comments * add try/catch statements * trim trailing whitespace * small style change in !zipfiles section; update CAU debug section for constrained language mode
add pester test for t-pfp and regular full-language invocation
Run get-clusterlog sequentially.
update variable $S2DEnabled to $using:S2DEnabled
What's the reason for the change? |
The reason is for improved reliability when collecting the netft, health and cluster logs. |
CAU log collection is also using the same log collection interface as the collection for the netft, health and cluster logs, moved CAU log collection to the same job so that it would be done sequentially for reliability
@tomwoh please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
PR Summary
PR Context