]> sourceware.org Git - lvm2.git/commit
dbus: add notification from commands
authorDavid Teigland <teigland@redhat.com>
Mon, 22 Feb 2016 15:42:03 +0000 (09:42 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Mar 2016 16:06:09 +0000 (10:06 -0600)
commit2d5dc6512e10924ab68e6a139081d7121bc3f7d6
treed2c193c84be87fb97d9bae009ae7af79dcc1b927
parent18cf5e8e6758db59c9413bd9c9abcc183c49293d
dbus: add notification from commands

When a command modifies a PV or VG, or changes the
activation state of an LV, it will send a dbus
notification when the command is finished.  This
can be enabled/disabled with a config setting.
17 files changed:
WHATS_NEW
configure.in
include/.symlinks.in
lib/Makefile.in
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/config/config_settings.h
lib/config/defaults.h
lib/log/log.h
lib/metadata/metadata.c
lib/notify/lvmnotify.c [new file with mode: 0644]
lib/notify/lvmnotify.h [new file with mode: 0644]
tools/lvmcmdline.c
tools/pvchange.c
tools/pvresize.c
tools/toollib.c
tools/tools.h
This page took 0.039464 seconds and 5 git commands to generate.