Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1.85 KB

Glusterfs.md

File metadata and controls

46 lines (23 loc) · 1.85 KB

Onepanel.Glusterfs

Properties

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']

Enum: TypeEnum

  • glusterfs (value: "glusterfs")

Enum: TransportEnum

  • tcp (value: "tcp")

  • rdma (value: "rdma")

  • socket (value: "socket")

Enum: StoragePathTypeEnum

  • canonical (value: "canonical")