mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2025-07-22 21:01:42 +02:00
Update exclusive description
This commit is contained in:
@@ -48,8 +48,10 @@
|
||||
"exclusiveMinimum": 0
|
||||
},
|
||||
"exclusive": {
|
||||
"description": "Job uses only exclusive nodes",
|
||||
"type": "integer"
|
||||
"description": "Specifies how nodes are shared. 0 - Shared among multiple jobs of multiple users, 1 - Job exclusive, 2 - Shared among multiple jobs of same user",
|
||||
"type": "integer",
|
||||
"exclusiveMinimummum": 0,
|
||||
"maximum": 2
|
||||
},
|
||||
"monitoringStatus": {
|
||||
"description": "State of monitoring system during job run",
|
||||
|
Reference in New Issue
Block a user