Mailinglist Archive: opensuse-bugs (7455 mails)
| < Previous | Next > |
[Bug 415607] nfs-mounted directories hang
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 13 Aug 2008 09:28:43 -0600 (MDT)
- Message-id: <20080813152843.289B2CC7DC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=415607
User cbenson@xxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=415607#c4
--- Comment #4 from Carl Benson <cbenson@xxxxxxxxx> 2008-08-13 09:28:42 MDT ---
I discovered that even with no users logged on, the NFS hang could be
triggered by updatedb, which is started by a cron job. The defaults
for updatedb (in /etc/sysconfig/locate) allow it to traverse /home.
In past versions of Linux, NFS automounted /home was treated as a
"netpath", but now NFS-mounted home directories are treated as local
to the systems. The result (in my case) is that updatedb runs find
across every one of hundreds of home directories on the NetApp Filer,
and tries to mount home directories that are not exported to this
system. I think that's where the hang happens.
I killed find and updatedb, restarted nfs and autofs, and removed
/home from the paths covered by updatedb. This fixed the hang.
The underlying problem is still there, however.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User cbenson@xxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=415607#c4
--- Comment #4 from Carl Benson <cbenson@xxxxxxxxx> 2008-08-13 09:28:42 MDT ---
I discovered that even with no users logged on, the NFS hang could be
triggered by updatedb, which is started by a cron job. The defaults
for updatedb (in /etc/sysconfig/locate) allow it to traverse /home.
In past versions of Linux, NFS automounted /home was treated as a
"netpath", but now NFS-mounted home directories are treated as local
to the systems. The result (in my case) is that updatedb runs find
across every one of hundreds of home directories on the NetApp Filer,
and tries to mount home directories that are not exported to this
system. I think that's where the hang happens.
I killed find and updatedb, restarted nfs and autofs, and removed
/home from the paths covered by updatedb. This fixed the hang.
The underlying problem is still there, however.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |