Merge branch '8784-dir-listings'
[arvados.git] / doc / install / crunch2-slurm / install-prerequisites.html.textile.liquid
index c4dc92940ba3e09d448f5bf19217ee501b8f9413..eceeefaf95a4b313788079a88be5dcb82629e9bb 100644 (file)
@@ -1,9 +1,14 @@
 ---
 layout: default
 navsection: installguide
-title: Crunch v2 SLURM prerequisites
+title: Containers API SLURM prerequisites
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-Crunch v2 containers can be dispatched to a SLURM cluster.  The dispatcher sends work to the cluster using SLURM's @sbatch@ command, so it works in a variety of SLURM configurations.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+Containers can be dispatched to a SLURM cluster.  The dispatcher sends work to the cluster using SLURM's @sbatch@ command, so it works in a variety of SLURM configurations.
 
 In order to run containers, you must run the dispatcher as a user that has permission to set up FUSE mounts and run Docker containers on each compute node.  This install guide refers to this user as the @crunch@ user.  We recommend you create this user on each compute node with the same UID and GID, and add it to the @fuse@ and @docker@ system groups to grant it the necessary permissions.  However, you can run the dispatcher under any account with sufficient permissions across the cluster.