summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index dc4ac0b6..a7219846 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -411,6 +411,12 @@ global {
}
activation {
+ # Set to 1 to perform internal checks on the operations issued to
+ # libdevmapper. Useful for debugging problems with activation.
+ # Some of the checks may be expensive, so it's best to use this
+ # only when there seems to be a problem.
+ checks = 0
+
# Set to 0 to disable udev synchronisation (if compiled into the binaries).
# Processes will not wait for notification from udev.
# They will continue irrespective of any possible udev processing