Bug 220910

Summary: Some mounts stops working
Product: [Fedora] Fedora Reporter: Terje Røsten <terje.rosten>
Component: autofsAssignee: Ian Kent <ikent>
Status: CLOSED NEXTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: jmoyer
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-21 09:29:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
tarball with /etc/auto* files, /var/log/messages and core dump none

Description Terje Røsten 2006-12-28 19:53:43 UTC
It might take days to trigger this problem, but it's still very painful.

The problem is that some mount just stops working, the dir in question here is
/cluster/bin:

Dec 28 16:24:10 gudrun automount[3043]: attempting to mount entry
/home/gudrun/bjornskj
Dec 28 16:24:10 gudrun automount[3043]: mount(nfs): mounted
anne:/export/home/bjornskj on /home/gudrun/bjornskj
Dec 28 16:24:10 gudrun automount[3043]: mounted /home/gudrun/bjornskj
Dec 28 16:24:28 gudrun automount[3043]: attempting to mount entry /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: mount(nfs): nfs: mount failure
susanne:/export-c/cluster/bin on /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: failed to mount /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: attempting to mount entry /home/post/mail
Dec 28 16:24:28 gudrun automount[3043]: mount(nfs): mounted
anne:/export/home/mail on /home/post/mail
Dec 28 16:24:28 gudrun automount[3043]: mounted /home/post/mail
Dec 28 16:24:28 gudrun automount[3043]: attempting to mount entry /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: failed to mount /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: attempting to mount entry /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: failed to mount /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: attempting to mount entry /cluster/bin
Dec 28 16:24:28 gudrun automount[3043]: failed to mount /cluster/bin
Dec 28 16:24:38 gudrun automount[3043]: attempting to mount entry /cluster/bin
Dec 28 16:24:38 gudrun automount[3043]: failed to mount /cluster/bin

The mount failes, while it was successful 20 min before (and there is no changes
on server or client): 

$ grep 'mounted /cluster/bin' messages| grep 'Dec 28'
Dec 28 00:04:55 gudrun automount[3043]: mounted /cluster/bin
Dec 28 02:37:39 gudrun automount[3043]: mounted /cluster/bin
Dec 28 02:58:29 gudrun automount[3043]: mounted /cluster/bin
Dec 28 03:43:49 gudrun automount[3043]: mounted /cluster/bin
Dec 28 14:44:57 gudrun automount[3043]: mounted /cluster/bin
Dec 28 15:29:53 gudrun automount[3043]: mounted /cluster/bin
Dec 28 15:50:47 gudrun automount[3043]: mounted /cluster/bin
Dec 28 16:02:57 gudrun automount[3043]: mounted /cluster/bin

At the same time I get a core dump from mount.nfs:

$ file core.29721
core.29721: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style,
from 'mount.nfs'
$ ls -l core.29721
-rw------- 1 root root 110592 des 28 16:24 core.29721

The core dump, /etc/auto* files and automount log attached.

BTW: the servers anne and susanne is the same host with two different
interfaces, it's running RHEL4 U4 x86_64.

$ rpm -q autofs
autofs-5.0.1-0.rc2.36
$ uname -a
Linux gudrun 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:45:28 EST 2006 i686 athlon
i386 GNU/Linux

Comment 1 Terje Røsten 2006-12-28 19:53:43 UTC
Created attachment 144484 [details]
tarball with /etc/auto* files, /var/log/messages and core dump

Comment 2 Ian Kent 2006-12-29 00:21:46 UTC
(In reply to comment #0)
> It might take days to trigger this problem, but it's still very painful.
> 
...
> 
> At the same time I get a core dump from mount.nfs:

What version of nfs-utils?

Ian


Comment 3 Terje Røsten 2006-12-29 08:39:39 UTC
> What version of nfs-utils?

$ rpm -q nfs-utils
nfs-utils-1.0.10-5.fc6


Comment 4 Ian Kent 2006-12-29 10:22:42 UTC
(In reply to comment #3)
> > What version of nfs-utils?
> 
> $ rpm -q nfs-utils
> nfs-utils-1.0.10-5.fc6
> 

OK I'll try to get the right versions of everything to check
out the core dump. It could be a little hard to get this right
but we'll see.

Ian


Comment 5 Terje Røsten 2008-01-21 09:29:35 UTC
I have no FC6 system left and have don't seen this problem on FC7 and FC8, closing.