You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileSystemResizeSuccessful MountVolume.NodeExpandVolume succeeded for volume "pvc-xxx"
What actually happened:
MountVolume.MountDevice failed while expanding volume for volume "pvc-xxx" : MountVolume.NodeExpandVolume failed : resize of device /dev/nvme5n1 failed: executable file not found in $PATH. resize2fs
How to reproduce the problem:
provision an ebs volume using ebs csi driver
try to extend the volume
I made and tested a simple patch that resolve this issue - just add enable-resizer and resize2fs binary on packages/e2fsprogs/e2fsprogs.spec; can I make a PR?
The text was updated successfully, but these errors were encountered:
Image I'm using:
v1.0.4, k8s-1.18 variants
What I expected to happen:
What actually happened:
How to reproduce the problem:
I made and tested a simple patch that resolve this issue - just add enable-resizer and resize2fs binary on
packages/e2fsprogs/e2fsprogs.spec
; can I make a PR?The text was updated successfully, but these errors were encountered: