From 5d1a3fe4e6dd11e6b7c994a1dfae2ad0f7810c25 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Fri, 10 Aug 2012 12:53:06 -0700 Subject: [PATCH] Recommend ClusterName in slurm.conf be lower case --- doc/man/man5/slurm.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 420d8093b01..51806aa4641 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -226,7 +226,11 @@ OpenMPI (version 1.3 or higher) \fBClusterName\fR The name by which this SLURM managed cluster is known in the accounting database. This is needed distinguish accounting records -when multiple clusters report to the same database. +when multiple clusters report to the same database. Because of limitations +in some databases, any upper case letters in the name will be silently mapped +to lower case. In order to avoid confusion, it is recommended that the name +be lower case. + .TP \fBCompleteWait\fR -- GitLab