]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: stick-table: amend paragraph blaming the loss of table upon reload
authorBaptiste Assmann <bedis9@gmail.com>
Sun, 6 Mar 2016 22:29:28 +0000 (23:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 30 Mar 2016 15:11:45 +0000 (17:11 +0200)
This statement is not true anymore since we have the peers in HAProxy.

backport: 1.6 and above

doc/configuration.txt

index 42faa56d4694956f120d2b0bff8b7ddc19b78d0e..7caf5f574cb82082cb71c2cc7cdb71078f6f7ae5 100644 (file)
@@ -8221,8 +8221,9 @@ stick-table type {ip | integer | string [len <length>] | binary [len <length>]}
 
   It is important to understand that stickiness based on learning information
   has some limitations, including the fact that all learned associations are
-  lost upon restart. In general it can be good as a complement but not always
-  as an exclusive stickiness.
+  lost upon restart unless peers are properly configured to transfer such
+  information upon restart (recommended). In general it can be good as a
+  complement but not always as an exclusive stickiness.
 
   Last, memory requirements may be important when storing many data types.
   Indeed, storing all indicators above at once in each entry requires 116 bytes