NFS
New NFS filesystem items can be added.
NFS filesystem
Network filesystem.
Properties
Enable
Enable this filesystem.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config storage nfs <key> enable
Label
The label used to describe and locate this filesystem.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config storage nfs <key> label
Resource tags
Apply these tags to resources associated with this filesystem.
- Data type: string list
- Configuration
CLI: (cli)> config storage nfs <key> tags
Available
Is this filesystem available.
- Data type: boolean
- Status
CLI: (cli)> show storage nfs <key> available
NFS Path
The NFS network path.
- Data type: string
- Configuration
- Required
CLI: (cli)> config storage nfs <key> nfs-path
Mount type
The type of mount required.
| Option | Label | Description |
|---|---|---|
ro | Read-Only | Only read requests are allowed on this volume. |
rw | Read-Write | Read/Write requests are allowed on this volume. |
- Data type: string select
- Default:
rw - Configuration
- Required
CLI: (cli)> config storage nfs <key> mount-type
File Locking
File locking can be disabled if required.
Disable when connecting to old NFS servers
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config storage nfs <key> file-locking
NFS Version
The version of NFS the server supports.
| Option | Label | Description |
|---|---|---|
none | Not Specified | Client will negotiate the highest possible version. |
v2 | NFSv2 | NFS version 2. |
v3 | NFSv3 | NFS verson 3. |
- Data type: string select
- Default:
none - Configuration
- Required
CLI: (cli)> config storage nfs <key> nfs-version
