Commit 1e254f6
rfc25: add optional exclusive key to node resource vertex
Problem: Jobspec V1 does not define an exclusive key for resources
in the resource section. This makes it impossible to offer a consistent
interface for users for the `flux mini` commands when only the `-N`
option is used.
Add `exclusive` key to Jobspec V1 only for `node` type resource vertices.
The intent is to ensure that a user can request exclusive access to nodes
whether an instance allocates nodes exclusively by default or not.1 parent 981ca71 commit 1e254f6
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
0 commit comments