-
Notifications
You must be signed in to change notification settings - Fork 711
[scripts/generate_dump] add information to tech-support file #2357
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
Conversation
@LimorAmit, could you please update PR title according to contribution guide described in README? |
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.
fixed review comments
Signed-off-by: Limor Amit <[email protected]>
Signed-off-by: Limor Amit <[email protected]>
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.
fixed comment
…et#2357) #### What I did I added/extended some commands of the generate_dump script to collect more information about the system and processes. In addition, I removed some errors when trying to remove files that don't exist. #### How I did it create new function and add new calls for commands to get more information. Regarding the error messages - I checked before removing the files and remove with force parameter. #### How to verify it verified that the new files and information are part of the dump
…et#2357) #### What I did I added/extended some commands of the generate_dump script to collect more information about the system and processes. In addition, I removed some errors when trying to remove files that don't exist. #### How I did it create new function and add new calls for commands to get more information. Regarding the error messages - I checked before removing the files and remove with force parameter. #### How to verify it verified that the new files and information are part of the dump
What I did
I added/extended some commands of the generate_dump script to collect more information about the system and processes.
In addition, I removed some errors when trying to remove files that don't exist.
How I did it
create new function and add new calls for commands to get more information.
Regarding the error messages - I checked before removing the files and remove with force parameter.
How to verify it
verified that the new files and information are part of the dump
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)