mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-12 07:33:16 +03:00
vgscan: add --notifydbus to send a notification
This command option can be used to trigger a D-Bus notification independent of the usual notifications that are sent from other commands as an effect of changes to PV/VG/LV state. If lvm is not built with dbus notification support or if notify_dbus is disabled in the config, this command will exit with an error.
This commit is contained in:
@@ -1390,11 +1390,12 @@ xx(vgscan,
|
||||
"\t[-h|--help]\n"
|
||||
"\t[--ignorelockingfailure]\n"
|
||||
"\t[--mknodes]\n"
|
||||
"\t[--notifydbus]\n"
|
||||
"\t[-P|--partial]\n"
|
||||
"\t[-v|--verbose]\n"
|
||||
"\t[--version]\n",
|
||||
|
||||
cache_long_ARG, ignorelockingfailure_ARG, mknodes_ARG, partial_ARG)
|
||||
cache_long_ARG, ignorelockingfailure_ARG, mknodes_ARG, notifydbus_ARG, partial_ARG)
|
||||
|
||||
xx(vgsplit,
|
||||
"Move physical volumes into a new or existing volume group",
|
||||
|
Reference in New Issue
Block a user