-
Notifications
You must be signed in to change notification settings - Fork 16.7k
RabbitMQ Chart fails with EFS volume #1711
Comments
Created https://github.com/bitnami/bitnami-docker-rabbitmq/issues/54 for completeness. |
@faraazkhan does AWS EFS use an NFS mount? We've had issues with NFS mounts before, we'll take a look. |
Yea it does @prydonius |
Please let me know if I can help in anyway @prydonius. I tried looking but couldn't find the repo/code that runs under postInstallation |
is there any progress on this issue, I met the same problem when using gluster. The error msg is
|
@qiujian16 I've notified the team about the GlusterFS issue, not sure if it's the same as NFS. |
I get the same problem trying to use NFS
If I try to use no perssestent storage claim I get this error message instead
Not don't other other other NFS and no persistent storage claim, not sure sure how get past this. |
@hassenius same issue for me |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This issue is being automatically closed due to inactivity. |
This is still the case as far as I can tell |
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? BUG
Version of Helm and Kubernetes:
Helm Version:
Kubectl Version:
Which chart: RabbitMQ (https://github.com/kubernetes/charts/tree/master/stable/rabbitmq)
What happened:
RabbitMQ pod fails when using EFS (either as an existingclaim or when the default storage class is efs). Here are the container logs:
Interestingly
2004
is the group id that kubernetes adds to the container to allow access to the shared directory. Here is the output ofls -la
in the directory the EFS volume is mounted at:UPDATE
Tested on the same cluster with an EBS volume instead of EFS and it worked fine. So this really is an issue when using a shared file system.
What you expected to happen:
Expected RabbitMQ initialization (including postInstallation to complete) and the pod to run.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
All of my testing against EFS was done on a 1.7.3 cluster that was created using bootkube/coreos.
The chart works fine when tested against minikube and another cluster in Azure. This might actually be an issue with the bitnami image, but figured I'd start here since @sameersbn is an author here as well.
The text was updated successfully, but these errors were encountered: