-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
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.
Thanks, needs fixture and test too.
Can such string occurs? From the code it seems to be either |
5afc42f
to
566ad7d
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.
Please add fixture of params including older lustre version in this state.
566ad7d
to
c6e4413
Compare
Fix regression to allow bare "NOT HEALTH" and "LBUG" to be returned for health_check. Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
c6e4413
to
f309377
Compare
Use 6.2.0 fixture to test NOT HEALTHY Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
healthy: false, | ||
targets: vec![], | ||
})), | ||
(string("NOT HEALTHY").map(|_| HealthCheckStat { |
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.
Nits:
- This should be a const since we repeat it below
- We should condense these two blocks with an
or
If there is a libcfs catastrophe : |
Fix regression to allow bare "unhealthy" to be returned for health_check.
Also update version to 0.7.7