Add new translated file.
@@ -0,0 +1,26 @@ | ||
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 | +<!-- 原文 samba-4.7.0 | |
7 | + <para>If set to no (the default), smbd checks at startup if | |
8 | + other smbd versions are running in the cluster and refuses to | |
9 | + start if so. This is done to protect data corruption in | |
10 | + internal data structures due to incompatible Samba versions | |
11 | + running concurrently in the same cluster. Setting this | |
12 | + parameter to <value type="example">yes</value> disables this | |
13 | + safety check. | |
14 | + </para> | |
15 | +--> | |
16 | + <para>no(既定値)に設定すると、smbd の起動時、クラスター内に | |
17 | + 別バージョンの smbd が起動していないかをチェックし、起動して | |
18 | + いれば重複起動を取りやめるようにする。同一クラスター内に互換性 | |
19 | + のない Samba バージョンが同時に稼動していたとしても、内部データ | |
20 | + 構造を壊さないようにするためである。このパラメーターを | |
21 | + <value type="example">yes</value> に設定したときは、この安全 | |
22 | + 性チェックは無効になる。 | |
23 | + </para> | |
24 | +</description> | |
25 | +<value type="default">no</value> | |
26 | +</samba:parameter> |