Summary: |
If swap is enabled in fstab and the admin has run swapoff, swap gets automatically remounted |
Product: |
systemd
|
Reporter: |
jhernberg |
Component: |
general | Assignee: |
systemd-bugs |
Status: |
RESOLVED
FIXED
|
QA Contact: |
systemd-bugs |
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
jhernberg
|
Version: |
unspecified | |
|
Hardware: |
x86-64 (AMD64) | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
systemd debug log to show what happens
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 102799 [details] systemd debug log to show what happens If swap gets enabled in fstab, and consequently gets unmounted by the admin using swapoff, at some unspecified future point in time it will be remounted by systemd. Steps to reproduce: 1. Boot with swap enabled in /etc/fstab 2. Run swapoff -all 3. Run swapon --show (to verify that swap is disabled) 4. Run systemctl daemon-reload 5. Run swapon --show (to show that swap got enabled)