mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 01:37:25 +01:00
Small fixes
This commit is contained in:
parent
d490da4111
commit
357c7b92f9
@ -428,8 +428,7 @@
|
||||
"name",
|
||||
"type",
|
||||
"read_bw",
|
||||
"write_bw",
|
||||
"inodes"
|
||||
"write_bw"
|
||||
]
|
||||
},
|
||||
"minItems": 1
|
||||
@ -478,14 +477,13 @@
|
||||
"required": [
|
||||
"node"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
},
|
||||
"required": [
|
||||
"cpu_used",
|
||||
"mem_used",
|
||||
"flops_any",
|
||||
"mem_bw",
|
||||
"net_bw",
|
||||
"file_bw"
|
||||
]
|
||||
"filesystems"
|
||||
]
|
||||
}
|
||||
|
@ -51,7 +51,7 @@
|
||||
"exclusive": {
|
||||
"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,
|
||||
"minimum": 0,
|
||||
"maximum": 2
|
||||
},
|
||||
"monitoringStatus": {
|
||||
@ -324,8 +324,7 @@
|
||||
"name",
|
||||
"type",
|
||||
"read_bw",
|
||||
"write_bw",
|
||||
"inodes"
|
||||
"write_bw"
|
||||
]
|
||||
},
|
||||
"minItems": 1
|
||||
@ -344,7 +343,6 @@
|
||||
"user",
|
||||
"project",
|
||||
"cluster",
|
||||
"partition",
|
||||
"numNodes",
|
||||
"exclusive",
|
||||
"startTime",
|
||||
|
Loading…
Reference in New Issue
Block a user