Ticket #7 (assigned defect)
Resize swap files on-the-fly
| Reported by: | jtv | Owned by: | jtv |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | component1 | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Why can GNU/Linux resize several types of filesystem but not a swap filesystem?
Looking at mm/swapfile.` in the 2.6.10 kernel source, it's hard to escape the impression that this was supposed to be supported all along. In-core swapfile metadata is always allocated to support the maximum swapfile size as far as I can see, and the way extents of swap space are added into this structure already looks as if the file is being expanded from a working state.
Change History
Note: See
TracTickets for help on using
tickets.
