[PATCH 2/6] CLEANUP: extract temporary $BIN to eliminate duplication

2015-02-23 Thread Adam Spiers
Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index ae3ac0f..938721c 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -32,20

[PATCH 0/6] haproxy.init clean-ups and reload fix

2015-02-23 Thread Adam Spiers
in Paris but ran out of time for a proper meeting ... Adam Spiers (6): CLEANUP: extract temporary $CFG to eliminate duplication CLEANUP: extract temporary $BIN to eliminate duplication CLEANUP: extract temporary $PIDFILE to eliminate duplication CLEANUP: extract temporary $LOCKFILE

[PATCH 3/6] CLEANUP: extract temporary $PIDFILE to eliminate duplication

2015-02-23 Thread Adam Spiers
Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index 938721c..2bed3eb 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -37,6 +37,8

[PATCH 1/6] CLEANUP: extract temporary $CFG to eliminate duplication

2015-02-23 Thread Adam Spiers
Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index 942d959..ae3ac0f 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -32,19

[PATCH 5/6] CLEANUP: extract quiet_check() to avoid duplication

2015-02-23 Thread Adam Spiers
Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index 67268eb..bf13b15 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -43,7 +43,7

[PATCH 6/6] BUG/MINOR: don't start haproxy on reload

2015-02-23 Thread Adam Spiers
-world issue we saw in SUSE Cloud. Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 4 1 file changed, 4 insertions(+) diff --git a/examples/haproxy.init b/examples/haproxy.init index bf13b15..d02c367 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -78,6

[PATCH 4/6] CLEANUP: extract temporary $LOCKFILE to eliminate duplication

2015-02-23 Thread Adam Spiers
Signed-off-by: Adam Spiers aspi...@suse.com --- examples/haproxy.init | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/haproxy.init b/examples/haproxy.init index 2bed3eb..67268eb 100644 --- a/examples/haproxy.init +++ b/examples/haproxy.init @@ -38,6 +38,7

trying to understand sticky counters

2017-04-11 Thread Adam Spiers
Hi all, I've pored over the Configuration Manual again and again, and I'm still struggling to fully understand sticky counters. This paragraph seems to hold some important information: Once a "track-sc*" rule is executed, the key is looked up in the table and if it is not found, an entry

[PATCH] DOC: stick-table is available in frontend sections

2017-04-06 Thread Adam Spiers
Fix the proxy keywords matrix to reflect that it's permitted to use stick-table in frontend sections. Signed-off-by: Adam Spiers <aspi...@suse.com> --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt