17395: Update docs for newer storage classes behavior.
[arvados.git] / doc / _includes / _install_compute_fuse.liquid
index b72536272f3230cef33680d84aca7f06072f470d..95679f3fa196f8e7f968baeab21f05fd081350d9 100644 (file)
@@ -4,7 +4,7 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-h2. Configure FUSE
+h2(#fuse). Update fuse.conf
 
 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@:
 
@@ -12,7 +12,6 @@ FUSE must be configured with the @user_allow_other@ option enabled for Crunch to
 <pre>
 # Allow non-root users to specify the 'allow_other' or 'allow_root'
 # mount options.
-#
 user_allow_other
 </pre>
 </notextile>