Bug 435697
Summary: | No swap in diskless environment | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Ondrej Valousek <ondrejv> |
Component: | system-config-netboot | Assignee: | Jaroslav Reznik <jreznik> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.6 | ||
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: | 2010-04-06 11:21:25 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
Ondrej Valousek
2008-03-03 13:21:06 UTC
It turned out, that the hardware initialization is too early followed by the attempt to active the swap so that the necessary block device in /dev is not yet created. The simple workaround to this problem is adding some small delay (sleep 5 in my case seems to be sufficient) to the /etc/rc.d/rc.sysinit startup script before activating the swap. Ondrej System-config-netboot is now in maintenance mode only, no further development is planned for RHEL 4.x. Closing as WONTFIX. I'm not sure about exact sleep time before swap activation. |