Skip to content
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

Fix #70: use bind mount rather than symbolic link #71

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

garenchan
Copy link
Contributor

@garenchan garenchan commented Jul 15, 2022

What problem are we solving?

This may fix #70. But I'm not sure it's going to work.

How are we solving the problem?

In k8s, the symbolic link of global mount point works well. But in nomad, I don't know why the container failed to mount symbolic link. Maybe we should use bind mount rather than symbolic link.

Checks

I have not used nomad and currently have no free resources to deploy it. So I didn't verify that it could solve this problem. But anyway, a bind mount seems better than a symbolic link.

@chrislusf chrislusf merged commit 0d9d616 into seaweedfs:master Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commit from 7/Jul/2022 breaks nomad
2 participants