multiple NFS mounts with bg,retrycount=0

2013-05-06 Thread Navdeep Parhar
I updated a FreeBSD 9-STABLE system to r250290 and noticed an NFS oddity -- fstab entries that specify a retrycnt are mounted multiple times. I have this in /etc/fstab: :/remote/ /local/ nfs rw,bg,retrycnt=0 0 0 And this in /etc/rc.conf: rpcbind_enable=YES nfs_client_enable=YES

Re: multiple NFS mounts with bg,retrycount=0

2013-05-06 Thread Zaphod Beeblebrox
[about double background NFS mounts] I'm not sure on the fix to this, but I'm pretty sure it's because we retry the mount -a stuff twice at startup. If you watch your console, you'll see two places where it will mount NFS filesystems during boot. ... well... a fix to this would be to _not_ do

Re: multiple NFS mounts with bg,retrycount=0

2013-05-06 Thread Jeremy Chadwick
On Mon, May 06, 2013 at 03:46:51PM -0400, Zaphod Beeblebrox wrote: [about double background NFS mounts] I'm not sure on the fix to this, but I'm pretty sure it's because we retry the mount -a stuff twice at startup. If you watch your console, you'll see two places where it will mount NFS

Re: multiple NFS mounts with bg,retrycount=0

2013-05-06 Thread O. Hartmann
On Mon, 2013-05-06 at 10:48 -0700, Navdeep Parhar wrote: I updated a FreeBSD 9-STABLE system to r250290 and noticed an NFS oddity -- fstab entries that specify a retrycnt are mounted multiple times. I have this in /etc/fstab: :/remote/ /local/ nfs rw,bg,retrycnt=0 0 0 And this

Re: multiple NFS mounts with bg,retrycount=0

2013-05-06 Thread Rick Macklem
Zaphrod Beeblebrox wrote: [about double background NFS mounts] I'm not sure on the fix to this, but I'm pretty sure it's because we retry the mount -a stuff twice at startup. If you watch your console, you'll see two places where it will mount NFS filesystems during boot. ... well... a