-
Notifications
You must be signed in to change notification settings - Fork 94
Improve 'cluster health sbd' command #2003
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
Improve 'cluster health sbd' command #2003
Conversation
513e243 to
36b95c9
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0e8b920 to
f37d1df
Compare
3b67ead to
a4d8674
Compare
d47ea36 to
e38d239
Compare
18bab8a to
52d46c9
Compare
…eouts (jsc#PED-14995) - Check configurations' consistency only when all nodes are reachable - For those SSH required checkings, raise FixAbortedDueToUnreachableNode when some nodes are unreachable
Collect dead nodes, unreachable nodes, need password nodes and reachable nodes at once when doing the check.
…e nodes And move SBD devices metadata consistency check as a separate check step
…ists on all nodes
ef95154 to
bae3596
Compare
4329847 to
bc5d9b2
Compare
040914e to
e03dccb
Compare
e03dccb to
1add080
Compare
1add080 to
f19f855
Compare
zzhou1
left a comment
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.
Very good UX improvement!
Problems
This PR is going to address the issues below brought by #1932:
Functionalities are aborted due to SSH unreachable
Changes
Fix: crmsh could aggressively populate all nodes with
/run/systemd/system/sbd.service.d/sbd_delay_start_disabled.conf#2001