burst_buffer.conf

Section: File Formats (5)
Updated: June 2019
Index  

NAME

burst_buffer.conf - Slurm configuration file for burst buffer management.
burst_buffer.conf-バーストバッファ管理用のSlurm設定ファイル。

 

DESCRIPTION

burst_buffer.conf is an ASCII file which describes the configuration of burst buffer resource management. This file is only required on the head node(s), where the slurmctld daemon executes. The file location can be modified at system build time using the DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF environment variable. The file will always be located in the same directory as the slurm.conf file. In order to support multiple configuration files for multiple burst buffer plugins, the configuration file may alternately be given a name containing the plugin name. For example, if "burst_buffer.conf" is not found, the burst_buffer/datawarp configuration could be read from a file named "burst_buffer_datawarp.conf".
burst_buffer.confは、バーストバッファリソース管理の構成を記述するASCIIファイルです。このファイルは、slurmctldデーモンが実行されるヘッドノードでのみ必要です。ファイルの場所は、システム構築時にDEFAULT_SLURM_CONFパラメータを使用して変更するか、実行時にSLURM_CONF環境変数を設定して変更できます。ファイルは常にslurm.confファイルと同じディレクトリにあります。複数のバーストバッファプラグインの複数の構成ファイルをサポートするために、構成ファイルにプラグイン名を含む名前を付けることもできます。たとえば、「burst_buffer.conf」が見つからない場合、burst_buffer / datawarp設定は「burst_buffer_datawarp.conf」という名前のファイルから読み取ることができます。

Parameter names are case insensitive. Any text following a "#" in the configuration file is treated as a comment through the end of that line. Changes to the configuration file take effect upon restart of Slurm daemons, daemon receipt of the SIGHUP signal, or execution of the command "scontrol reconfigure".
パラメータ名は大文字と小文字を区別しません。構成ファイルで「#」に続くテキストは、その行の終わりまでコメントとして扱われます。構成ファイルへの変更は、Slurmデーモンの再起動、SIGHUPシグナルのデーモン受信、またはコマンド「scontrol reconfigure」の実行時に有効になります。

The configuration parameters available include:
使用可能な構成パラメーターは次のとおりです。

AllowUsers
Comma separated list of user names and/or IDs permitted to use burst buffers. The options AllowUsers and DenyUsers can not both be specified. By default all users are permitted to use burst buffers.
バーストバッファの使用が許可されているユーザー名やIDのカンマ区切りリスト。オプションAllowUsersとDenyUsersの両方を指定することはできません。デフォルトでは、すべてのユーザーがバーストバッファの使用を許可されています。

DefaultPool
Name of the pool used by default for resource allocations. The default value is the first pool reported by the burst buffer infrastructure. This option is only used by the burst_buffer/datawarp plugin.
リソース割り当てにデフォルトで使用されるプールの名前。デフォルト値は、バーストバッファインフラストラクチャによって報告される最初のプールです。このオプションは、burst_buffer / datawarpプラグインでのみ使用されます。

DenyUsers
Colon delimited list of user names and/or IDs prevented from using burst buffers. The options AllowUsers and DenyUsers can not both be specified. By default all users are permitted to use burst buffers.
コロンで区切られたユーザー名やIDのリストは、バーストバッファを使用できません。オプションAllowUsersとDenyUsersの両方を指定することはできません。デフォルトでは、すべてのユーザーがバーストバッファの使用を許可されています。

Flags
String used to control various functions. Multiple options may be comma separated. Supported options include:
さまざまな機能を制御するために使用される文字列。複数のオプションをコンマで区切ることができます。サポートされるオプションは次のとおりです。
DisablePersistent
Prevents regular users from being able to create and destroy persistent burst buffers. This is the default behaviour, only privileged users (Slurm operators and administrators) can create or destroy persistent burst buffers.
通常のユーザーが永続的なバーストバッファを作成および破棄できないようにします。これはデフォルトの動作であり、特権ユーザー(Slurmオペレーターおよび管理者)のみが永続バーストバッファーを作成または破棄できます。
EmulateCray
Emulating a Cray DataWarp system using the dw_wlm_cli script in the burst_buffer/datawarp plugin.
burst_buffer / datawarpプラグインのdw_wlm_cliスクリプトを使用してCray DataWarpシステムをエミュレートします。
EnablePersistent
Enables regular users to create and destroy persistent burst buffers. By default, only privileged users (Slurm operators and administrators) can create or destroy persistent burst buffers.
通常のユーザーが永続的なバーストバッファーを作成および破棄できるようにします。デフォルトでは、特権ユーザー(Slurmオペレーターおよび管理者)のみが永続バーストバッファーを作成または破棄できます。
PrivateData
If set, then only Slurm operators and the burst buffer owner can see burst buffer data.
設定されている場合、Slurmオペレーターとバーストバッファーの所有者のみがバーストバッファーデータを表示できます。
SetExecHost
If using Cray DataWarp version CLE.6.0.UP07 or later, this flag may be set to notify DataWarp of the login node for an interactive jobs. This changes behavior such that the login node will be given access to the DataWarp burst buffers.
Cray DataWarpバージョンCLE.6.0.UP07以降を使用している場合、このフラグを設定して、対話型ジョブのログインノードをDataWarpに通知できます。これにより、ログインノードがDataWarpバーストバッファにアクセスできるように動作が変更されます。
TeardownFailure
If set, then teardown a burst buffer after file staging error. Otherwise preserve the burst buffer for analysis and manual teardown.
設定されている場合、ファイルステージングエラーの後にバーストバッファを破棄します。それ以外の場合は、分析と手動の破棄のためにバーストバッファーを保持します。

GetSysState
Fully qualified path name of a program which will return the current burst buffer state. For the DataWarp plugin, this should be the path of the dw_wlm_cli command and its default value is /opt/cray/dw_wlm/default/bin/dw_wlm_cli.
現在のバーストバッファー状態を返すプログラムの完全修飾パス名。DataWarpプラグインの場合、これはdw_wlm_cliコマンドのパスである必要があり、そのデフォルト値は/ opt / cray / dw_wlm / default / bin / dw_wlm_cliです。

GetSysStatus
Fully qualified path name of a program which will return the current burst buffer status. For the DataWarp plugin, this should be the path of the dwstat command and its default value is /opt/cray/dws/default/bin/dwstat.
現在のバーストバッファステータスを返すプログラムの完全修飾パス名。DataWarpプラグインの場合、これはdwstatコマンドのパスである必要があり、そのデフォルト値は/ opt / cray / dws / default / bin / dwstatです。

OtherTimeout
If a burst buffer operation (other than job validation, stage in, or stage out) runs for longer than this number of seconds, the job will be placed in a held state. A Slurm administrator will be required to release the job. By default there is a 300 second (5 minute) timeout for these operations. Also see StageInTimeout, StageOutTimeout, and ValidateTimeout options.
バーストバッファー操作(ジョブの検証、ステージイン、またはステージアウト以外)がこの秒数より長く実行されると、ジョブは保留状態になります。Slurm管理者はジョブをリリースする必要があります。デフォルトでは、これらの操作には300秒(5分)のタイムアウトがあります。StageInTimeout、StageOutTimeout、およびValidateTimeoutオプションも参照してください。

PrivateData
If set to "true" then users will only be able to view burst buffers they can use. Slurm administrators will still be able to view all burst buffers. By default, users can view all burst buffers.
「true」に設定すると、ユーザーは使用できるバーストバッファーのみを表示できます。Slurm管理者は、引き続きすべてのバーストバッファーを表示できます。デフォルトでは、ユーザーはすべてのバーストバッファを表示できます。

StageInTimeout
If the stage in of files for a job takes more than this number of seconds, the burst buffer will be released and the job will be placed in a held state. A Slurm administrator will be required to release the job. By default there is a one day timeout for the stage in process.
ジョブのファイルのステージインにこの秒数以上かかる場合、バーストバッファが解放され、ジョブは保留状態になります。Slurm管理者はジョブをリリースする必要があります。デフォルトでは、処理中のステージには1日のタイムアウトがあります。

StageOutTimeout
If the stage out of files for a job takes more than this number of seconds, the burst buffer will be released and the job will be purged. By default there is a one day timeout for the stage out process.
ジョブのファイル不足がこの秒数を超えると、バーストバッファが解放され、ジョブが削除されます。デフォルトでは、ステージアウトプロセスには1日のタイムアウトがあります。

ValidateTimeout
If the validation of a job submission request takes more than this number of seconds, the submission will be rejected. The value of ValidateTimeout must be less than the value of MessageTimeout configured in the slurm.conf file or job submission requests may fail with a response timeout error. By default there is a 5 second timeout for the validation operations.
ジョブ送信リクエストの検証にこの秒数より長い時間がかかる場合、送信は拒否されます。ValidateTimeoutの値は、slurm.confファイルで構成されたMessageTimeoutの値よりも小さい必要があります。デフォルトでは、検証操作には5秒のタイムアウトがあります。

 

COPYING

Copyright (C) 2014-2018 SchedMD LLC.

This file is part of Slurm, a resource management program. For details, see <https://slurm.schedmd.com/>.

Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 

SEE ALSO

slurm.conf(5)


 

Index

NAME
DESCRIPTION
COPYING
SEE ALSO

This document was created by man2html using the manual pages.
Time: 20:44:46 GMT, May 21, 2020