about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-25 20:34:17 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-30 19:50:52 +0100
commitd2799d1835fdfc68e2b621beff1fa951f055ae39 (patch)
tree25b85978cef531e9538bdadc7c53f0a15acb294d /nixos/doc/manual
parentf51f7534163ec0159c195657dddd5c10443c54a4 (diff)
downloadnixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar.gz
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar.bz2
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar.lz
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar.xz
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.tar.zst
nixlib-d2799d1835fdfc68e2b621beff1fa951f055ae39.zip
nixos/slurm: node/partitionName option -> list
Make the node and partitionname options lists.
There can be more than paratition or set of nodes.

Add changes to release notes
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index 4f3e632c3777..1d9b6ecc0e2e 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -165,6 +165,12 @@
       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>