[ARVADOS] updated: 2.1.0-1517-g8a2a629cc
Git user
git at public.arvados.org
Thu Oct 21 23:34:08 UTC 2021
Summary of changes:
doc/_includes/_install_compute_fuse.liquid | 4 ++++
doc/_includes/_install_docker_cleaner.liquid | 4 ++++
2 files changed, 8 insertions(+)
via 8a2a629cc2ca27750c8ac6d4a6a5139e06501441 (commit)
from f1c364a2e753f252bf353e265b7628459a17626e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 8a2a629cc2ca27750c8ac6d4a6a5139e06501441
Author: Ward Vandewege <ward at curii.com>
Date: Thu Oct 21 19:33:48 2021 -0400
18289: documentation: singularity refinements.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/_includes/_install_compute_fuse.liquid b/doc/_includes/_install_compute_fuse.liquid
index 95679f3fa..40a7865ba 100644
--- a/doc/_includes/_install_compute_fuse.liquid
+++ b/doc/_includes/_install_compute_fuse.liquid
@@ -6,6 +6,10 @@ SPDX-License-Identifier: CC-BY-SA-3.0
h2(#fuse). Update fuse.conf
+{% include 'notebox_begin_warning' %}
+This is only needed when Containers.RuntimeEngine is set to @docker@, skip this section when running @singularity at .
+{% include 'notebox_end' %}
+
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@:
<notextile>
diff --git a/doc/_includes/_install_docker_cleaner.liquid b/doc/_includes/_install_docker_cleaner.liquid
index f8e9e049d..1606a04e1 100644
--- a/doc/_includes/_install_docker_cleaner.liquid
+++ b/doc/_includes/_install_docker_cleaner.liquid
@@ -6,6 +6,10 @@ SPDX-License-Identifier: CC-BY-SA-3.0
h2(#docker-cleaner). Update docker-cleaner.json
+{% include 'notebox_begin_warning' %}
+This is only needed when Containers.RuntimeEngine is set to @docker@, skip this section when running @singularity at .
+{% include 'notebox_end' %}
+
The @arvados-docker-cleaner@ program removes least recently used Docker images as needed to keep disk usage below a configured limit.
Create a file @/etc/arvados/docker-cleaner/docker-cleaner.json@ in an editor, with the following contents.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list