about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-10-31 00:16:11 +0100
committerGitHub <noreply@github.com>2018-10-31 00:16:11 +0100
commit6efd811062849402f1f44952fd5d7cd283d72baf (patch)
treec207bdf63000dc1385399a32efbc220137af58c0 /nixos/doc/manual
parent933874ef08e4a110e29cb50752b5e7bfed6925f5 (diff)
parentb388beeca3a3a2dd79ba2f2737deb294d4d4748b (diff)
downloadnixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar.gz
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar.bz2
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar.lz
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar.xz
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.tar.zst
nixlib-6efd811062849402f1f44952fd5d7cd283d72baf.zip
Merge pull request #49348 from markuskowa/mod-slurm-upgrade
nixos/slurm: add slurmdbd, run daemons as user
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index 9c07184613e4..1d9b6ecc0e2e 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -152,6 +152,26 @@
      has been renamed to <varname>postgresql_9_6</varname>.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      Slurm introduces the new option
+      <literal>services.slurm.stateSaveLocation</literal>,
+      which is now set to <literal>/var/spool/slurm</literal> by default
+      (instead of <literal>/var/spool</literal>).
+      Make sure to move all files to the new directory or to set the option accordingly.
+    </para>
+    <para>
+      The slurmctld now runs as user <literal>slurm</literal> instead of <literal>root</literal>.
+      If you want to keep slurmctld running as <literal>root</literal>, set
+      <literal>services.slurm.user = root</literal>.
+    </para>
+    <para>
+      The options <literal>services.slurm.nodeName</literal> and
+      <literal>services.slurm.partitionName</literal> are now sets of
+      strings to correctly reflect that fact that each of these
+      options can occour more than once in the configuration.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>