WHATSNEW: CTDB_NATGW_SLAVE_ONLY is no longer used
[kai/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first preview release of Samba 4.4.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
8
9 Samba 4.4 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15 Nothing special.
16
17 NEW FEATURES
18 ============
19
20 Flush requests from SMB2/3 clients are handled asynchronously and do
21 not block the processing of other requests. Note that 'strict sync'
22 has to be set to 'yes' for Samba to honor flush requests from SMB
23 clients.
24
25 WINS nsswitch module
26 ====================
27
28 The WINS nsswitch module has been rewritten to address memory issues and to
29 simplify the code. The module now uses libwbclient to do WINS queries. This
30 means that winbind needs to be running in order to resolve WINS names using
31 the nss_wins module. This does not affect smbd.
32
33 ######################################################################
34 Changes
35 #######
36
37 smb.conf changes
38 ----------------
39
40   Parameter Name                Description             Default
41   --------------                -----------             -------
42   aio max threads               New                     100
43
44 CTDB changes
45 ------------
46
47 * Configuration variable CTDB_NATGW_SLAVE_ONLY is no longer used.
48   Instead, nodes should be annotated with the "slave-only" option in
49   the CTDB NAT gateway nodes file.  This file must be consistent
50   across nodes in a NAT gateway group.  See ctdbd.conf(5) for more
51   details.
52
53 * The CTDB tunable parameter EventScriptTimeoutCount has been renamed
54   to MonitorTimeoutCount
55
56   It has only ever been used to limit timed-out monitor events.
57
58   Configurations containing CTDB_SET_EventScriptTimeoutCount=<n> will
59   cause CTDB to fail at startup.  Useful messages will be logged.
60
61 KNOWN ISSUES
62 ============
63
64 Currently none.
65
66 #######################################
67 Reporting bugs & Development Discussion
68 #######################################
69
70 Please discuss this release on the samba-technical mailing list or by
71 joining the #samba-technical IRC channel on irc.freenode.net.
72
73 If you do report problems then please try to send high quality
74 feedback. If you don't provide vital information to help us track down
75 the problem then you will probably be ignored.  All bug reports should
76 be filed under the Samba 4.3 product in the project's Bugzilla
77 database (https://bugzilla.samba.org/).
78
79
80 ======================================================================
81 == Our Code, Our Bugs, Our Responsibility.
82 == The Samba Team
83 ======================================================================
84