19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _install_compute_fuse.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 h2(#fuse). Update fuse.conf
8
9 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@:
10
11 <notextile>
12 <pre>
13 # Allow non-root users to specify the 'allow_other' or 'allow_root'
14 # mount options.
15 user_allow_other
16 </pre>
17 </notextile>