Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1855464

Summary: how to create and activate swapfiles post-install
Product: [Retired] Fedora Documentation Reporter: Chris Murphy <bugzilla>
Component: docs-requestsAssignee: Chris Murphy <bugzilla>
Status: CLOSED DEFERRED QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: nobody, pbokoc, sparks, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-05-31 12:51:15 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:
Embargoed:

Description Chris Murphy 2020-07-09 23:12:54 UTC
This feature means by default there will be no swap partition by default
https://fedoraproject.org/wiki/Changes/SwapOnZRAM

Some folks might want/need disk based swap.

swapfiles:
pros: easy to setup; no reboot required; supported on btrfs, ext4, xfs; removable
cons: hibernation is sketchy. it should work on ext4, might work on xfs, does not work on btrfs (it can but requires a tool to find an offset, due to the lack of a standard interface across all file systems, for automatically finding the offset)
https://lore.kernel.org/linux-btrfs/20200127192548.GA683123@vader/

partition:
pros: no limitations
cons: takes up space, isn't resizeable; more complicated/risky to create; requires reboot.

Notes:
The installer's custom partitioning will continue to permit the creation of a swap partition and will configure for hibernation.

Comment 1 Chris Murphy 2020-07-09 23:19:37 UTC
Badgering requested.