From c4077fc3067043d63f623b5331108a4b387cebcc Mon Sep 17 00:00:00 2001
From: Ben Roberts <ben@schedmd.com>
Date: Tue, 13 Apr 2021 16:53:32 -0500
Subject: [PATCH] Docs - Add job_container/tmpfs to JobContainerType in
 slurm.conf

Continuation of commit ea66780955

Bug 11262

Signed-off-by: Tim Wickberg <tim@schedmd.com>
---
 doc/man/man5/slurm.conf.5 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 390c9b2f567..cef83f18b09 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -1294,6 +1294,10 @@ used only for Cray systems (CNCU = Compute Node Clean Up)
 .TP
 \fBjob_container/none\fR
 used for all other system types
+.TP
+\fBjob_container/tmpfs\fR
+Used to create a private namespace on the filesystem for jobs, which houses
+temporary file systems (/tmp and /dev/shm) for each job.
 .RE
 
 .TP
-- 
GitLab