summaryrefslogtreecommitdiff
path: root/lib/config/config_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config/config_settings.h')
-rw-r--r--lib/config/config_settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 12911091c..c589ce2ae 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -995,6 +995,11 @@ cfg(global_use_lvmpolld_CFG, "use_lvmpolld", global_CFG_SECTION, 0, CFG_TYPE_BOO
"and to use its own control group. When this option is disabled, LVM\n"
"commands will supervise long running operations by forking themselves.\n")
+cfg(global_notify_dbus_CFG, "notify_dbus", global_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_NOTIFY_DBUS, vsn(2, 2, 145), NULL, 0, NULL,
+ "Enable D-Bus notification from LVM commands.\n"
+ "When enabled, an LVM command that changes PVs, changes VG metadata,\n"
+ "or changes the activation state of an LV will send a notification.\n")
+
cfg(activation_udev_sync_CFG, "udev_sync", activation_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_UDEV_SYNC, vsn(2, 2, 51), NULL, 0, NULL,
"Use udev notifications to synchronize udev and LVM.\n"
"The --nodevsync option overrides this setting.\n"