seaweedfs / seaweedfs-csi-driver

SeaweedFS CSI Driver https://github.com/seaweedfs/seaweedfs
Apache License 2.0
210 stars 50 forks source link

Volume mount inside Pod stuck when no more disk space #149

Open spastorclovr opened 8 months ago

spastorclovr commented 8 months ago

Weed version:

version 30GB 3.61 8ae00e47a linux amd64

Images used:

image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0 image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0 image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0 image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0 image: chrislusf/seaweedfs-csi-driver:latest

chrislusf commented 8 months ago

What is the expected behavior?

spastorclovr commented 8 months ago

Well ... the expected behaviour would be to still be able to list a mounted volume without being stuck (at least to be able to cleanup space for instance); like this is a case for any local mount being full.

spastorclovr commented 8 months ago

Update: it seems to happen when there is only one file occupying all the available space. When creating multiple small (10MB) files, all is well : nothing got stuck.