8784: Fix test for latest firefox.
[arvados.git] / doc / _includes / _install_compute_fuse.liquid
1 h2. Configure FUSE
2
3 FUSE must be configured with the @user_allow_other@ option enabled for Crunch to set up Keep mounts that are readable by containers.  Install this file as @/etc/fuse.conf@:
4
5 <notextile>
6 <pre>
7 # Set the maximum number of FUSE mounts allowed to non-root users.
8 # The default is 1000.
9 #
10 #mount_max = 1000
11
12 # Allow non-root users to specify the 'allow_other' or 'allow_root'
13 # mount options.
14 #
15 user_allow_other
16 </pre>
17 </notextile>