Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.2 KB

File metadata and controls

36 lines (19 loc) · 1.2 KB

Onepanel.GlusterfsModify

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. [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]

Enum: TypeEnum

  • glusterfs (value: "glusterfs")

Enum: TransportEnum

  • tcp (value: "tcp")

  • rdma (value: "rdma")

  • socket (value: "socket")