diff options
author | Martin Schwenke <martin@meltin.net> | 2015-11-13 15:23:14 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2015-11-16 08:42:11 +0100 |
commit | 74fa62c685069425e6e15783a0eb290e0778ce65 (patch) | |
tree | f92daad43fa682769946f8c0c8580b0c15dda1bb /WHATSNEW.txt | |
parent | 9166c30a41997b8d94222abe551053dacd2ca0fa (diff) | |
download | samba-74fa62c685069425e6e15783a0eb290e0778ce65.tar.gz |
WHATSNEW: Document CTDB tunable change
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f1a1c07f02c..53f7860d489 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -41,6 +41,17 @@ smb.conf changes -------------- ----------- ------- aio max threads New 100 +CTDB changes +------------ + +* The CTDB tunable parameter EventScriptTimeoutCount has been renamed + to MonitorTimeoutCount + + It has only ever been used to limit timed-out monitor events. + + Configurations containing CTDB_SET_EventScriptTimeoutCount=<n> will + cause CTDB to fail at startup. Useful messages will be logged. + KNOWN ISSUES ============ |