1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/libdaemon/server
Alasdair G Kergon 84394c0219 lvmetad: extend socket/pid file handling
Make it easier to run a live lvmetad in debugging mode and
to avoid conflicts if multiple test instances need to be run
alongside a live one.

No longer require -s when -f is used: use built-in default.
Add -p to lvmetad to specify the pid file.
No longer disable pidfile if -f used to run in foreground.
If specified socket file appears to be genuine but stale, remove it
before use.
On error, only remove lvmetad socket file if created by the same
process.  (Previous code removes socket even while a running instance
is using it!)
2013-11-29 20:56:29 +00:00
..
daemon-log.c cleanup: use matching signed types 2013-11-28 12:47:51 +01:00
daemon-log.h lvmetad: rename DEBUG() to DEBUGLOG() 2012-10-15 14:20:11 +01:00
daemon-server.c lvmetad: extend socket/pid file handling 2013-11-29 20:56:29 +00:00
daemon-server.h cleanup: add printf attribute 2013-04-21 23:14:05 +02:00
Makefile.in libdaemon: Draft logging infrastructure. 2012-08-08 09:44:19 +02:00