Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 821 Bytes

PosixModify.md

File metadata and controls

20 lines (11 loc) · 821 Bytes

Onepanel.PosixModify

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. [optional]
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")