-
Notifications
You must be signed in to change notification settings - Fork 746
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
Add fsck check test case. #11232
base: master
Are you sure you want to change the base?
Add fsck check test case. #11232
Conversation
/azp run |
Commenter does not have sufficient privileges for PR 11232 in repo sonic-net/sonic-mgmt |
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
@xincunli-sonic you test this on
|
@prgeor we may need do two steps check for determine whether the fsck tools has put the log into syslog because some device's journalctl may not have the log entry, but actually the log entry does exist in syslog.
|
Description of PR
Adding a test case to verify fsck script has run for checking and repairing the file system when boot in initramfs stage.
Summary:
Add testcase.
Type of change
Back port request
Approach
What is the motivation for this PR?
This change had checked in to fix this issue, we need a test case to check the script has run for checking or repairing.
How did you do it?
Search fsck entry from syslog after cold reboot.
How did you verify/test it?
It has verified in lab device.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation