github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/doc/agent.example (about)

     1  ## Sample configuration for the Lustre HSM Agent. See lhsmd(1) for more information.
     2  ##
     3  ## The mount target for the Lustre filesystem that will be used with this agent.
     4  ##
     5  # client_device=  "10.0.2.15@tcp:/lustre"
     6  
     7  client_device = "required"
     8  
     9  ##
    10  ## Base directory used for the Lustre mount points created by the agent
    11  ##
    12  # mount_root= "/var/lib/lhsmd/roots"
    13  
    14  ##
    15  ## List of enabled plugins
    16  ##
    17  # enabled_plugins = ["lhsm-plugin-posix", "lhsm-plugin-s3"]
    18  
    19  ##
    20  ## Directory to look for the plugins
    21  ##
    22  # plugin_dir = "/usr/libexec/lhsmd"
    23  
    24  ##
    25  ## Number of threads handling incoming HSM requests.
    26  ##
    27  # handler_count = 4
    28  
    29  ##
    30  ## Enable expeimental snapshot feature.
    31  ##
    32  # snapshots {
    33  #     enabled = false
    34  # }
    35  
    36  
    37  ##
    38  ## Metric Storage
    39  ##
    40  # influxdb {
    41  #    url = "http://10.0.1.123:8086"
    42  #    db = "lhsmd"
    43  #    user = "*user*"
    44  #    password = "*password*"
    45  # }