From: Volker Lendecke Date: Mon, 19 Feb 2007 13:53:54 +0000 (+0000) Subject: After merging the notify stuff to 3_0_25, check in the docs X-Git-Tag: samba-4.0.0alpha6~801^2~1846 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cd7864412a1708fd968d39d52431f7632ddf3cd;p=thirdparty%2Fsamba.git After merging the notify stuff to 3_0_25, check in the docs (This used to be commit ee532da6c8eb7c21937702e942e2755cf0aac042) --- diff --git a/docs/smbdotconf/misc/changenotify.xml b/docs/smbdotconf/misc/changenotify.xml new file mode 100644 index 00000000000..ad9d5eb09c4 --- /dev/null +++ b/docs/smbdotconf/misc/changenotify.xml @@ -0,0 +1,14 @@ + + + This parameter specifies whether Samba should reply + to a client's file change notify requests. + + + You should never need to change this parameter + +no + diff --git a/docs/smbdotconf/misc/famchangenotify.xml b/docs/smbdotconf/misc/famchangenotify.xml deleted file mode 100644 index 9a0f4bcf83d..00000000000 --- a/docs/smbdotconf/misc/famchangenotify.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - 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. - - - 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 - kernel change notify - parameter will take precedence if it is also enabled. - - -yes - diff --git a/docs/smbdotconf/misc/kernelchangenotify.xml b/docs/smbdotconf/misc/kernelchangenotify.xml index 068583fad8e..ef932201a10 100644 --- a/docs/smbdotconf/misc/kernelchangenotify.xml +++ b/docs/smbdotconf/misc/kernelchangenotify.xml @@ -1,7 +1,7 @@ This parameter specifies whether Samba should ask the @@ -10,7 +10,7 @@ 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. yes diff --git a/docs/smbdotconf/tuning/changenotifytimeout.xml b/docs/smbdotconf/tuning/changenotifytimeout.xml deleted file mode 100644 index c450a173d86..00000000000 --- a/docs/smbdotconf/tuning/changenotifytimeout.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - This SMB allows a client to tell a server to - "watch" 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 smbd - 8 daemon only performs such a scan - on each requested directory once every change notify - timeout 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. - - -60 -300Would change the scan time to every 5 minutes. -