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