Commit 7432a80
committed
libflux: add 'shutdown_path' config, broker attr
Problem: the shutdown script will coexist with rc1 and rc3 as
an alternative to the "cleanup" commands currently pushed into broker
memory by rc1, but it has no path configuration.
Add builtin 'shutdown_path' config key, like to 'rc1_path' and 'rc3_path'.
Add 'broker.shutdown_path' broker attribute, like 'broker.rc1_path'
and 'broker.rc3_path'.
Update flux-config(1) and flux-broker-attributes(7).1 parent 8ffa238 commit 7432a80
File tree
3 files changed
+13
-0
lines changed- doc
- man1
- man7
- src/common/libflux
3 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments