Overv / outrun

Execute a local command using the processing power of another Linux machine.
Apache License 2.0
3.12k stars 64 forks source link

Support falling back to FUSE 2.x #4

Open Overv opened 4 years ago

Overv commented 4 years ago

FUSE 3.x is used primarily because of its support for performance enhancing features like kernel write-back caching, but version 2.x (libfuse2) is far more likely to be installed by default. Because it's the only non-Python dependency I think it would be nice if outrun can support falling back to 2.x to simplify the installation.