The "bg" option does not go background until the initial mount
attempt fails, which can take 60+ seconds.
This option goes background immediately, avoiding the 60+
second delay, if the NFS server is not yet available.
Differential D33733
Add a "bgnow" NFS mount option that causes the mount to go background immediately rmacklem on Jan 3 2022, 10:30 PM. Authored by Tags None Referenced Files
Subscribers
Details
The "bg" option does not go background until the initial mount This option goes background immediately, avoiding the 60+ Tested on a NFS mount to the same system done via Also tested by the person who requested this feature.
Diff Detail
Event TimelineComment Actions Manual page change looks good to me and consistent with the spec in the commit message. Can't speak beyond that. Comment Actions mdoc formatting looks good to me too, but maybe someone else wants to chime in on the code? Comment Actions Only thing I would change is use a consistent format for the bit masks: E.g. 0x04, 0x08, 0x10. Comment Actions Fair point, with the different indentation and format it's not immediately clear that these are a set of bits. LGTM with that and the one other comment
|