1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00
samba-mirror/docs-xml/smbdotconf/misc/allowunsafeclusterupgrade.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
652 B
XML
Raw Normal View History

<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>