|
Bugzilla – Full Text Bug Listing |
| Summary: | swap on LVM: resume doesn't work | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Ulrich Windl <Ulrich.Windl> |
| Component: | Basesystem | Assignee: | Pavel Machek <pavel> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | hare, lmb |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ulrich Windl
2006-03-06 11:42:13 UTC
We have had some fun with device mapper and swap on it before for suspend. Now, we have ability to trigger resume anywhere in initrd, as long as filesystems are not mounted. Unfortunately if you activate your swap using fstab... that seems like same time as mounting and too late... You could be able to rearrange init scripts somehow, but for now I'd say it is unsupported. I noticed that the error message is not captured in boot.msg, so here are some final words: The boot arguments are like this: <5>Kernel command line: root=/dev/sysVG/rootLV vga=0x317 selinux=0 resume=/dev/sysVG/swapLV splash=silent During boot when the device mapper is loaded the swap device doesn't seem "to appear" (for resume to work). Later it's added via /etc/fstab: <6>Adding 2097144k swap on /dev/sysVG/swapLV. Priority:-1 extents:1 |