Skip to content

Commit 73b47bb

Browse files
committed
doc: document shell.post-init in flux-shell(1)
Problem: The new shell.post-init shell plugin callback topic is not documented. Add it to flux-shell(1).
1 parent 5958bc7 commit 73b47bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/man1/flux-shell.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ execution of the job:
7171
* change working directory to the cwd of the job
7272
* enter a barrier to ensure shell initialization is complete on all shells
7373
* emit ``shell.init`` event to exec.eventlog
74+
* call ``shell.post-init`` plugin callbacks
7475
* create all local tasks. For each task, the following procedure is used
7576

7677
- call ``task.init`` plugin callback
@@ -142,6 +143,10 @@ topics:
142143
**jobspec** and **R** from the KVS, but before any tasks
143144
are started.
144145

146+
**shell.post-init**
147+
Called after the shell initialization barrier has completed, but
148+
before starting any tasks.
149+
145150
**task.init**
146151
Called for each task after the task info has been constructed
147152
but before the task is executed.

0 commit comments

Comments
 (0)