Add autofs bug path documentation and troubleshooting#108
Merged
vsoch merged 2 commits intosingularityware:docs/2.4from Aug 24, 2017
Merged
Add autofs bug path documentation and troubleshooting#108vsoch merged 2 commits intosingularityware:docs/2.4from
vsoch merged 2 commits intosingularityware:docs/2.4from
Conversation
vsoch
reviewed
Aug 24, 2017
|
|
||
| ### AUTOFS BUG PATH (string) | ||
| With some autofs version, Singularity fails to run with "Too many levels of symbolic links" error when specified bind path (via configuration file or command line argument -B) are located in an autofs mount point. With this directive you can specify any number of autofs mount points generating errors. | ||
|
|
Member
There was a problem hiding this comment.
This looks great! Here is some slight tweaking to help :)
With some versions of autofs, Singularity will fail to run with a "Too many levels of symbolic links" error. This error happens by way of a user requested bind (done with
-B/--bind) or one specified via the configuration file. To handle this, you will want to specify those paths using this directive. For example:
autofs bug path /share/PI
vsoch
reviewed
Aug 24, 2017
| You got this error because /apps directory is an autofs mount point. You can fix it by editing singularity.conf and adding the following directive with corresponding path: | ||
| ```bash | ||
| autofs bug path = /apps | ||
| ``` |
Member
Author
|
@vsoch cool ! thanks for correction |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My english level will certainly requires some correction.
The following directive/fix is available in singularity dev branch
This snippet add documentation for new autofs bug path configuration directive in order to fix "Too many levels of symbolic links" errors