-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MountVolume.MountDevice failed for volume / Timeout waiting for mount #144
Comments
I also encountered the same problem, anyone can help? |
apiVersion: v1 storageClassName: "" 改为 storageClassName: "bucket-csi-s3" |
I have the same error too. I changed it like you said, but it didn't work. Can you explain in more detail? |
Hi, |
Same issue for me. I am also using pre-defined bucket name. POD is "creating" and never finishes. |
Did you guys create Bucket first? Create Bucket manually or using the IaC approach. Only then will the tandem PVC -> PV -> Bucket work. |
Any updates? I have the same issue. |
@scobit I managed to solve the issue. The problem in my case was related to geesefs driver missing. I am using OKD + CoreOS on worker nodes and this OS has FUSE support, but no geesefs binary. You have to install it manually. In my case it is just downloading geesefs binary from Release page and put into /usr/local/bin. Then create symlink to it with name "mount.geesefs" |
@vadimkim Thank you, the problem was in SELinux . |
I am trying to use persistent manual bucket and share it across pods:
The STORAGECLASS/PVC/PV all create correctly, but the POD gets error "MountVolume.MountDevice failed for volume "manualbucket-with-path" : rpc error: code = Unknown desc = Timeout waiting for mount" and never completes.
The text was updated successfully, but these errors were encountered: