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
During the volume expansion process, there is a risk of accidentally resizing an unmanaged (raw) block device if it already has a file system on it. Since raw block devices are not tied to any file system by Kubernetes, operations like resizing can potentially corrupt the existing file system, as it is unaware of the underlying changes.
/kind bug
What happened:
During the volume expansion process, there is a risk of accidentally resizing an unmanaged (raw) block device if it already has a file system on it. Since raw block devices are not tied to any file system by Kubernetes, operations like resizing can potentially corrupt the existing file system, as it is unaware of the underlying changes.
cloud-provider-openstack/pkg/csi/cinder/nodeserver.go
Lines 365 to 402 in 04bd8e1
What you expected to happen:
How to reproduce it:
Anything else we need to know?:
Environment:
master
branchThe text was updated successfully, but these errors were encountered: