Closed obeyda closed 1 month ago
/close not-planned
Hi - the EBS CSI Driver appears to be functioning correctly - the volume is created as a multi-attach volume, and is attached successfully to your instance and provided to the pod as a block volume.
The problem as your logs indicate come from the zonefs
filesystem - which is not a component we support. You will need to acquire support from the developers, a vendor, or other party willing to provide support for zonefs
. The EBS CSI Driver team does not have the resources or expertise to support filesystems or applications running on top of multi-attach volumes. Thus, for multi-attach volumes the EBS CSI team can only support up to the volume being attached and made available as a block device to pods (which happened successfully in this case).
If you have any issues with the EBS CSI Driver (such as issues with volume creation or attach), please re-open this issue or open a new one.
@ConnorJC3: Closing this issue, marking it as "Not Planned".
I am trying to mount an io2 volume using static provisioning:
pv.yaml
pvc.yaml
pod.yaml
The init container's output says that the mount command is failing with
checking with dmesg shows this:
My volume:
k8s version:
1.30
aws-ebs-csi-driver:v1.32.0-eksbuild.1
(advanced config only have default storage class enabled)