Resource Type: glusterfs_vol
- Defined in:
- lib/puppet/type/glusterfs_vol.rb
- Providers:
-
glusterfs
Overview
Native type for managing glusterfs volumes
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
brick
List of bricks
Supported values:- /\S+:\S+/
-
delete
(defaults to: false)
delete brick
Supported values:- /true|false/
-
provider
The specific backend to use for this ‘glusterfs_vol` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
replica
Number of replicas
Supported values:- /^\d+$/
-
stripe
Number of stripes
Supported values:- /^\d+$/
-
transport
(defaults to: tcp)
Gluster transport
Supported values:- /tcp|rdma|tcp,rdma/
-
volume
Volume name
Supported values:- /^\S+$/