Bug 122501

Summary: cifs shares mounted incorrectly on boot
Product: [Fedora] Fedora Reporter: Richard Hughes <richard>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.56-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-21 17:29:14 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 Richard Hughes 2004-05-05 08:48:30 UTC
From Bugzilla Helper:

Description of problem:
In /etc/rc.sysinit

action $"Mounting local filesystems: " mount -a -t
nonfs,nfs4,smbfs,ncpfs -O no_netdev

should be changed to:

action $"Mounting local filesystems: " mount -a -t
nonfs,nfs4,smbfs,cifs,ncpfs -O no_netdev

so cifs is not mounted before the network card is up.

Version-Release number of selected component (if applicable):
initscripts-7.50-1

How reproducible:
Always

Steps to Reproduce:
1. create cifs share in fstab and set to auto
2. reboot

Actual Results:  cifs is mounted before the network is up.
Expected Results:  cifs is not tried until the network is up.

Comment 1 Bill Nottingham 2004-05-21 17:29:14 UTC
Fixed in CVS, will be in 7.56-1.