Searched hist:"08 a8d16cbb269d4c2be02eb67351c59d16f4ecb9" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.8 | diff 08a8d16cbb269d4c2be02eb67351c59d16f4ecb9 Tue Jan 11 17:20:01 CET 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 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
|
H A D | mount_nfs.c | diff 08a8d16cbb269d4c2be02eb67351c59d16f4ecb9 Tue Jan 11 17:20:01 CET 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 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
|