(Created page with " {{admon/important | Set a Page Watch| Make sure you click ''watch'' on your new page so that you are notified of changes to it by others, including the Feature Wrangler}} {{adm...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{admon/important | Set a Page Watch| Make sure you click ''watch'' on your new page so that you are notified of changes to it by others, including the Feature Wrangler}} | {{admon/important | Set a Page Watch| Make sure you click ''watch'' on your new page so that you are notified of changes to it by others, including the Feature Wrangler}} | ||
Line 23: | Line 22: | ||
We'd like to mount a tmpfs on /tmp by default, but still allow administrators to opt out from this. | We'd like to mount a tmpfs on /tmp by default, but still allow administrators to opt out from this. | ||
Solaris has been doing this since 1994. Debian's development distribution does the same. Ubuntu has plans | Solaris has been doing this since 1994. Other Unixes, too. Debian's development distribution does the same. Ubuntu has plans for their 12.10 release. | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
By implementing this we generate less IO on disks. This increases SSD lifetime and makes things a bit faster. | |||
/tmp is automatically flushed at boot. | |||
Bring Fedora closer to commercial Unixes and other Linux distributions. | |||
Bring Fedora systems closer to stateless, read-only root by default systems- | |||
== Scope == | == Scope == | ||
systemd upstream needs a minimal change to ship a mount unit for /tmp by default. | |||
We might need to patch a couple of packages not to store big files and files needing boot persistance in /tmp, but rather in /var/tmp. This work has already been started by Debian. | |||
== How To Test == | == How To Test == |
Revision as of 17:20, 22 March 2012
/tmp on tmpfs
Summary
We'd like to mount a tmpfs on /tmp by default. (Administrators can override this)
Owner
- Name: Lennart Poettering
- Email: lennart at poettering dot net
- Name: Kay Sievers
- Email: lennart at poettering dot net
Current status
- Targeted release: Fedora 18
- Last updated: 2012-03-22
- Percentage of completion: 0%
Detailed Description
We'd like to mount a tmpfs on /tmp by default, but still allow administrators to opt out from this.
Solaris has been doing this since 1994. Other Unixes, too. Debian's development distribution does the same. Ubuntu has plans for their 12.10 release.
Benefit to Fedora
By implementing this we generate less IO on disks. This increases SSD lifetime and makes things a bit faster.
/tmp is automatically flushed at boot.
Bring Fedora closer to commercial Unixes and other Linux distributions.
Bring Fedora systems closer to stateless, read-only root by default systems-
Scope
systemd upstream needs a minimal change to ship a mount unit for /tmp by default.
We might need to patch a couple of packages not to store big files and files needing boot persistance in /tmp, but rather in /var/tmp. This work has already been started by Debian.