- Jan 14, 2023
-
-
Chad Vizino authored
-
- Jan 13, 2023
-
-
Felip Moll authored
Bug 9629
-
Felip Moll authored
Bug 9629
-
Felip Moll authored
Bug 9629
-
Timo Rothenpieler authored
Bug 9629
-
Timo Rothenpieler authored
Bug 9629
-
Felip Moll authored
Bug 9629
-
Felip Moll authored
_check_power_sensors was checking the sensors and then doing the same logic than _read_ipmi_values. We also need new logic for dcmi calls. So split _read_ipmi_values into dcmi and non_dcmi versions, and make _check_power_sensors to call the new _read_ipmi_non_dcmi_values function with a boolean which will check the sensors. Bug 9629
-
Felip Moll authored
Parse these strings to use them as sensors. These strings can be used as any other ipmi sensor ids, and read power in watts. Bug 9629
-
Skyler Malinowski authored
Bug 15664
-
Tim McMullan authored
Enabling this option will use shared instead of private mounts, making it possible to use autofs. Bug 12567
-
Marshall Garey authored
-
Marshall Garey authored
Bug 15580
-
Nathan Rini authored
Bug 15580
-
Albert Gil authored
-
Tom Johns authored
Bug 15265
-
Danny Auble authored
-
- Jan 12, 2023
-
-
Nathan Rini authored
-
Nathan Rini authored
Prior conditions would result in slurmdbd rejecting the requested with SLURM_NO_CHANGE_IN_DATA.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Prior schema has the direct list of clusters instead of the schema including errors and warnings.
-
Nathan Rini authored
-
Nathan Rini authored
-
Nathan Rini authored
Avoid this error on slurmdbd resulting in status 500 sent to client: > slurmdbd: error: We need an account name, description, and organization to add. test-account (null) (null)
-
Nathan Rini authored
slurmdbd will ignore request to set DELETED flag.
-
Nathan Rini authored
Warn client account operations will not modify associations.
-
Nathan Rini authored
removed_associations -> removed_accounts
-
Nathan Rini authored
Coordinator list in account modify or add is ignored by slurmdbd.
-
Nathan Rini authored
-
Nathan Rini authored
Allow for a query without warning on zero results.
-
Nathan Rini authored
Avoid calling list_create() in assoc_cond initialized. Add account name after other parameters are handled.
-
Nathan Rini authored
-
Nathan Rini authored
OpenAPI client can't handle a none type for a string: > openapi_client.exceptions.ApiTypeError: Invalid type. Required value type is str and passed type was NoneClass at ['args[0]']['accounts'][0]['associations'][0]['partition']
-
Nathan Rini authored
OpenAPI generator can't handle a boolean typed schema and generates this error: > openapi_client.exceptions.ApiValueError: Unable to generate a ref6570 representation of False This is an outstanding issue with openapi-generator project: > https://github.com/OpenAPITools/openapi-generator/issues/13686
-
Nathan Rini authored
-
Nathan Rini authored
Make errors and warnings less confusing.
-
Nathan Rini authored
-
Nathan Rini authored
-