Skip to content
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

raft: Close fd used for fallocate probing #610

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

cole-miller
Copy link
Contributor

The file descriptor leak here was noted by the LXD folks: canonical/lxd#12808 (comment)

cc @tomponline @simondeziel

Signed-off-by: Cole Miller [email protected]

Copy link
Member

@tomponline tomponline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.22%. Comparing base (61fc84c) to head (593f0b7).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #610   +/-   ##
=======================================
  Coverage   81.21%   81.22%           
=======================================
  Files         191      191           
  Lines       27033    27034    +1     
  Branches     4944     4902   -42     
=======================================
+ Hits        21956    21958    +2     
+ Misses       3483     3443   -40     
- Partials     1594     1633   +39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MathieuBordere MathieuBordere merged commit f2bfdff into canonical:master Feb 28, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants