From 2243718faef6ae371d7ebb8e70addb23cd062ca0 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 1 Jul 2011 14:09:19 +0000 Subject: Add framework for validation of ioctls. Doesn't do any checks yet. dmsetup --checks libdevmapper: dm_task_enable_checks() lvm.conf: activation/checks=1 --- doc/example.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/example.conf.in') 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 -- cgit