Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 445776

Summary: /{var,usr} fail to mount early enough under iscsi root because are marked _netdev
Product: Red Hat Enterprise Linux 5 Reporter: Kostas Georgiou <k.georgiou>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5.1Keywords: Regression
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-02 20:53:10 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 Kostas Georgiou 2008-05-09 01:18:17 UTC
On a clean 5.1 install if /var is a seperate partition anaconda creates an fstab
like: /dev/rootvg/varlogvol   /var/log                ext3    defaults,_netdev 1 2

This has the result of /var getting mounted much later in the boot sequence and
you get errors like the following:
Setting clock  (utc): Fri May  9 01:44:57 BST 2008 [  OK  ]
Starting udev: [  OK  ]
Setting hostname foobar.localhost:  [  OK  ]
Setting up Logical Volume Management:   7 logical volume(s) in volume group
"rootvg" now active [  OK  ]
Checking filesystems
Checking all file systems. [  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
Enabling local filesystem quotas:  [  OK  ]
touch: cannot touch `/var/lib/random-seed': No such file or directory
chmod: cannot access `/var/lib/random-seed': No such file or directory
/etc/rc.d/rc.sysinit: line 849: /var/run/utmp: No such file or directory
touch: cannot touch `/var/log/wtmp': No such file or directory
....
Starting NFS statd: statd: Could not chdir: No such file or directory [FAILED]
Starting system message bus: Could not create file /var/lib/dbus/machine-id: No
such file or directory
Failed to start message bus: Failed to bind socket
"/var/run/dbus/system_bus_socket": No such file or directory [FAILED]
....
Checking network-attached filesystems
...
/dev/rootvg/varvol: clean, 312/1048576 files, 108548/1048576 blocks
....

Bug #244994 is responsible for the change but it's not clear why the change was
introduced since the bug #238143 isn't visible.

It's been a while since I tried 5.0 but I am pretty sure that it worked fine
there so this is a regression.

Comment 1 Chris Lumens 2009-09-02 20:53:10 UTC

*** This bug has been marked as a duplicate of bug 485478 ***