Skip to content

Commit 920fafe

Browse files
authored
Merge pull request #292 from jameshcorbett/add-rabbitmapping-to-docs
rabbit: add rabbit.mapping key to rabbit config
2 parents 52b8dab + 545ec8b commit 920fafe

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

tutorials/lab/rabbit_config.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ The ``rabbit`` config table captures site-general policies and options for
5656
Flux's interactions with the rabbits.
5757

5858

59+
**mapping** (string)
60+
(required) Path to rabbitmapping file for the cluster, as generated by
61+
``flux rabbitmapping``.
62+
5963
**kubeconfig** (string)
6064
(optional) Path to kubeconfig file for Flux to use, ideally with restricted permissions.
61-
This can be left undefined if the file is placed at the path `~flux/.kube/config`
62-
(assuming the `flux` user is the instance owner).
65+
This can be left undefined if the file is placed at the path ``~flux/.kube/config``
66+
(assuming the ``flux`` user is the instance owner).
6367

6468
**tc_timeout** (integer)
6569
(optonal) Time in seconds to tolerate a workflow stuck in TransientCondition state
@@ -70,21 +74,21 @@ Flux's interactions with the rabbits.
7074
with their rabbit. Defaults to true.
7175

7276
**save_datamovements** (integer)
73-
(optional) Number of `nnfdatamovement` resources to save to jobs' KVS, may be useful for
77+
(optional) Number of ``nnfdatamovement`` resources to save to jobs' KVS, may be useful for
7478
debugging but too many may degrade performance. Defaults to 0.
7579

7680
**restrict_persistent_creation** (boolean)
7781
(optional) Restrict the creation of persistent file systems to the instance owner
78-
(in most cases the `flux` user).
82+
(in most cases the ``flux`` user).
7983

8084
**policy.maximums** (table)
8185
(optional) The maximum filesystem capacity per node, in GiB, that users may
8286
request. Leave undefined for no limit. See below for an example.
8387

8488
**presets** (table)
8589
(optional) Defines preset #DW strings. May potentially save users time and energy,
86-
allowing them to run, for instance, `flux alloc -N1 -S dw=NAME` rather than
87-
`flux alloc -N1 -S "dw=#DW jobdw ..."` See below for an example.
90+
allowing them to run, for instance, ``flux alloc -N1 -S dw=NAME`` rather than
91+
``flux alloc -N1 -S "dw=#DW jobdw ..."`` See below for an example.
8892

8993

9094
Example

0 commit comments

Comments
 (0)