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

fcntl requires correctly configured mounts #6

Closed
matthewatabet opened this issue Jul 28, 2015 · 1 comment
Closed

fcntl requires correctly configured mounts #6

matthewatabet opened this issue Jul 28, 2015 · 1 comment

Comments

@matthewatabet
Copy link

Hi there!

I'd like to use this module, but it won't work in my case since I'm dealing with some nfs mounts which have 'nolock' set. In this case, flock() we be a no-op.

There's more info here:
http://linux.die.net/man/5/nfs

Thanks!

@AdorablePotato
Copy link
Contributor

Hi,

I renamed the different FileLock classes, so that they are always available. You can use the SoftFileLock class now, which simply watches the existence of a file and requires no hard locking mechanisms.

Please let me know, if this change helps you for the moment.

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

2 participants