-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fix reporting of L2ARC hits/misses in arc_summary3 #9669
Conversation
arc_summary3 reports L2ARC hits and misses as Bytes, whereas they should be reported as events. arc_summary2 reports these correctly. Signed-off-by: George Amanakis <gamanakis@gmail.com>
@gamanakis At least we now know how much effort you put into testing the persistent L2ARC :) |
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.
Nice find! Thanks for the fix.
Codecov Report
@@ Coverage Diff @@
## master #9669 +/- ##
========================================
- Coverage 79% 79% -<1%
========================================
Files 418 418
Lines 123557 123557
========================================
- Hits 98027 97884 -143
- Misses 25530 25673 +143
Continue to review full report at Codecov.
|
arc_summary3 reports L2ARC hits and misses as Bytes, whereas they should be reported as events. arc_summary2 reports these correctly. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: George Amanakis <gamanakis@gmail.com> Closes openzfs#9669
arc_summary3 reports L2ARC hits and misses as Bytes, whereas they should be reported as events. arc_summary2 reports these correctly. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: George Amanakis <gamanakis@gmail.com> Closes openzfs#9669
arc_summary3 reports L2ARC hits and misses as Bytes, whereas they should be reported as events. arc_summary2 reports these correctly. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: George Amanakis <gamanakis@gmail.com> Closes #9669
Motivation and Context
arc_summary3 reports L2ARC hits and misses as Bytes.
Description
L2ARC hits and misses should be reported as events.
arc_summary2 reports these correctly.
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.