![]() |
VOOZH | about |
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| curtin |
Fix Released
|
Medium
|
Dan Bungert | ||
In investigating cloud-init bug 1717477 and wondering why our vmtest didn't have this problem, Ryan found that we set 'fs_freq' and 'fs_pass' entries to '0 0' in our /etc/fstab lines.
0 means "do not fsck" which can't really be good for long lived systems.
Per fstab(5):
The fifth field (fs_freq).
This field is used by dump(8) to determine which filesystems need
to be dumped. Defaults to zero (don't dump) if not present.
The sixth field (fs_passno).
This field is used by fsck(8) to determine the order in which
filesystem checks are done at boot time. The root filesystem
should be specified with a fs_passno of 1. Other filesystems
should have a fs_passno of 2. Filesystems within a drive will be
checked sequentially, but filesystems on different drives will be
checked at the same time to utilize parallelism available in the
hardware. Defaults to zero (don't fsck) if not present.
| Changed in curtin: | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| tags: | added: fr-1170 |
| Changed in curtin: | |
| assignee: | nobody → Dan Bungert (dbungert) |
Bug watches keep track of this bug in other bug trackers.