1305fcc31a
Use nfs-utils-config package to package service and config files for nfs-utils Story: 2003768 Task: 26461 Change-Id: Id24669ea5f7b7dadff025208e7f7f07f179c1490 Signed-off-by: zhipengl <zhipengs.liu@intel.com>
31 lines
827 B
Plaintext
31 lines
827 B
Plaintext
#
|
|
# /etc/nfsmount.conf - see nfsmount.conf(5) for details
|
|
#
|
|
|
|
[ NFSMount_Global_Options ]
|
|
|
|
# Protocol Version [2,3,4]
|
|
# This defines the default protocol version which will
|
|
# be used to start the negotiation with the server.
|
|
Defaultvers=3
|
|
|
|
# Setting this option makes it mandatory the server supports the
|
|
# given version. The mount will fail if the given version is
|
|
# not support by the server.
|
|
Nfsvers=3
|
|
|
|
# Network Protocol [udp,tcp,rdma] (Note: values are case sensitive)
|
|
# This defines the default network protocol which will
|
|
# be used to start the negotiation with the server.
|
|
Defaultproto=udp
|
|
|
|
# Setting this option makes it mandatory the server supports the
|
|
# given network protocol. The mount will fail if the given network
|
|
# protocol is not supported by the server.
|
|
Proto=udp
|
|
|
|
# Server Mountd Protocol
|
|
#mountproto=udp
|
|
|
|
|