[Linux-ha-dev] [PATCH 3/4] ldirectord: handle the output of ipvsadm when using an IPv6 fwmark

2011-04-09 Thread Simon Horman
From: Sohgo Takeuchi Signed-off-by: Simon Horman --- ldirectord/ldirectord.in | 45 + 1 files changed, 29 insertions(+), 16 deletions(-) diff --git a/ldirectord/ldirectord.in b/ldirectord/ldirectord.in index 22d8294..5e92d5f 100644 --- a/ldirectord

[Linux-ha-dev] [PATCH 2/4] ldirectord: remove duplicate assignment of virtual_id

2011-04-09 Thread Simon Horman
From: Ferenc Wagner This allows IPv4 and IPv6 services to use the same fwmark. Signed-off-by: Simon Horman --- ldirectord/ldirectord.in | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ldirectord/ldirectord.in b/ldirectord/ldirectord.in index ee3f050..22d8294 1

[Linux-ha-dev] [GIT PULL] ldirectord

2011-04-09 Thread Simon Horman
Hi Lars, Please consider pylling git://github.com/horms/resource-agents.git master to get the following changes. Ferenc Wagner (1): ldirectord: remove duplicate assignment of virtual_id Ivan Havlicek (1): ldirectord: Ignore forking in Net::DNS Sohgo Takeuchi (2): ldirectord: a

[Linux-ha-dev] [PATCH 1/4] ldirectord: add a support of "netmask" directive for IPv6

2011-04-09 Thread Simon Horman
From: Sohgo Takeuchi Signed-off-by: Simon Horman --- ldirectord/ldirectord.in | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ldirectord/ldirectord.in b/ldirectord/ldirectord.in index 888784d..ee3f050 100644 --- a/ldirectord/ldirectord.in +++ b/ldirecto

[Linux-ha-dev] [PATCH 4/4] ldirectord: Ignore forking in Net::DNS

2011-04-09 Thread Simon Horman
From: Ivan Havlicek When I use ldirector with fork enabled in /etc/ldirectord.conf: fork=yes the function check_dns needs to ignore the SIGCHILD otherwise ldirectord try to spawn a new child infinitely. Signed-off-by: Simon Horman --- ldirectord/ldirectord.in |2 ++ 1 files changed, 2 ins