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

Skip docker overlayfs mount point #341

Merged
merged 1 commit into from
Jun 26, 2021
Merged

Skip docker overlayfs mount point #341

merged 1 commit into from
Jun 26, 2021

Conversation

trim21
Copy link
Collaborator

@trim21 trim21 commented Jun 26, 2021

Description

docker will mount some overlay fs, and get displayed when running df -T

...
overlay         overlay   236937040   65102840 159728780   29% /var/lib/docker/overlay2/72e95b1a20e559eb6d8f10d888365f898bf5da17c09cd6d2ba3fe5c0aa7c22b5/merged
overlay         overlay   236937040   65102840 159728780   29% /var/lib/docker/overlay2/cef03d67bf64ff7addc78d7938dedd6a0dcb4943412e4a9bb5b7083507420b55/merged

this mount path should be omitted by diskUsage util.

Related Issue

No

Screenshots

No

Types of changes

  • Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
  • New feature (non-breaking change which adds functionality - semver MINOR)
  • Bug fix (non-breaking change which fixes an issue - semver PATCH)

@jesec jesec enabled auto-merge (squash) June 26, 2021 07:06
@codecov
Copy link

codecov bot commented Jun 26, 2021

Codecov Report

Merging #341 (624f1e9) into master (dafe036) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
- Coverage   70.78%   70.72%   -0.07%     
==========================================
  Files          62       62              
  Lines       11264    11264              
  Branches      697      696       -1     
==========================================
- Hits         7973     7966       -7     
- Misses       3291     3298       +7     
Impacted Files Coverage Δ
server/util/diskUsageUtil.ts 51.26% <100.00%> (ø)
server/models/FeedReader.ts 83.78% <0.00%> (-9.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dafe036...624f1e9. Read the comment docs.

@jesec jesec disabled auto-merge June 26, 2021 07:12
@jesec jesec merged commit 5f74bc9 into jesec:master Jun 26, 2021
@trim21 trim21 deleted the patch-1 branch June 26, 2021 07:54
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.

None yet

2 participants