~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/locking/blockinglocks.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="blocking locks"
 
2
                 context="S"
 
3
                                 type="boolean"
 
4
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
5
<description>
 
6
        <para>This parameter controls the behavior 
 
7
        of <citerefentry><refentrytitle>smbd</refentrytitle>
 
8
        <manvolnum>8</manvolnum></citerefentry> when given a request by a client 
 
9
        to obtain a byte range lock on a region of an open file, and the 
 
10
        request has a time limit associated with it.</para>
 
11
                
 
12
        <para>If this parameter is set and the lock range requested 
 
13
        cannot be immediately satisfied, samba will internally 
 
14
        queue the lock request, and periodically attempt to obtain 
 
15
        the lock until the timeout period expires.</para>
 
16
 
 
17
        <para>If this parameter is set to <constant>no</constant>, then 
 
18
        samba will behave as previous versions of Samba would and 
 
19
        will fail the lock request immediately if the lock range 
 
20
        cannot be obtained.</para>
 
21
 
 
22
</description>
 
23
<value type="default">yes</value>
 
24
</samba:parameter>