Author: vlendec
Date: 2007-02-19 13:53:54 +0000 (Mon, 19 Feb 2007)
New Revision: 1025

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1025

Log:
After merging the notify stuff to 3_0_25, check in the docs
Added:
   trunk/smbdotconf/misc/changenotify.xml
Removed:
   trunk/smbdotconf/misc/famchangenotify.xml
   trunk/smbdotconf/tuning/changenotifytimeout.xml
Modified:
   trunk/smbdotconf/misc/kernelchangenotify.xml


Changeset:
Added: trunk/smbdotconf/misc/changenotify.xml
===================================================================
--- trunk/smbdotconf/misc/changenotify.xml      2007-02-19 13:53:03 UTC (rev 
1024)
+++ trunk/smbdotconf/misc/changenotify.xml      2007-02-19 13:53:54 UTC (rev 
1025)
@@ -0,0 +1,14 @@
+<samba:parameter name="change notify"
+                 context="S"
+                                type="boolean"
+                 advanced="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
+<description>
+       <para>This parameter specifies whether Samba should reply
+       to a client's file change notify requests.
+       </para>
+
+       <para>You should never need to change this parameter</para>
+</description>
+<value type="default">no</value>
+</samba:parameter>

Deleted: trunk/smbdotconf/misc/famchangenotify.xml
===================================================================
--- trunk/smbdotconf/misc/famchangenotify.xml   2007-02-19 13:53:03 UTC (rev 
1024)
+++ trunk/smbdotconf/misc/famchangenotify.xml   2007-02-19 13:53:54 UTC (rev 
1025)
@@ -1,20 +0,0 @@
-<samba:parameter name="fam change notify"
-                 context="G"
-                                type="boolean"
-                 advanced="1" developer="1"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
-<description>
-       <para>This parameter specifies whether Samba should ask the 
-       FAM daemon change notifications in directories so that
-       SMB clients can refresh whenever the data on the server changes.
-       </para>
-
-       <para>This parameter is only used when your system supports 
-       change notification to user programs, using the FAM daemon. If the FAM
-       daemon is not running, this parameter is automatically disabled. The
-       <parameter moreinfo="none">kernel change notify</parameter>
-       parameter will take precedence if it is also enabled.
-       </para>
-</description>
-<value type="default">yes</value>
-</samba:parameter>

Modified: trunk/smbdotconf/misc/kernelchangenotify.xml
===================================================================
--- trunk/smbdotconf/misc/kernelchangenotify.xml        2007-02-19 13:53:03 UTC 
(rev 1024)
+++ trunk/smbdotconf/misc/kernelchangenotify.xml        2007-02-19 13:53:54 UTC 
(rev 1025)
@@ -1,7 +1,7 @@
 <samba:parameter name="kernel change notify"
-                 context="G"
+                 context="S"
                                 type="boolean"
-                 advanced="1" developer="1"
+                 advanced="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
 <description>
        <para>This parameter specifies whether Samba should ask the 
@@ -10,7 +10,7 @@
        </para>
 
        <para>This parameter is only used when your kernel supports 
-       change notification to user programs, using the F_NOTIFY fcntl.
+       change notification to user programs using the inotify interface.
        </para>
 </description>
 <value type="default">yes</value>

Deleted: trunk/smbdotconf/tuning/changenotifytimeout.xml
===================================================================
--- trunk/smbdotconf/tuning/changenotifytimeout.xml     2007-02-19 13:53:03 UTC 
(rev 1024)
+++ trunk/smbdotconf/tuning/changenotifytimeout.xml     2007-02-19 13:53:54 UTC 
(rev 1025)
@@ -1,24 +0,0 @@
-<samba:parameter name="change notify timeout"
-       type="integer"
-                 context="S"
-                 developer="1"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
-<description>
-    <para>This SMB allows a client to tell a server to 
-    &quot;watch&quot; a particular directory for any changes and only reply to
-    the SMB request when a change has occurred. Such constant scanning of
-    a directory is expensive under UNIX, hence an 
<citerefentry><refentrytitle>smbd</refentrytitle>
-    <manvolnum>8</manvolnum></citerefentry> daemon only performs such a scan 
-    on each requested directory once every <parameter moreinfo="none">change 
notify 
-    timeout</parameter> seconds. Note that in 3.0.23 this has been changed to a
-    per-share parameter and setting this to zero prevents any change notify 
directory
-    scans completely on a share. This is to allow this paramter to be set to 
zero on
-    shares configured for very large directories, where a Windows client will 
re-scan
-    the entire directory after every delete operation (when deleting many 
files) due to
-    the change notify triggering. This is an extremely expensive operation on 
some
-    systems.</para>
-</description>
-
-<value type="default">60</value>
-<value type="example">300<comment>Would change the scan time to every 5 
minutes.</comment></value>
-</samba:parameter>

Reply via email to