-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
telemetry: support collecting RAID information to CLUSTER_HARDWARE
#19171
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
Codecov Report
@@ Coverage Diff @@
## master #19171 +/- ##
================================================
- Coverage 79.1607% 79.0803% -0.0804%
================================================
Files 549 549
Lines 149391 148779 -612
================================================
- Hits 118259 117655 -604
- Misses 21628 21629 +1
+ Partials 9504 9495 -9 |
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.
LGTM
@crazycs520 PTAL |
@crazycs520 PTAL |
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.
LGTM
CLUSTER_HARDWARE
@motecshine is it possible to collect other raid levels? |
/merge |
Your auto merge job has been accepted, waiting for:
|
yes, see mdadm tools, |
/run-all-tests |
@motecshine merge failed. |
Maybe not because of the |
CLUSTER_HARDWARE
CLUSTER_HARDWARE
/merge |
/run-all-tests |
@motecshine merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #19457 |
What is changed and how it works?
Related changes
telemetry/data_cluster_hardware.go
/telemetry/data_cluster_hardware_test.go
:Release note