Blame SOURCES/e2fsprogs-1.43.4-tune2fs-edit-dire-warning-about-check-intervals.patch

98901c
From 2f121a201133bf6b8efeda5d898c938d12bd6f65 Mon Sep 17 00:00:00 2001
98901c
From: Eric Sandeen <sandeen@redhat.com>
98901c
Date: Sun, 23 Jul 2017 18:34:57 -0400
98901c
Subject: [PATCH] tune2fs: edit dire warning about check intervals
98901c
98901c
Time & mount-count based checks have been off by default for quite some
98901c
time now, but the dire warning about disabling them remains in the
98901c
tune2fs manpage, which is confusing.  We did "strongly consider
98901c
the consequences" and disabled it by default, no need to scare the
98901c
user about it now.  Inform the user of the consequences in a more
98901c
measured tone.
98901c
98901c
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
98901c
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
98901c
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
98901c
---
98901c
 misc/tune2fs.8.in | 15 ++++++---------
98901c
 1 file changed, 6 insertions(+), 9 deletions(-)
98901c
98901c
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
98901c
index e07da28..8949f64 100644
98901c
--- a/misc/tune2fs.8.in
98901c
+++ b/misc/tune2fs.8.in
98901c
@@ -122,7 +122,9 @@ Staggering the mount-counts at which filesystems are forcibly
98901c
 checked will avoid all filesystems being checked at one time
98901c
 when using journaled filesystems.
98901c
 .sp
98901c
-You should strongly consider the consequences of disabling
98901c
+Mount-count-dependent checking is disabled by default to avoid
98901c
+unanticipated long reboots while e2fsck does its work.  However,
98901c
+you may wish to consider the consequences of disabling
98901c
 mount-count-dependent checking entirely.  Bad disk drives, cables,
98901c
 memory, and kernel bugs could all corrupt a filesystem without
98901c
 marking the filesystem dirty or in error.  If you are using
98901c
@@ -277,15 +279,10 @@ as months, and
98901c
 .B w
98901c
 as weeks.  A value of zero will disable the time-dependent checking.
98901c
 .sp
98901c
-It is strongly recommended that either
98901c
+There are pros and cons to disabling these periodic checks; see the
98901c
+discussion under the
98901c
 .B \-c
98901c
-(mount-count-dependent) or
98901c
-.B \-i
98901c
-(time-dependent) checking be enabled to force periodic full
98901c
-.BR e2fsck (8)
98901c
-checking of the filesystem.  Failure to do so may lead to filesystem
98901c
-corruption (due to bad disks, cables, memory, or kernel bugs) going
98901c
-unnoticed, ultimately resulting in data loss or corruption.
98901c
+(mount-count-dependent check) option for details.
98901c
 .TP
98901c
 .B \-j
98901c
 Add an ext3 journal to the filesystem.  If the 
98901c
-- 
98901c
2.7.5
98901c