summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-03-11 00:19:16 +0000
committerAlasdair G Kergon <agk@redhat.com>2016-03-11 00:19:16 +0000
commit2159a1429d65adb824e67a1577625663d910516e (patch)
treeba06c0514c7f4237b79ea6f9cf1004bac9687291 /conf
parent6807eb88634fd0db95cdccbbc65570b2d96c989a (diff)
downloadlvm2-2159a1429d65adb824e67a1577625663d910516e.tar.gz
pre-releasev2_02_146
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 975f5145b..a21dd96c3 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -525,7 +525,7 @@ log {
# debug output if the class is listed here. Classes currently
# available: memory, devices, activation, allocation, lvmetad,
# metadata, cache, locking, lvmpolld. Use "all" to see everything.
- debug_classes = [ "memory", "devices", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld" ]
+ debug_classes = [ "memory", "devices", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ]
}
# Configuration section backup.
@@ -1015,6 +1015,12 @@ global {
# and to use its own control group. When this option is disabled, LVM
# commands will supervise long running operations by forking themselves.
use_lvmpolld = @DEFAULT_USE_LVMPOLLD@
+
+ # Configuration option global/notify_dbus.
+ # Enable D-Bus notification from LVM commands.
+ # When enabled, an LVM command that changes PVs, changes VG metadata,
+ # or changes the activation state of an LV will send a notification.
+ notify_dbus = 1
}
# Configuration section activation.
@@ -1840,6 +1846,12 @@ activation {
# Use brackets [] to mark hidden devices.
# This configuration option has an automatic default value.
# mark_hidden_devices = 1
+
+ # Configuration option report/two_word_unknown_device.
+ # Use the two words 'unknown device' in place of '[unknown]'.
+ # This is displayed when the device for a PV is not known.
+ # This configuration option has an automatic default value.
+ # two_word_unknown_device = 0
# }
# Configuration section dmeventd.