Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.06 KB

File metadata and controls

20 lines (11 loc) · 1.06 KB

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 Absolute path to the root directory of the storage file system. The directory must exist and be accessible. In containerized deployments, this path refers to a location inside the container (Docker/pod) and must be mounted referencing an external persistent storage (e.g., host file system or network storage), except for non-persistent (testing) deployments. [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")