1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
<h2 id="23110">Slurm 23.11.0<a class="slurm_link" href="#23110"></a></h2>
<h3>openapi/slurmctld</h3>
<h4>New plugin</h4>
The openapi/slurmctld plugin forked from the openapi/v0.0.39 plugin.
<h4>Swap job exit codes to verbose output</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_job_info".properties.exit_code
</td>
</tr>
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_job_info".properties.derived_exit_code
</td>
</tr>
</table>
<h4>Remove the "required/memory" field. It would dump very large integers if
the job required per cpu memory but dump correct amounts for per node
memory.</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Field removed</td>
<td class="tdchange">
.component.schemas."v0.0.40_job".properties.required.properties.memory
</td>
</tr>
</table>
<h4>Add timestamps for last change to data or generation times.</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Fields added</td>
<td class="tdchange">
.components.schemas."v0.0.40_openapi_job_info_resp".properties.last_backfill
.components.schemas."v0.0.40_openapi_job_info_resp".properties.last_update
.components.schemas."v0.0.40_openapi_nodes_resp".properties.last_update
.components.schemas."v0.0.40_openapi_partition_resp".properties.last_update
.components.schemas."v0.0.40_openapi_reservation_resp".properties.last_update
.components.schemas."v0.0.40_openapi_licenses_resp".properties.last_update
</td>
</tr>
</table>
<h3>openapi/v0.0.38 (src/plugins/openapi/v0.0.38/openapi.json)</h3>
<h4>Deprecation notice</h4>
The v0.0.38 plugin has now been marked as deprecated.
<h3>openapi/v0.0.37 (src/plugins/openapi/v0.0.37/openapi.json)</h3>
<h4>Removal notice</h4>
The v0.0.37 plugin has now been removed.
<h3>openapi/slurmdbd</h3>
<h4>New plugin</h4>
The openapi/slurmdbd plugin forked from the openapi/dbv0.0.39 plugin.
<h4>Swap job exit codes to process exit codes</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_job".properties.exit_code
</td>
</tr>
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_job".properties.derived_exit_code
</td>
</tr>
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_step".properties.exit_code
</td>
</tr>
</table>
<h4>Switch StepID field to be string to match CLI format</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Field modified</td>
<td class="tdchange">
.components.schemas."v0.0.40_step".properties.step
</td>
</tr>
</table>
<h4>Add fields to assocations</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Added</td>
<td class="tdchange">
.components.schemas."v0.0.40_assoc".properties.accounting
</td>
</tr>
<tr class="trchange">
<td class="tdfield">Added</td>
<td class="tdchange">
.components.schemas."v0.0.40_assoc".properties.id
</td>
</tr>
<tr class="trchange">
<td class="tdfield">Added</td>
<td class="tdchange">
.components.schemas."v0.0.40_assoc".properties.comment
</td>
</tr>
</table>
<h4>Removed field from assocations</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">Removed</td>
<td class="tdchange">
.components.schemas."v0.0.40_assoc".properties.usage
</td>
</tr>
</table>
<h4>Add new /accounts_association endpoint</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">add</td>
<td class="tdchange">
<ul>
<li>.components.schemas."v0.0.40_openapi_accounts_add_cond_resp_str"</li>
<li>.components.schemas."v0.0.40_openapi_accounts_add_cond_resp"</li>
<li>.paths."/slurmdb/v0.0.40/accounts_association"</li>
</ul>
</td>
</tr>
</table>
<h4>Add new /users_association endpoint</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">add</td>
<td class="tdchange">
<ul>
<li>.components.schemas."v0.0.40_openapi_users_add_cond_resp_str"</li>
<li>.components.schemas."v0.0.40_openapi_users_add_cond_resp"</li>
<li>.paths."/slurmdb/v0.0.40/users_association"</li>
</ul>
</td>
</tr>
</table>
<h3>openapi/dbv0.0.38 (src/plugins/openapi/dbv0.0.38/openapi.json)</h3>
<h4>Deprecation notice</h4>
The dbv0.0.38 plugin has now been marked as deprecated.
<h3>openapi/dbv0.0.37 (src/plugins/openapi/dbv0.0.37/openapi.json)</h3>
<h4>Removal notice</h4>
The dbv0.0.37 plugin has now been removed.
|