Bug 235980

Summary: dublicate nfs mounts by doing "mount -a"
Product: Red Hat Enterprise Linux 4 Reporter: Simon Jolle <urandomdev>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: https://www.redhat.com/archives/nahant-list/2007-April/msg00099.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-08 12:14:19 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:

Description Simon Jolle 2007-04-11 07:52:19 UTC
Version: util-linux-2.12a-16.EL4.16 (RHEL 4.3)

# cat /etc/fstab
[..]
netapp235:/volume/unixvol04/       /backup    nfs
defaults,nfsvers=3,rw,hard,bg,rsize=32768,wsize=32768,noac 0 0

Every time I call "mount -a", the NFS share get over-mounted (with
"mount" you can see x times "/backup"). All other filesystems and CIFS
shares don't get over-mounted (with "mount" you see only one time,
like it should be)

On Debian there is no problem with the same NFS share

Comment 1 Karel Zak 2007-05-29 08:15:42 UTC
Please, I'd like to see outputs from:

  # cat /etc/mtab
  # cat /proc/mounts
  # mount -a -v -v -v
  
thanks.