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. | |
hostname | String | The hostname (IP address or FQDN) of GlusterFS volume server. | |
port | Number | The GlusterFS port on volume server. | [optional] |
transport | String | The transport protocol to use to connect to the volume server. | [optional] [default to 'tcp'] |
mountPoint | String | Relative mountpoint within the volume which should be used by Oneprovider. | [optional] [default to ''] |
xlatorOptions | String | Volume specific GlusterFS translator options, in the format: TRANSLATOR1.OPTION1=VALUE1;TRANSLATOR2.OPTION2=VALUE2;... | [optional] [default to ''] |
storagePathType | String | Determines how the logical file paths will be mapped on the storage. 'canonical' paths reflect the logical file names and directory structure, however each rename operation will require renaming the files on the storage. 'flat' paths are based on unique file UUID's and do not require on-storage rename when logical file name is changed. Note that 'flat' paths are not allowed on this type of storage. | [optional] [default to 'canonical'] |
glusterfs
(value:"glusterfs"
)
-
tcp
(value:"tcp"
) -
rdma
(value:"rdma"
) -
socket
(value:"socket"
)
canonical
(value:"canonical"
)