All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] multipath systemd integration
@ 2013-11-26 11:41 Hannes Reinecke
  2013-11-26 11:41 ` [PATCH 1/9] Clarify uxsock logging Hannes Reinecke
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Hannes Reinecke @ 2013-11-26 11:41 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: dm-devel

Hi Christophe,

here is now the patchset for systemd integration. As requested
I've implemented a conditional compilation. Whenever systemd
is installed on the system the systemd hooks are compiled in,
or left out if not. I've also pulled the patch for the 'one-shot'
mechanism as Ben Marzinski rightly pointed out issues with
that one. The watchdog implementation has been clarified and
tested; turned out to be a systemd issue where watchdog is only
working properly on later versions of systemd.

Hannes Reinecke (9):
  Clarify uxsock logging
  Use system-provided regex implementation
  multipathd: Add option '-s' to suppress timestamps
  multipathd: switch to socket activation for systemd
  multipathd: use sd_notify() to inform systemd
  multipathd: Implement systemd watchdog integration
  multipathd: enable core dumps for systemd
  multipathd: Read environment variables from systemd
  multipathd: measure path check time

 Makefile.inc                     |    6 +
 libmultipath/Makefile            |    8 +-
 libmultipath/debug.c             |   17 +-
 libmultipath/devmapper.c         |   16 +-
 libmultipath/regex.c             | 4032 --------------------------------------
 libmultipath/regex.h             |  252 ---
 libmultipath/uxsock.c            |   28 +-
 multipath/multipath.conf.5       |    7 +-
 multipathd/Makefile              |   26 +-
 multipathd/main.c                |  109 +-
 multipathd/multipathd.8          |   34 +-
 multipathd/multipathd.service    |   16 -
 multipathd/multipathd.service.in |   18 +
 multipathd/multipathd.socket     |    5 +
 multipathd/uxclnt.c              |    4 +-
 multipathd/uxlsnr.c              |    4 +-
 16 files changed, 228 insertions(+), 4354 deletions(-)
 delete mode 100644 libmultipath/regex.c
 delete mode 100644 libmultipath/regex.h
 delete mode 100644 multipathd/multipathd.service
 create mode 100644 multipathd/multipathd.service.in
 create mode 100644 multipathd/multipathd.socket

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-11-27  7:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 11:41 [PATCH 0/9] multipath systemd integration Hannes Reinecke
2013-11-26 11:41 ` [PATCH 1/9] Clarify uxsock logging Hannes Reinecke
2013-11-26 11:41 ` [PATCH 2/9] Use system-provided regex implementation Hannes Reinecke
2013-11-26 11:41 ` [PATCH 3/9] multipathd: Add option '-s' to suppress timestamps Hannes Reinecke
2013-11-26 11:41 ` [PATCH 4/9] multipathd: switch to socket activation for systemd Hannes Reinecke
2013-11-26 11:41 ` [PATCH 5/9] multipathd: use sd_notify() to inform systemd Hannes Reinecke
2013-11-26 11:41 ` [PATCH 6/9] multipathd: Implement systemd watchdog integration Hannes Reinecke
2013-11-26 18:41   ` Benjamin Marzinski
2013-11-27  7:05     ` Hannes Reinecke
2013-11-26 11:41 ` [PATCH 7/9] multipathd: enable core dumps for systemd Hannes Reinecke
2013-11-26 11:41 ` [PATCH 8/9] multipathd: Read environment variables from systemd Hannes Reinecke
2013-11-26 11:41 ` [PATCH 9/9] multipathd: measure path check time Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.