#
91a74536 |
| 12-Dec-2024 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Document the new "mountport" NFS mount option
Commit 0e8a36a2ab12 adds a new NFS mount option called mountport.
This patch for the man page documents this new NFS mount option.
This i
mount_nfs.8: Document the new "mountport" NFS mount option
Commit 0e8a36a2ab12 adds a new NFS mount option called mountport.
This patch for the man page documents this new NFS mount option.
This is a content change.
Reviewed by: delphij, emaste MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D47849
show more ...
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0 |
|
#
1a720cbe |
| 15-May-2024 |
Alexander Ziaee <concussious@runbox.com> |
man filesystems: fix xrefs after move to section 4
Reviewed by: des, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1077
|
Revision tags: release/13.3.0 |
|
#
51e16cb8 |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
3ddd961d |
| 08-Oct-2023 |
Benedict Reuschling <bcr@FreeBSD.org> |
mount_nfs(8): Indicate that the -t option is deprecated
In mount_nfs.c the -t option is deprecated and advises to use timeout=<N> instead. However, since that refers to NFS over UDP, which is not us
mount_nfs(8): Indicate that the -t option is deprecated
In mount_nfs.c the -t option is deprecated and advises to use timeout=<N> instead. However, since that refers to NFS over UDP, which is not used nowadays, mark this option as deprecated in the man page.
PR: 260611 Suggested by: rmacklem
show more ...
|
#
b2c76c41 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
#
7e53f16b |
| 18-Jun-2023 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Note a case where the "nconnect" option does not work
The "nconnect" NFS mount option will not work correctly for servers where the TCP connections might connect to different NFS cluste
mount_nfs.8: Note a case where the "nconnect" option does not work
The "nconnect" NFS mount option will not work correctly for servers where the TCP connections might connect to different NFS clusters that do not share NFSv4.1/4.2 state information, such as file locks.
This patch adds a sentence to the "nconnect" section of mount_nfs.8 noting this case.
This is a content change.
Reviewed by: karels, pauamma_gundo.com (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D40547
show more ...
|
#
c2a9d237 |
| 18-Apr-2023 |
Gordon Bergling <gbe@FreeBSD.org> |
mount_nfs.8: Fix a mandoc warning
- sections out of conventional order: Sh IMPLEMENTATION NOTES
MFC after: 3 days
|
#
61330e49 |
| 11-Apr-2023 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Update man page for the "syskrb5" option
Commit 896516e54a8c added a new NFS mount option used for Kerberized NFSv4.1/4.2 mounts. It specifies that AUTH_SYS be used for state maintenanc
mount_nfs.8: Update man page for the "syskrb5" option
Commit 896516e54a8c added a new NFS mount option used for Kerberized NFSv4.1/4.2 mounts. It specifies that AUTH_SYS be used for state maintenance (also called system) operations. This allows the mount to be done without the "gssname" option or a valid Kerberos TGT being held by the user doing the mount (so it can be specified in fstab(5) for example).
Reviewed by: gbe (manpages), karels MFC after: 3 months Differential Revision: https://reviews.freebsd.org/D39469
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
0083eef3 |
| 25-Sep-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Fix the RFC number now that it exists
The RFC for this finally got published and, therefore, now has a number. This patch puts this RFC number in the man page.
This is a content chang
mount_nfs.8: Fix the RFC number now that it exists
The RFC for this finally got published and, therefore, now has a number. This patch puts this RFC number in the man page.
This is a content change.
MFC after: 1 week
show more ...
|
#
9b436906 |
| 07-Sep-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Update for NFSv4 use of "nolockd"
Commit 33721eb991d8 enabled use of "nolockd" for NFSv4 mounts. This was done primarily to allow its use with the "intr" mount option.
This patch upda
mount_nfs.8: Update for NFSv4 use of "nolockd"
Commit 33721eb991d8 enabled use of "nolockd" for NFSv4 mounts. This was done primarily to allow its use with the "intr" mount option.
This patch updates the man page for this.
This is a content change.
Reviewed by: gbe (manpages), karels MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36462
show more ...
|
#
f46bea05 |
| 01-Sep-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Reword sentence so .Pa macro works
Commit 603677334a64 added a sentence with a file path in it. However, it did not use .Pa since it would leave a space after it, where ('s) was suppose
mount_nfs.8: Reword sentence so .Pa macro works
Commit 603677334a64 added a sentence with a file path in it. However, it did not use .Pa since it would leave a space after it, where ('s) was supposed to go.
This patch rewords the sentence so that .Pa can be used.
This is a content change.
Suggested by: mkarels
show more ...
|
#
60367733 |
| 30-Aug-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's
Recent problems related to NFSv4 mounts has been traced to multiple NFSv4 clients using the same /etc/hostid (or kern.hostuuid, if you pref
mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's
Recent problems related to NFSv4 mounts has been traced to multiple NFSv4 clients using the same /etc/hostid (or kern.hostuuid, if you prefer).
This patch adds a sentence to the man page noting that clients must have unique /etc/hostid's.
This is a content change.
Reviewed by: gbe (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D36392
show more ...
|
#
aba7a81a |
| 03-Jul-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Update BUGS section for NFSv4.1/4.2
If the "intr" and/or "soft" mount options are used for NFSv4 mounts, the protocol can be broken when the operation returns without waiting for the RP
mount_nfs.8: Update BUGS section for NFSv4.1/4.2
If the "intr" and/or "soft" mount options are used for NFSv4 mounts, the protocol can be broken when the operation returns without waiting for the RPC reply. The likelyhood of failure increases for NFSv4.1/4.2 mounts, since the session slot will be broken when an RPC reply is not processed.
This is mentioned in the BUGS section of "man mount_nfs", but there was no specific mention of the session slot problem. This patch adds a sentence for this case.
PR: 260011 Reviewed by: gbe MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D35693
show more ...
|
Revision tags: release/13.1.0 |
|
#
08a8d16c |
| 11-Jan-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs: Add a "bgnow" NFS mount option
The "bg" option does not go background until the initial mount attempt fails, which can take 60+ seconds.
This new "bgnow" option goes background immediate
mount_nfs: Add a "bgnow" NFS mount option
The "bg" option does not go background until the initial mount attempt fails, which can take 60+ seconds.
This new "bgnow" option goes background immediately, avoiding the 60+ second delay, if the NFS server is not yet available.
The man page update is a content change.
Tested by: jwb Reviewed by: debdrup, emaste PR: 260764 MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D33733
show more ...
|
Revision tags: release/12.3.0 |
|
#
4488c8c3 |
| 11-Jul-2021 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Add information for "nconnect" to man page
Commit 1e0a518d6548 added a new NFS mount option "nconnect". This patch adds information on this option to the man page.
It also adds an IMPL
mount_nfs.8: Add information for "nconnect" to man page
Commit 1e0a518d6548 added a new NFS mount option "nconnect". This patch adds information on this option to the man page.
It also adds an IMPLEMENTATION section that explains how the default I/O size is determined and that "nfsstat -m" can be used to find out what option settings are actually in use.
This is a content change.
Reviewed by: gbe (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D31135
show more ...
|
#
b413b035 |
| 26-Jun-2021 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs.8: Update the man page for commit a145cf3f73c7
The NFSv4 client now uses the highest minor version of NFSv4 by default instead of minor version 0, for NFSv4 mounts. The "minorversion" moun
mount_nfs.8: Update the man page for commit a145cf3f73c7
The NFSv4 client now uses the highest minor version of NFSv4 by default instead of minor version 0, for NFSv4 mounts. The "minorversion" mount option may be used to override this default.
This patch updates the man page to reflect this change. While here, fix nfsstat(8) to be nfsstat(1).
Reviewed by: otis MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D30768
show more ...
|
Revision tags: release/13.0.0 |
|
#
448de00d |
| 18-Jan-2021 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs: update man page description for oneopenown
A recent email discussion indicated that a large accumulation of NFSv4 Opens was occurring on a mount. This appears to have been caused by a sha
mount_nfs: update man page description for oneopenown
A recent email discussion indicated that a large accumulation of NFSv4 Opens was occurring on a mount. This appears to have been caused by a shared library within the mount being used by several processes, such that there is always at least one of these processes running. A new Open was created by each process and were not closed, since all the Opens were never closed. This is alleviated by using the "oneopenown" mount option.
This man page update attempts to indicate the use of "oneopenown" for this case.
This is a content change.
Reported by: j.david.lists@gmail.com Reviewed by: 0mp MFC: 1 month Differential Revision: https://reviews.freebsd.org/D28215
show more ...
|
#
79302a63 |
| 24-Dec-2020 |
Rick Macklem <rmacklem@FreeBSD.org> |
mount_nfs(8): add a description for the new "tlscertname" option
commit 665b1365fe8e added a new NFS mount option that is used to set a non-default X.509 certificate, that can be used for nfs-over-t
mount_nfs(8): add a description for the new "tlscertname" option
commit 665b1365fe8e added a new NFS mount option that is used to set a non-default X.509 certificate, that can be used for nfs-over-tls NFS mounts. This patch adds a description for it to the man page.
Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D27733
show more ...
|
#
00c8b28c |
| 02-Dec-2020 |
Rick Macklem <rmacklem@FreeBSD.org> |
Improve man page for AmazonEFS mounts.
PR#250770 was actually just a misunderstanding of what NFS mount options are needed for AmazonEFS mounts. This patch attempts to clarify the manpage to clarify
Improve man page for AmazonEFS mounts.
PR#250770 was actually just a misunderstanding of what NFS mount options are needed for AmazonEFS mounts. This patch attempts to clarify the manpage to clarify this.
This is a content change.
PR: 250770 Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D27430
show more ...
|
#
04914a21 |
| 20-Nov-2020 |
Rick Macklem <rmacklem@FreeBSD.org> |
Document the new "tls" NFS mount option.
Recent commits to head have added support for NFS over TLS to the FreeBSD kernel. To enable use of this for an NFS mount, the "tls" mount_nfs option has been
Document the new "tls" NFS mount option.
Recent commits to head have added support for NFS over TLS to the FreeBSD kernel. To enable use of this for an NFS mount, the "tls" mount_nfs option has been added.
Once the IETF has assigned an RFC number, I will replace "NNNN" with the number.
This is a content change.
Reviewed by: gbe Differential Revision: https://reviews.freebsd.org/D26262
show more ...
|
Revision tags: release/12.2.0 |
|
#
c7aa572c |
| 31-Jul-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
d511702b |
| 17-Jul-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
mount_nfs(8): document alternate form of the gssname option
PR: 238506 Submitted by: Greg Veldman <freebsd at gregv dot net> Reviewed by: 0mp, bcr (mentor) Approved by: bcr (mentor) MFC after: 1 we
mount_nfs(8): document alternate form of the gssname option
PR: 238506 Submitted by: Greg Veldman <freebsd at gregv dot net> Reviewed by: 0mp, bcr (mentor) Approved by: bcr (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D25667
show more ...
|
Revision tags: release/11.4.0 |
|
#
547a4dba |
| 14-Dec-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Update the mount_nfs.8 man page to include NFSv4.2.
r355677 added NFSv4.2 support to the NFS client. This patch updates the mount_nfs.8 man page to reflect that. It also clarifies that the "nolockd"
Update the mount_nfs.8 man page to include NFSv4.2.
r355677 added NFSv4.2 support to the NFS client. This patch updates the mount_nfs.8 man page to reflect that. It also clarifies that the "nolockd" option does not apply to NFSv4 mounts.
This is a content change.
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
19625f29 |
| 14-Apr-2017 |
Rick Macklem <rmacklem@FreeBSD.org> |
Document the "oneopenown" option added by r316792.
This is a content change.
MFC after: 2 weeks
|
#
348238db |
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|