From: James Peach Date: Thu, 20 Apr 2006 03:15:20 +0000 (+0000) Subject: Document the "fam change notify" and "dmapi support" parameters. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=92322307e301c40fa3a06c46569ac8c17e396c06;p=metze%2Fsamba%2Fwip.git Document the "fam change notify" and "dmapi support" parameters. (This used to be commit 2b7935a1a76fd0b300295a89bec89862094c5dc5) --- diff --git a/docs/smbdotconf/misc/dmapisupport.xml b/docs/smbdotconf/misc/dmapisupport.xml new file mode 100644 index 000000000000..fbd145d0480d --- /dev/null +++ b/docs/smbdotconf/misc/dmapisupport.xml @@ -0,0 +1,29 @@ + + + This parameter specifies whether Samba should use DMAPI to + determine whether a file is offline or not. This would typically + be used in conjunction with a hierarchical storage system that + automatically migrates files to tape. + + + Note that Samba infers the status of a file by examining the + events that a DMAPI application has registered interest in. This + heuristic is satisfactory for a number of hierarchical storage + systems, but there may be system for which it will fail. In this + case, Samba may erroneously report files to be offline. + + + This parameter is only available if a supported DMAPI + implementation was found at compilation time. It will only be used + if DMAPI is found to enabled on the system at run time. + + + + + +no + diff --git a/docs/smbdotconf/misc/famchangenotify.xml b/docs/smbdotconf/misc/famchangenotify.xml new file mode 100644 index 000000000000..353b06b6a381 --- /dev/null +++ b/docs/smbdotconf/misc/famchangenotify.xml @@ -0,0 +1,20 @@ + + + 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 +