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

kubernetes-sigs / ibm-vpc-block-csi-driver / 32138508948
74%
master: 83%

Build:
Build:
LAST BUILD BRANCH: v5.1
DEFAULT BRANCH: master
Ran 18 Aug 2026 12:53PM UTC
Jobs 1
Files 9
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

18 Aug 2026 12:45PM UTC coverage: 73.551% (+0.08%) from 73.468%
32138508948

push

github

web-flow
fix: return NodeExpansionRequired=false for raw block volumes (#272)

* fix: return NodeExpansionRequired=false for raw block volumes in ControllerExpandVolume

Raw block volumes (volumeMode: Block) have no filesystem, so kubelet
has nothing to do at the node side after a controller-side resize.
Returning NodeExpansionRequired: true unconditionally causes
external-resizer to set FileSystemResizePending on the PVC, which
only clears when kubelet calls NodeExpandVolume. For block PVCs with
no pod ever mounting them, the condition is permanently stuck, and
external-resizer stops issuing ControllerExpandVolume RPCs entirely —
silently preventing all subsequent resizes from reaching the backend.

Fix: check the VolumeCapability access type from the request and
return NodeExpansionRequired: false when it is VolumeCapability_Block.

Matches the pattern used by vsphere-csi-driver (controller.go:2025).

Signed-off-by: Mahantesh R <mahantesh@example.com>

* modifies the unit tests

* adds check on volumeCapability

---------

Signed-off-by: Mahantesh R <mahantesh@example.com>

7 of 7 new or added lines in 1 file covered. (100.0%)

1421 of 1932 relevant lines covered (73.55%)

13.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32138508948.1 18 Aug 2026 12:53PM UTC 9
73.55
GitHub Action Run
Source Files on build 32138508948
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5443d523 on github
  • Prev Build on v5.1 (#30347405138)
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