summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-07-01 14:09:19 +0000
committerAlasdair Kergon <agk@redhat.com>2011-07-01 14:09:19 +0000
commit2243718faef6ae371d7ebb8e70addb23cd062ca0 (patch)
tree97821946502435ad7d059ea9f4d22e35e0167b67 /doc
parentb3c42d7cc1f51c4c66fe09ec6049ff7d8ee2f0bf (diff)
downloadlvm2-2243718faef6ae371d7ebb8e70addb23cd062ca0.tar.gz
lvm2-2243718faef6ae371d7ebb8e70addb23cd062ca0.tar.xz
lvm2-2243718faef6ae371d7ebb8e70addb23cd062ca0.zip
Add framework for validation of ioctls. Doesn't do any checks yet.
dmsetup --checks libdevmapper: dm_task_enable_checks() lvm.conf: activation/checks=1
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