You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,25 +52,28 @@ Via optional environment variables, you can adjust the server settings to your n
52
52
53
53
-**`NFS_VERSION`** (default is `4.2`)
54
54
55
-
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Note that any minor version will also enable any lesser minor versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3. |
55
+
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Note that any minor version will also enable any lesser minor versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3.
56
56
57
57
-**`NFS_VERSION_DISABLE_V3`** (*not set by default*)
58
58
59
-
Set to a non-empty value (e.g. `NFS_VERSION_DISABLE_V3=1`) to disable NFS version 3 and run a version-4-only server. This setting is not compatible with `NFS_VERSION=3`. |
59
+
Set to a non-empty value (e.g. `NFS_VERSION_DISABLE_V3=1`) to disable NFS version 3 and run a version-4-only server. This setting is not compatible with `NFS_VERSION=3`.
60
60
61
61
-**`NFSD_PORT`** (default is `2049`)
62
62
63
-
Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.nfsd`'s listening port. |
63
+
Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.nfsd`'s listening port.
64
+
64
65
-**`NFSD_SERVER_THREADS`** (default is *CPU core count*)
65
66
66
-
Set this to a positive integer to control how many server threads `rpc.nfsd` will use. A good minimum is one thread per CPU core, but 4 or 8 threads per core is probably better. |
67
+
Set this to a positive integer to control how many server threads `rpc.nfsd` will use. A good minimum is one thread per CPU core, but 4 or 8 threads per core is probably better.
67
68
68
69
-**`NFS_MOUNTD_PORT`** (default is `32767`)
69
70
70
-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port. |
71
+
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port.
72
+
71
73
-**`NFS_STATD_IN_PORT`** (default is `32765`)
72
74
73
-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port. |
75
+
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port.
76
+
74
77
-**`NFS_STATD_OUT_PORT`** (default is `32766`)
75
78
76
79
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s outgoing connection port.
0 commit comments