wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git] / docs-xml / smbdotconf / misc / allowunsafeclusterupgrade.xml
blob02398ff2c954ee66841f01314cbf5284988b63b3
1 <samba:parameter name="allow unsafe cluster upgrade"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>If set to no (the default), smbd checks at startup if
7         other smbd versions are running in the cluster and refuses to
8         start if so. This is done to protect data corruption in
9         internal data structures due to incompatible Samba versions
10         running concurrently in the same cluster. Setting this
11         parameter to <value type="example">yes</value> disables this
12         safety check.
13         </para>
14 </description>
15 <value type="default">no</value>
16 </samba:parameter>