| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of storage. `type = "glusterfs"` GlusterFS volume directly attached to the Oneprovider. | |
| volume | String | The name of the volume to use as a storage backend. | [optional] |
| hostname | String | The hostname (IP address or FQDN) of GlusterFS volume server. | [optional] |
| port | Number | The GlusterFS port on volume server. | [optional] |
| transport | String | The transport protocol to use to connect to the volume server. | [optional] |
| mountPoint | String | Relative mountpoint within the volume which should be used by Oneprovider. | [optional] |
| xlatorOptions | String | Volume specific GlusterFS translator options, in the format: TRANSLATOR1.OPTION1=VALUE1;TRANSLATOR2.OPTION2=VALUE2;... | [optional] |
glusterfs(value:"glusterfs")
-
tcp(value:"tcp") -
rdma(value:"rdma") -
socket(value:"socket")