Bug 840298
| Summary: | fsck-root.service ignores passno field of the root file system in /etc/fstab | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Francesco Frassinelli (frafra) <fraph24> | ||||
| Component: | systemd | Assignee: | systemd-maint | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | johannbg, lnykryn, lpoetter, metherid, mschmidt, msekleta, notting, plautrba, systemd-maint, zbyszek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-25 03:11:40 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: | |||||||
| Attachments: |
|
||||||
|
Description
Francesco Frassinelli (frafra)
2012-07-15 14:15:11 UTC
Please attach a debug log (dmesg.txt) produced by following these instructions: http://freedesktop.org/wiki/Software/systemd/Debugging#If_You_Can_Get_a_Shell Created attachment 598465 [details] Produced according to http://freedesktop.org/wiki/Software/systemd/Debugging#If_You_Can_Get_a_Shell This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. 1. Set the last value of /etc/fstab to "0" for root partition Works for me. fstab-generator ignores lines with passno=0 in /etc/fstab and -.mount generated by fstab-generator is only thing that pull systemd-fsck-root.service in. 2. Use tune2fs -c 30 -i 30 /dev/sda2 (where sda2 is /) This is in the realm of /sbin/fsck.ext4 itself. 3. disable fsck-root.service You can mask it. 4. boot with fsck.mode=skip systemd-fsck program tests for this. In the boot log that you attached, systemd-fsck is run, but it exits quickly. There's nothign to suggest that it actually called fsck.ext4. I think that there's no bug here now. I haven't verified that nothing changed between 44 and now, but I don't think so. At least checking for fsck.skip looks exactly the same. Please reopen if something still doesn't work. |