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

NFS stale file handle / alpine linux #66

Closed
dsteinkopf opened this issue Feb 2, 2018 · 1 comment
Closed

NFS stale file handle / alpine linux #66

dsteinkopf opened this issue Feb 2, 2018 · 1 comment

Comments

@dsteinkopf
Copy link

When trying to upgrade from 6.3.4 to 6.7.0 I have serious problems: Some (but not all) of my mounted docker volumes can not be accessed inside the container because of "NFS stale file handle" errors when accessing the volumes.

Background: My docker volumes lie on a directory which is mounted by the docker host via NFS.

I figured out that the switch to alpine linux starts this issue (saying "starts" because I assume that alpine inside the docker container is not the "real reason" for the problem).

My most important results from my tests:

  • Using 6.3.4 (not yet alpine) does NOT have the problem.
  • Using 6.6.2 (alpine) DOES have the problem.
  • 6.7.0 "patched back" to non-alpine by reversing 7e96bab does NOT have the problem (but another one - I'll open another issue for that).

My questions:

  • What was the reason for switching to alpine? (just being curious)
  • Would it be possible to always provide a non-alpine version of the images in future? (like other docker image "distributions" do)
    • If not: I would have to do this manually every time a new version of the image is released (as I did for 6.7.0 - see above)
    • If yes: How is that done? Can I do it or help?
@dsteinkopf
Copy link
Author

problem solved by upgrading confluence to mysql.

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

No branches or pull requests

1 participant