Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.39 KB

Posix.md

File metadata and controls

30 lines (15 loc) · 1.39 KB

Onepanel.Posix

Properties

Name Type Description Notes
type String The type of storage. `type = "posix"` Any POSIX compatible storage, typically attached over high-throughput local network, such as NFS.
mountPoint String The absolute path to the directory where the POSIX storage is mounted on the cluster nodes.
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']
rootUid Number UID of the user on whose behalf operations in the admin context will be performed on the storage. [optional]
rootGid Number GID of the group on whose behalf operations in the admin context will be performed on the storage. [optional]

Enum: TypeEnum

  • posix (value: "posix")

Enum: StoragePathTypeEnum

  • canonical (value: "canonical")