]> sourceware.org Git - lvm2.git/commit
notify: Fix hang with lvm shell & --enable-notify-dbus
authorTony Asleson <tasleson@redhat.com>
Fri, 12 Aug 2016 19:31:06 +0000 (14:31 -0500)
committerTony Asleson <tasleson@redhat.com>
Fri, 12 Aug 2016 19:36:43 +0000 (14:36 -0500)
commit0973d6e3314cc0f0ff1e5024feb131c2187d97f2
treedca4b8bd3149f2c9b36a21c11a6f108c442b824d
parenta185a2bea27db7cbd8b19df1bb85307fc5c246eb
notify: Fix hang with lvm shell & --enable-notify-dbus

When lvm is compiled with --enable-notify-dbus and a user uses lvm
shell, after they issue 200+ commands the lvm shell will hang for
~30 seconds trying to notify the lvm dbus service that a change
has occurred.  This appears to be caused by resource exhaustion,
because the sockets used for dbus communication are not be closed.
lib/notify/lvmnotify.c
This page took 0.039564 seconds and 5 git commands to generate.