1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Tony Asleson 20b21f4fd8 lvmdbusd: Fix hang for Job.Wait(n)
When a client is doing a wait on a job, any other clients will hang
when trying to do anything with the service.  This is caused by
the wait code which  was placing the thread that handles
incoming dbus requests to sleep until either the timeout expired or
the job operation completed.

This change creates a thread for the wait request, so that the thread
processing incoming requests can continue to run.
2016-07-28 11:13:29 -05:00
..
clvmd gcc: cleanup Wunused-const-variable 2016-02-23 14:41:24 +01:00
cmirrord cleanup: add extra test for argc==0 2016-07-01 00:44:48 +02:00
dmeventd dmeventd: improved logged messages from thin plugin 2016-07-04 17:40:24 +02:00
lvmdbusd lvmdbusd: Fix hang for Job.Wait(n) 2016-07-28 11:13:29 -05:00
lvmetad lvmetad: free memory on exit 2016-07-18 11:31:00 -05:00
lvmlockd lvmlockd: improve error message about missing global lock 2016-07-25 14:49:01 -05:00
lvmpolld cleanup: drop unused assignments 2016-07-01 00:44:48 +02:00
Makefile.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00