Whamcloud - gitweb
LU-13797 e2fsck: quiet 'extent tree could be narrower' 52/40952/2
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 12 Dec 2020 10:17:18 +0000 (03:17 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 14 Dec 2020 19:04:56 +0000 (19:04 +0000)
commit502f2e17bd5b91ef1b53bc2387904c70380641e5
tree3b0ee7e0c3223da349ace9159056c3f3c8f359fc
parent3bdf8ca2e409773892002327b188a32c3f302601
LU-13797 e2fsck: quiet 'extent tree could be narrower'

The "extent tree (at level 1) could be narrower" message is
overly verbose and raises concerns by end users, even though
it is harmless.  On the flip side, this may save only a few
hundred blocks in the filesystem for a short period of time,
so there is relatively little benefit to be had.

Disable the extent optimization step in e2fsck by default by
adding the "no_optimize_extents" option to e2fsck.conf.

Change-Id: I0cee9407ef0653c3b946908513f3429816b89548
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/40952
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
e2fsck.conf