Whamcloud - gitweb
e2scrub: make e2scrub_fail's e-mail addresses be configurable
[tools/e2fsprogs.git] / scrub / e2scrub.conf.in
1 # e2scrub configuration file
2
3 # e-mail destination used by e2scrub_fail when problems are found with
4 # the file system.
5 # recipient=root
6
7 # e-mail sender used by e2scrub_fail when problems are found with
8 # the file system.
9 # sender=e2scrub@host.domain.name
10
11 # Snapshots will be created to run fsck; the snapshot will be of this size.
12 # snap_size_mb=256
13
14 # Set this to 1 to enable fstrim for everyone.
15 # fstrim=0
16
17 # Arguments passed into e2fsck.
18 # e2fsck_opts="-vtt"
19
20 # Set this to 1 to have e2scrub_all scrub all LVs, not just the mounted ones.
21 # scrub_all=0