]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfsfs.sysconfig
- add systemd services configs
[packages/nfs-utils.git] / nfsfs.sysconfig
1 # Options for NFSv4 ID <-> Name Mapper (idmapd)
2 #RPCIDMAPOPTIONS=
3
4 # Uncomment if you want to use secure NFSv4 exports
5 #SECURE_NFS="yes"
6
7 # List of kernel modules to use for secure NFS
8 #SECURE_NFS_MODS="des rpcsec_gss_krb5"
9
10 # Options for NFSv4 rpcsec_gss daemon
11 #RPCGSSOPTIONS=
12
13 # Uncomment if you want to mount pNFS volumes
14 #ENABLE_PNFS=yes
15
16 # Options for pNFS blkmapd daemon
17 #BLKMAPDOPTIONS=
18
19 # Space separated list of mount points that init script should not even
20 # try to umount because it will not work 
21 # May contain regular expressions (ex. "/dev/union/.*")
22 NFSUMOUNT_IGNORE="/ /usr"
23
24 # Enable if you don't want rpm upgrade to remount Your NFS mounts
25 # By default is on, because it's really dangerous to remount i.e. /home
26 RPM_SKIP_AUTO_RESTART=yes
This page took 0.030584 seconds and 3 git commands to generate.