NFS Client
- HPC Charm Team
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 10 | 27 Mar 2024 |
juju deploy nfs-client --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
-
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.