]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - scrub/e2scrub.conf.in
libext2fs: fix potential divide by zero bug caused by a lxcfs bug
[thirdparty/e2fsprogs.git] / scrub / e2scrub.conf.in
CommitLineData
5ce368f0
DW
1# e2scrub configuration file
2
f63a7add
TT
3# Uncomment to enable automatic periodic runs of e2scrub_all
4# (either via cron or via a systemd timer)
5# periodic_e2scrub=1
6
48cc0079
TT
7# e-mail destination used by e2scrub_fail when problems are found with
8# the file system.
9# recipient=root
10
11# e-mail sender used by e2scrub_fail when problems are found with
12# the file system.
13# sender=e2scrub@host.domain.name
14
5ce368f0
DW
15# Snapshots will be created to run fsck; the snapshot will be of this size.
16# snap_size_mb=256
17
18# Set this to 1 to enable fstrim for everyone.
19# fstrim=0
20
21# Arguments passed into e2fsck.
22# e2fsck_opts="-vtt"
a089aec3
DW
23
24# Set this to 1 to have e2scrub_all scrub all LVs, not just the mounted ones.
25# scrub_all=0