diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in index 0d38e63ccb18ea45cc577552e8ed843bce7e2b78..b40ed67da1f17756ed692adfffd92de96996923c 100644 --- a/doc/html/configurator.html.in +++ b/doc/html/configurator.html.in @@ -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>: No job accounting storage<BR> <input type="radio" name="accounting_storage_type" value="filetxt"> <B>FileTxt</B>: -Write job accounting to a text file<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> +Write job accounting to a text file (records limited information)<BR> <input type="radio" name="accounting_storage_type" value="mysql"> <B>MySQL</B>: Write job accounting to a MySQL database<BR> <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 </FORM> <HR> <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> diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 46741e1eebd4d77e86efaacdcb80c74e205419d3..027f50dfa6a83da87e1046f6db4e7d7d18285b72 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -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 PostgreSQL database. See "man slurmdbd" for more information. The 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 will however work with basic accounting of jobs and job steps. If interested in completing, please email slurm-dev@lists.llnl.gov. Also