| Summary: | swap space mentioned in fstab is not used | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Harald Hoyer <harald> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Dolezal <todoleza> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | bruno, dennis, johannbg, lnykryn, mbanas, msekleta, nonamedotc, plautrba, salinasv, systemd-maint-list, systemd-maint, todoleza, vpavlin, zbyszek |
| Target Milestone: | beta | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-207-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1008604 | Environment: | |
| Last Closed: | 2014-06-13 11:07:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1008604 | ||
| Bug Blocks: | |||
|
Description
Harald Hoyer
2013-09-16 22:30:10 UTC
systemd-207-2.fc21.i686 fixed this for me in rawhide. It looks this one is duplicated of https://bugzilla.redhat.com/show_bug.cgi?id=1008604 This patch should be included in the last build. VERIFIED, swap is active after reboot using luks partition encryption pkg: systemd-207-8.el7.x86_64 verification output: # swapon -s Filename Type Size Used Priority /dev/dm-0 partition 836604 0 -1 # systemctl | grep swap dev-dm\x2d0.swap loaded active active /dev/dm-0 swap.target loaded active active Swap # cat /etc/fstab <(echo ----) /etc/crypttab <comment ommited> /dev/mapper/luks-538eccdc-4872-4e87-bd13-6d81f20577fc / xfs defaults,x-systemd.device-timeout=0 1 1 UUID=58c8d68b-00d3-4f92-b025-e6df6ec1f5f2 /boot xfs defaults 1 2 /dev/mapper/luks-7849872c-b4fe-4d9e-a395-de40e2bc7daa swap swap defaults,x-systemd.device-timeout=0 0 0 ---- luks-7849872c-b4fe-4d9e-a395-de40e2bc7daa UUID=7849872c-b4fe-4d9e-a395-de40e2bc7daa none luks-538eccdc-4872-4e87-bd13-6d81f20577fc UUID=538eccdc-4872-4e87-bd13-6d81f20577fc none This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |