• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / blob-csi-driver / 30063194211
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: upgrade-azcopy-v10.32.6
DEFAULT BRANCH: master
Ran 24 Jul 2026 03:12AM UTC
Jobs 1
Files 17
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jul 2026 03:02AM UTC coverage: 82.593% (-0.01%) from 82.603%
30063194211

Pull #2573

github

andyzhangx
fix: use syscall.Statfs instead of ReadDir for mount health probe

ReadDir(1) on a blobfuse mount translates to a BlockBlob.List() (ListBlobs)
REST call against Azure Blob Storage. It's fine for correctness but is
unnecessarily heavy for a mount-liveness check on containers with many
blobs, and it runs on every NodeStageVolume (and used to run on every
NodePublishVolume republish before #2572).

Replace it with syscall.Statfs on the mount root:

  - Statfs is served by the kernel FUSE layer and does not issue any
    data-plane request to Azure Blob Storage.
  - It still detects the failure modes we care about: ENOTCONN when the
    blobfuse process died, ESTALE, EIO on a broken mount.
  - Reference: GCS FUSE CSI driver uses the same kernel-only pattern for
    mount health probes.
Pull Request #2573: fix: use syscall.Statfs instead of ReadDir for mount health probe

9 of 12 new or added lines in 1 file covered. (75.0%)

43 existing lines in 1 file now uncovered.

2994 of 3625 relevant lines covered (82.59%)

11.53 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
76.36
-0.07% pkg/blob/nodeserver.go

Coverage Regressions

Lines Coverage ∆ File
43
76.36
-0.07% pkg/blob/nodeserver.go
Jobs
ID Job ID Ran Files Coverage
1 30063194211.1 24 Jul 2026 03:12AM UTC 17
82.59
GitHub Action Run
Source Files on build 30063194211
  • Tree
  • List 17
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2573
  • PR Base - master (#30061345549)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc