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

When two secbox instances are using --nfs the first which terminate umount the exports #2

Closed
StayPirate opened this issue Apr 1, 2021 · 1 comment

Comments

@StayPirate
Copy link
Owner

If I run secbox twice at the same time with the flag --nfs (same would happen with --sshfs #1) after the faster process terminates, secbox then umount the NFS exports leaving the second secbox instance without the needed resources.

Need to add a check before release the resources... check if another secbox instance are using them.

StayPirate added a commit that referenced this issue Apr 1, 2021
This is a partial fix for #2, only fixes the current implemented nfs option.
A similar check for sshfs will need to be added once sshfs is supported.
StayPirate added a commit that referenced this issue Apr 5, 2021
Add sshfs support. This also solve #2.
@StayPirate
Copy link
Owner Author

solved with #4

StayPirate added a commit that referenced this issue Apr 9, 2021
This is a partial fix for #2, only fixes the current implemented nfs option.
A similar check for sshfs will need to be added once sshfs is supported.
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