[pve-devel] [PATCH ha-manager 0/5] remove systemd sock unit from watchdog-mux and some small fixes

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Jan 11 13:20:13 CET 2016


This series removes the system watchdog-mux.socket unit file which could cause problems where a program could open and update the watchdog socket even if the watchdog-mux itself was not running.

The main part happens in the first patch, the others are mostly cleanups/small fixes

Thomas Lamprecht (5):
  remove watchdog-mux.socket
  small cleanup
  output watchdog module name if it gets loaded
  free cmd pointer after it's execution
  always update the watchdog when getting an agent lock

 debian/postinst            | 46 ++++++++++++++++++++++++++++
 debian/watchdog-mux.socket | 10 -------
 src/Makefile               |  2 +-
 src/PVE/HA/CRM.pm          |  7 +++--
 src/PVE/HA/LRM.pm          |  7 +++--
 src/watchdog-mux.c         | 75 +++++++++++++++++-----------------------------
 6 files changed, 83 insertions(+), 64 deletions(-)
 create mode 100755 debian/postinst
 delete mode 100644 debian/watchdog-mux.socket

-- 
2.1.4





More information about the pve-devel mailing list