Skip to content

Commit 988aa7a

Browse files
authored
Add note about NFS
Ran into problems with a JupyterHub installation on a cluster, had an awful time tracking this down. Possibly a rare occurrence, but it seems worth mentioning *somewhere*!
1 parent f465967 commit 988aa7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ error messages:
194194
batchspawner-specific, with the one exception below. The error log
195195
would be in the batch script output (same file as above). There may
196196
also be clues in the JupyterHub logfile.
197+
198+
- Are you running on an NFS filesystem? It's possible for Jupyter to
199+
experience issues due to varying implementations of the fcntl() system
200+
call. (See also [Jupyterhub-Notes and Tips: SQLite](https://jupyterhub.readthedocs.io/en/latest/reference/database.html?highlight=NFS#sqlite))
197201

198202
Common problems:
199203

0 commit comments

Comments
 (0)