View | Details | Raw Unified | Return to ticket 16019 | Differences between
and this patch

Collapse All | Expand All

(-)a/doc/html/rest_api.shtml (-1 / +1 lines)
Lines 7017-7023 YYYY-MM-DD[THH:MM[:SS]] default: null </div><div class="param">account (optional Link Here
7017
    <div class="field-items">
7017
    <div class="field-items">
7018
      <div class="param">error_number (optional)</div><div class="param-desc"><span class="param-type"><a href="#integer">Integer</a></span> Slurm internal error number </div>
7018
      <div class="param">error_number (optional)</div><div class="param-desc"><span class="param-type"><a href="#integer">Integer</a></span> Slurm internal error number </div>
7019
<div class="param">error (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Error message </div>
7019
<div class="param">error (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Error message </div>
7020
<div class="param">source (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Where error occured in the source </div>
7020
<div class="param">source (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Where error occurred in the source </div>
7021
<div class="param">description (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Explaination of cause of error </div>
7021
<div class="param">description (optional)</div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> Explaination of cause of error </div>
7022
    </div>  <!-- field-items -->
7022
    </div>  <!-- field-items -->
7023
  </div>
7023
  </div>
(-)a/doc/man/man5/slurmdbd.conf.5 (-2 / +1 lines)
Lines 700-706 If not set (default), then suspend records are never purged. Link Here
700
.TP
700
.TP
701
\fBPurgeTXNAfter\fR
701
\fBPurgeTXNAfter\fR
702
Individual transaction records are purged from the database after this amount
702
Individual transaction records are purged from the database after this amount
703
of time has passed since they occured.
703
of time has passed since they occurred.
704
The time is a numeric value and is a number of months.  If you want to purge
704
The time is a numeric value and is a number of months.  If you want to purge
705
more often you can include "hours", or "days" behind the numeric value to get
705
more often you can include "hours", or "days" behind the numeric value to get
706
those more frequent purges (i.e. a value of "12hours" would purge
706
those more frequent purges (i.e. a value of "12hours" would purge
707
- 

Return to ticket 16019