nfs-client

NFS Client

  • HPC Charm Team
Channel Revision Published Runs on
latest/edge 10 27 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
juju deploy nfs-client --channel edge
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • mountpoint | string

    Location to mount share on machine.

  • nodev | boolean

    Blocking interpretation of character and/or block devices on NFS share.

  • noexec | boolean

    Block execution of binaries on NFS share.

  • nosuid | boolean

    Do not honour suid and sgid bits on NFS share.

  • read-only | boolean

    Mount NFS share as read-only.

  • size | int

    Size, in GB, to make requested NFS share. If omitted, the NFS server will set the default size. If size is set to -1, the created share will be unbounded.