A Volume object defines a file system directory that is exported by containers.
Atttribute | Value | Description |
---|---|---|
Owner | String | The user and group of the directory's owner inside containers, in a format accepted by the chown command. For example, for a file owned by user and group root, root:root or 0:0. |
Permission | String | The file mode bits for the directory inside containers, in a format accepted by the chmod command. For example, for read, write, and execute permission for the owner and read permission for group and others, go+r,u+rwx or 0744. |
ResourcePath | String | The resource pool path, shared by all hosts in a resource pool. |
ContainerPath | String | The absolute path of the bind mount directory inside containers. |
Type | String | The use of the path; for example, dfs or tmp. |