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.

OptionLabelDescription
roRead-OnlyOnly read requests are allowed on this volume.
rwRead-WriteRead/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.

OptionLabelDescription
noneNot SpecifiedClient will negotiate the highest possible version.
v2NFSv2NFS version 2.
v3NFSv3NFS verson 3.
  • Data type: string select
  • Default: none
  • Configuration
  • Required

CLI: (cli)> config storage nfs <key> nfs-version