Feature #18960
Updated by Peter Amstutz over 2 years ago
Want to be able to use Go FUSE driver as drop-in replacement for read-only collection mount points.
Go FUSE driver should be compiled into the crunch-run binary so that no additional software needs to be installed on the compute node.
When actually launching the FUSE driver, we probably want to fork it (similar to keepstore) to isolate potential failures from the main crunch-run process.