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