[Bug 246201] fsck: Does not honour /etc/fstab "failok" option (mount does)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jan 2022 22:20:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246201 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=fe7121ec5b8b1c98c2933902be7aef1850030154 commit fe7121ec5b8b1c98c2933902be7aef1850030154 Author: Kirk McKusick <mckusick@FreeBSD.org> AuthorDate: 2021-12-16 00:51:55 +0000 Commit: Kirk McKusick <mckusick@FreeBSD.org> CommitDate: 2022-01-02 22:12:14 +0000 Update fsck(8) to ignore failures from a check program for a filesystem when the fstab(5) entry for the filesystem has the "failok" attribute. PR: 246201 Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D33424 (cherry picked from commit c72372c693b36058b58a525981e833515ce8e441) sbin/fsck/fsck.c | 3 +++ sbin/fsck/fsutil.c | 39 +++++++++++++++++++++++++++++++++++++++ sbin/fsck/fsutil.h | 7 +++---- sbin/fsck/preen.c | 24 +++++++++++++++--------- 4 files changed, 60 insertions(+), 13 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.