[DragonFlyBSD - Submit #2913] (Closed) sbin/mount_nfs: Add -o retrycnt= from FreeBSD
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Mon May 30 04:08:32 PDT 2016
Issue #2913 has been updated by tkusumi.
Status changed from New to Closed
----------------------------------------
Submit #2913: sbin/mount_nfs: Add -o retrycnt= from FreeBSD
http://bugs.dragonflybsd.org/issues/2913#change-12896
* Author: tkusumi
* Status: Closed
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
Matt,
I'd like to bring in a /sbin/mount_nfs option "-o retrycnt=" from FreeBSD.
DragonFly's mount_nfs has -R which is the same as -o retrycount,
but automountd (userspace daemon of autofs port from FreeBSD) needs this.
Using non -o options requires userspace rewrite as the config file parser for automountd assumes mount options are passed via -o.
The parser part of automountd is 100% userspace stuff which means the code is basically 100% compatible with FreeBSD,
so adding this alias to mount_nfs makes more sense than touching the parser only to support non -o format.
https://leaf.dragonflybsd.org/~tkusumi/diff/0001-sbin-mount_nfs-Add-o-retrycnt-from-FreeBSD.patch
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Submit
mailing list