Skip to content
Snippets Groups Projects
Commit f5e3ef3d authored by Morris Jette's avatar Morris Jette
Browse files

Add notes about accounting_storage/filetxt plugin

Note that accounting_storage/filetxt has limited data stored.
Remove reference to accounting_storage/gold
parent 0b0dc61c
No related branches found
No related tags found
No related merge requests found
...@@ -757,10 +757,7 @@ Select one value for <B>AccountingStorageType</B>:<BR> ...@@ -757,10 +757,7 @@ Select one value for <B>AccountingStorageType</B>:<BR>
<input type="radio" name="accounting_storage_type" value="none" checked> <B>None</B>: <input type="radio" name="accounting_storage_type" value="none" checked> <B>None</B>:
No job accounting storage<BR> No job accounting storage<BR>
<input type="radio" name="accounting_storage_type" value="filetxt"> <B>FileTxt</B>: <input type="radio" name="accounting_storage_type" value="filetxt"> <B>FileTxt</B>:
Write job accounting to a text file<BR> Write job accounting to a text file (records limited information)<BR>
<input type="radio" name="accounting_storage_type" value="gold"> <B>Gold</B>:
Write completion status to Gold database daemon which can securely
save the data from many Slurm managed clusters into a common database<BR>
<input type="radio" name="accounting_storage_type" value="mysql"> <B>MySQL</B>: <input type="radio" name="accounting_storage_type" value="mysql"> <B>MySQL</B>:
Write job accounting to a MySQL database<BR> Write job accounting to a MySQL database<BR>
<input type="radio" name="accounting_storage_type" value="pgsql"> <B>PGSQL</B>: <input type="radio" name="accounting_storage_type" value="pgsql"> <B>PGSQL</B>:
...@@ -846,5 +843,5 @@ before terminating all remaining tasks. A value of zero indicates unlimited wait ...@@ -846,5 +843,5 @@ before terminating all remaining tasks. A value of zero indicates unlimited wait
</FORM> </FORM>
<HR> <HR>
<a href="disclaimer.html" target="_blank" class="privacy">Legal Notices</a><br> <a href="disclaimer.html" target="_blank" class="privacy">Legal Notices</a><br>
Last modified 8 August 2011</P> Last modified 27 January 2012</P>
</BODY> </BODY>
...@@ -117,7 +117,10 @@ will be written to a PostgreSQL database specified by the ...@@ -117,7 +117,10 @@ will be written to a PostgreSQL database specified by the
will be written to the SLURM DBD, which manages an underlying MySQL or will be written to the SLURM DBD, which manages an underlying MySQL or
PostgreSQL database. See "man slurmdbd" for more information. The PostgreSQL database. See "man slurmdbd" for more information. The
default value is "accounting_storage/none" and indicates that account default value is "accounting_storage/none" and indicates that account
records are not maintained. Note: the PostgreSQL plugin is not records are not maintained.
Note: The filetxt plugin records only a limited subset of accounting
information and will prevent some sacct options from proper operation.
Note: the PostgreSQL plugin is not
complete and should not be used if wanting to use associations. It complete and should not be used if wanting to use associations. It
will however work with basic accounting of jobs and job steps. If will however work with basic accounting of jobs and job steps. If
interested in completing, please email slurm-dev@lists.llnl.gov. Also interested in completing, please email slurm-dev@lists.llnl.gov. Also
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment