-
Notifications
You must be signed in to change notification settings - Fork 5
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
Creating project hangs when project directory is on a network share #326
Comments
Hi! network mounted FS are far not ideal for sqlite (storage that scipion uses). In general, although slow, GPFS and NTFS is reported to work, this is the first time I know anyone trying smb. Probably is not an option, please read: We are currently exploring enabling server based storage like postgres, mySQL others.....but we are far from having something working. I do not think we can do much about this, unless there is a way to make it work. If you want /need to explore this option, i'd: 1.- make test just reading a writing sqlite on the smb out of scipion |
Thanks for the quick response. Is it possible to keep the sqlite database locally, but large files (particle stacks, micrographs) on the network share? Seems like it might be the path of least resistance |
I'm afraid we've never thought about this, and sometimes there is a workaround, but I do not see any. Probably the easiest fix would be to extend the HD of the machine (not sure how easy this is in your case) |
I have an SMB mounted share with options sfu and mfsymlinks enabled for the share. It is mounted as the user running scipion3 and that user has r/w permissions that are verified working. However, if I try to create a Scipion project through the GUI on the mounted share, it simply hangs and there's no terminal output, whereas if I try to make a project on local storage, it seems to work just fine.
The text was updated successfully, but these errors were encountered: