aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-03-23 18:57:09 -0700
committerTheodore Ts'o <tytso@mit.edu>2018-08-05 14:43:12 -0400
commit5ce368f07cb2e53d8b6d5aaeaa3ca47029c8a1d6 (patch)
treecf6074d9cf26d040103b805beef3e6f63da65182 /util
parent2b17b98e41180d17b4916a9e13a2a891906653a7 (diff)
downloade2fsprogs-5ce368f07cb2e53d8b6d5aaeaa3ca47029c8a1d6.tar.gz
e2scrub: create online fsck tool of sorts
Implement online fsck for ext* filesystems which live on LVM-managed logical volumes. The basic strategy mirrors that of e2croncheck -- create a snapshot, fsck the snapshot, report whatever errors appear, remove snapshot. Unlike e2croncheck, this utility accepts any LVM device path, knows about snapshots running out of space, and can call fstrim having validated that the fs metadata is ok. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/subst.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/subst.conf.in b/util/subst.conf.in
index fbc044dc..6bf658d9 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -2,6 +2,7 @@ AWK @AWK@
SED @SED@
E2FSPROGS_MONTH @E2FSPROGS_MONTH@
E2FSPROGS_YEAR @E2FSPROGS_YEAR@
+E2FSPROGS_DATE @E2FSPROGS_DATE@
E2FSPROGS_VERSION @E2FSPROGS_VERSION@
SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
SIZEOF_LONG @SIZEOF_LONG@
@@ -18,3 +19,5 @@ $prefix @prefix@
JDEV
# Enable the documentation for the tdb profile in e2fsck.conf's man page
TDB_MAN_COMMENT @TDB_MAN_COMMENT@
+root_sbindir @root_sbindir@
+root_bindir @root_bindir@