-
Notifications
You must be signed in to change notification settings - Fork 290
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
timed out waiting for dataset to mount #2982
Comments
Hey @beth2016 You need to check the journalctl logs for all the Flocker processes and the docker process. Somewhere, there'll be an error message.
See https://flocker-docs.clusterhq.com/en/latest/administering/debugging.html -RichardW. |
Yeah, i did yesterday. there is no error message. |
I'm pretty sure there'll be an "error" / "exception" / "failure" message somewhere in the logs. Or, perhaps the Docker daemon hasn't been able to connect to the flocker-docker-plugin. Perhaps the flocker-docker-plugin can't connect to Perhaps the Check the list of Flocker volumes reported by the Flocker REST API using curl or using Try creating a volume through the REST API or using If you're working on AWS I'd also look at the list of EBS block devices and or check the cloudtrail logs to see what AWS API operations have been performed. There are lots of moving parts and you have to check that all the components are running and connected. |
I am running into the same issue: d031b929-0add-4c9f-a600-cea2a9491b46 75.00G name=apples detached e9870d25 (192.x.x.x) |
I am getting this error message when trying to run the example in rhel7.2:
docker run -v apples:/data --volume-driver flocker busybox sh -c "echo hello > /data/file.txt"
docker: Error response from daemon: Timed out waiting for dataset to mount..
I looked at journalctl to look at the logs, and nothing seemed to stand out. No error messages.
What should I be looking for? please advice. thanks.
The text was updated successfully, but these errors were encountered: