mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14765 RN: add new smb.conf parameter "volume serial number" to allow overriding the generated default value Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
15 lines
533 B
XML
15 lines
533 B
XML
<samba:parameter name="volume serial number"
|
|
context="S"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This allows to override the volume serial number
|
|
(a 32bit value) reported for a share.</para>
|
|
<para>The special value <emphasis>-1</emphasis> (default) stands for
|
|
a unique number that is calculated for each share.</para>
|
|
</description>
|
|
|
|
<value type="default">-1</value>
|
|
<value type="example">0xabcdefgh</value>
|
|
</samba:parameter>
|