aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/glusterfs/server/volume/elasticsearch.yml
blob: 73f35c10221e3088cafef34c98b7443ed265a32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
  glusterfs:
    server:
      volumes:
        elasticsearch:
          storage: /srv/glusterfs/elasticsearch
          replica: 3
          bricks:
            - ${_param:cluster_node01_address}:/srv/glusterfs/elasticsearch
            - ${_param:cluster_node02_address}:/srv/glusterfs/elasticsearch
            - ${_param:cluster_node03_address}:/srv/glusterfs/elasticsearch
          options:
            cluster.readdir-optimize: On
            nfs.disable: On
            network.remote-dio: On
            diagnostics.client-log-level: WARNING
            diagnostics.brick-log-level: WARNING