Advertisement
Guest User

sysconfig/nfs

a guest
Jan 25th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. # Path: Network/File systems/NFS server
  2. ## Description: number of threads for kernel nfs server
  3. ## Type: integer
  4. ## Default: 4
  5. ## ServiceRestart: nfs-server
  6. #
  7. # the kernel nfs-server supports multiple server threads
  8. #
  9. USE_KERNEL_NFSD_NUMBER="4"
  10.  
  11. ## Path: Network/File systems/NFS server
  12. ## Description: use fixed port number for mountd
  13. ## Type: integer
  14. ## Default: ""
  15. ## ServiceRestart: nfs-mountd
  16. #
  17. # Only set this if you want to start mountd on a fixed
  18. # port instead of the port assigned by rpc. Only for use
  19. # to export nfs-filesystems through firewalls.
  20. #
  21. MOUNTD_PORT=""
  22.  
  23. ## Path: Network/File systems/NFS server
  24. ## Description: NFSv3 server support
  25. ## Type: yesno
  26. ## Default: yes
  27. ## ServiceRestart: nfs-server
  28. #
  29. # Enable NFSv3 server support (yes/no)
  30. # This causes the NFS server to respond to
  31. # NFSv2 and NFSv3 requests. Only disable this
  32. # if you want to ensure only NFSv4 is used.
  33. #
  34. NFS3_SERVER_SUPPORT="yes"
  35.  
  36. ## Path: Network/File systems/NFS server
  37. ## Description: NFSv4 protocol support
  38. ## Type: yesno
  39. ## Default: yes
  40. ## ServiceRestart: nfs-server
  41. #
  42. # Enable NFSv4 support (server and/or client) (yes/no)
  43. #
  44. NFS4_SUPPORT="yes"
  45.  
  46. ## Path: Network/File systems/NFS server
  47. ## Description: Network Status Monitor options
  48. ## Type: string
  49. ## Default: ""
  50. #
  51. # If a fixed port should be used to send reboot notification
  52. # messages to other systems, that port should be given
  53. # here as "-p portnumber".
  54. #
  55. SM_NOTIFY_OPTIONS=""
  56.  
  57. ## Path: Network/File systems/NFS server
  58. ## Description: Port rpc.statd should listen on
  59. ## Type: integer
  60. ## Default: ""
  61. ## ServiceRestart: rpc-statd
  62. #
  63. # Statd will normally choose a random port to listen on and
  64. # SuSE-Firewall is able to detect which port and allow for it.
  65. # If you have another firewall, you may want to set a fixed
  66. # port number which can then be opened in that firewall.
  67. STATD_PORT=""
  68.  
  69. ## Path: Network/File systems/NFS server
  70. ## Description: Hostname used by rpc.statd
  71. ## Type: string
  72. ## Default: ""
  73. ## ServiceRestart: rpc-statd
  74. #
  75. # statd will normally use the system hostname in status
  76. # monitoring conversations with other hosts. If a different
  77. # host name should be used, as can be useful with fail-over
  78. # configurations, that name should be given here.
  79. #
  80. STATD_HOSTNAME=""
  81.  
  82. ## Path: Network/File systems/NFS server
  83. ## Description: TCP Port that lockd should listen on
  84. ## Type: integer
  85. ## Default: ""
  86. ## ServiceRestart: nfs-server
  87. #
  88. # Lockd will normally choose a random port to listen on and
  89. # SuSE-Firewall is able to detect which port and allow for it.
  90. # If you have another firewall, you may want to set a fixed
  91. # port number which can then be opened in that firewall.
  92. # lockd opens a UDP and a TCP port. This setting only affect
  93. # the TCP port.
  94. LOCKD_TCPPORT=""
  95.  
  96. ## Path: Network/File systems/NFS server
  97. ## Description: UDP Port that lockd should listen on
  98. ## Type: integer
  99. ## Default: ""
  100. ## ServiceRestart: nfs-server
  101. #
  102. # Lockd will normally choose a random port to listen on and
  103. # SuSE-Firewall is able to detect which port and allow for it.
  104. # If you have another firewall, you may want to set a fixed
  105. # port number which can then be opened in that firewall.
  106. # lockd opens a UDP and a TCP port. This setting only affect
  107. # the UDP port.
  108. LOCKD_UDPPORT=""
  109.  
  110. ## Path: Network/File systems/NFS server
  111. ## Description: Command line parameters for rpc.statd
  112. ## Type: string
  113. ## Default: ""
  114. ## ServiceRestart: rpc-statd
  115. #
  116. # Custom parameters for rpc.statd daemon. Typically this will
  117. # be used to set the port number (-p).
  118. #
  119. STATD_OPTIONS=""
  120.  
  121. ## Path: Network/File systems/NFS server
  122. ## Description: Lease time for NFSv4 leases
  123. ## Type: integer
  124. ## Default: ""
  125. #
  126. # Set the lease time for the NFSv4 server. This allows new locks
  127. # to be taken sooner after a server restart, so it is useful for
  128. # servers which need to recover quickly after a failure, particularly
  129. # in fail-over configurations. Reducing the lease time can be a
  130. # problem is some clients connect over high latency networks.
  131. # The default is 90 seconds. A number like 15 might be appropriate
  132. # in a fail-over configuration with all clients on well connected
  133. # low latency links.
  134. NFSV4LEASETIME=""
  135.  
  136. ## Path: Network/File systems/NFS server
  137. ## Description: Alternate mount point for rpc_pipefs filesystem
  138. ## Type: string
  139. ## Default: ""
  140. ## ServiceRestart: nfs-utils
  141. #
  142. # In a high-availabilty configuration it is possible that /var/lib/nfs
  143. # is redirected so some shared storage and so it is not convenient to
  144. # mount the rpc_pipefs filesystem at /var/lib/nfs/rpc_pipefs. In that
  145. # case an alternate mount point can be given here.
  146. RPC_PIPEFS_DIR=""
  147.  
  148. ## Path: Network/File systems/NFS server
  149. ## Description: Options for svcgssd
  150. ## Type: string
  151. ## Default: ""
  152. ## ServiceRestart: rpc-svcgssd
  153. #
  154. # Normally svcgssd does not require any option. However in a
  155. # high-availabilty configuration it can be useful to pass "-n"
  156. # to guide the choice of default credential. To allow for that
  157. # case or any other requiring options ot svcgssd, they can
  158. # be specified here.
  159. SVCGSSD_OPTIONS=""
  160.  
  161. ## Path: Network/File systems/NFS server
  162. ## Description: Extra options for nfsd
  163. ## Type: string
  164. ## Default: ""
  165. ## ServiceRestart nfs-server
  166. #
  167. # This setting allows extra options to be specified for NFSD, such as
  168. # -H <shared_hostname> in a high-availability configuration.
  169. NFSD_OPTIONS=""
  170.  
  171. ## Path: Network/File systems/NFS server
  172. ## Description: Extra options for gssd
  173. ## Type: string
  174. ## Default: ""
  175. ## ServiceRestart: rpc-gssd
  176. #
  177. # Normally gssd does not require any options. In some circumstances,
  178. # -n, -l or other options might be useful. See "man 8 rpc.gssd" for
  179. # details. Those options can be set here.
  180. GSSD_OPTIONS=""
  181.  
  182. ## Path: Network/File systems/NFS server
  183. ## Description: Extra options for mountd
  184. ## Type: string
  185. ## Default: ""
  186. ## ServiceRestart nfs-mountd
  187. #
  188. # Normally mountd does not require any options. In some circumstances,
  189. # -n, -t, -g or other options might be useful. See "man 8 rpc.mountd" for
  190. # details. Those options can be set here.
  191. # -p or -N should be set using MOUNTD_PORT or NFS4_SUPPORT rather than
  192. # this option.
  193. MOUNTD_OPTIONS=""
  194.  
  195. ## Path: Network/File systems/NFS server
  196. ## Description: Avoid DNS lookups for kerberos principal
  197. ## Type: yesno
  198. ## Default: no
  199. ## ServiceRestart: rpc-gssd
  200. #
  201. # Avoid DNS lookups when determining kerberos identity
  202. # of NFS server (yes/no)
  203. # "yes" is safest, but "no" might be needed to preserve
  204. # correct behaviour at sites that don't use
  205. # Fully Qualified Domain Names when mounting NFS Shares.
  206. #
  207. NFS_GSSD_AVOID_DNS="no"
  208. NFS_SECURITY_GSS="no"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement