Whamcloud - gitweb
e2fsck: add e2fsck.conf options for extra reporting
authorTheodore Ts'o <tytso@mit.edu>
Sun, 29 Jul 2012 21:44:11 +0000 (17:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Jul 2012 21:44:11 +0000 (17:44 -0400)
commitc0a849660d1aea86b9f3ff986aae7b705a059e3e
tree4a4ff2c5199f5b44b430ce9859fca4802716706c
parent3aa8f60aaedd2e467cae690274c70c3d9835802b
e2fsck: add e2fsck.conf options for extra reporting

Add report_time, report_verbose, and report_features options to
e2fsck.conf which enable additional, more verbose reporting by e2fsck.
This is useful for large cloud installations where there are a large
number file systems being managed, and where it may not be obvious
from the e2fsck log files exactly how a particular file system is
configured.

The report_time and report_verbose options, which are the same as the
-tt and -v command line options, respectively, are useful because they
are options specific to e2fsck, and the fsck program does not have a
way of passing certain options only to a specific /sbin/fsck.<fstype>
program.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/e2fsck.conf.5.in
e2fsck/unix.c