summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-11-26 12:20:24 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-11-26 12:20:24 -0600
commitb4c90f3cd85a9246e50aedf503fd84208cd9e59e (patch)
treeabcbf1179c48ed93dd3bbab0b7f4b8a1c9e1f0ed /man
parentd32fd476787eddc8921eeadbfba5fa7e601ca231 (diff)
downloadbcfg2-b4c90f3cd85a9246e50aedf503fd84208cd9e59e.tar.gz
bcfg2-b4c90f3cd85a9246e50aedf503fd84208cd9e59e.tar.bz2
bcfg2-b4c90f3cd85a9246e50aedf503fd84208cd9e59e.zip
doc: Document metadata caching options
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.533
1 files changed, 32 insertions, 1 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index 49aa5369f..dfcb42a24 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -1,4 +1,4 @@
-.TH "BCFG2.CONF" "5" "November 14, 2012" "1.3" "Bcfg2"
+.TH "BCFG2.CONF" "5" "November 26, 2012" "1.3" "Bcfg2"
.SH NAME
bcfg2.conf \- Configuration parameters for Bcfg2
.
@@ -394,6 +394,37 @@ executed on the client in the created files.
.sp
The Trigger plugin provides a method for calling external scripts when
clients are configured.
+.SH CACHING OPTIONS
+.sp
+These options are specified in the \fB[caching]\fP section.
+.INDENT 0.0
+.INDENT 3.5
+.INDENT 0.0
+.TP
+.B client_metadata
+The following four caching modes are available for client
+metadata:
+.INDENT 7.0
+.IP \(bu 2
+off: No caching of client metadata objects is performed. This
+is the default.
+.IP \(bu 2
+initial: Only initial metadata objects are cached. Initial
+metadata objects are created only from the data in the
+Metadata plugin, before additional groups from other plugins
+are merged in.
+.IP \(bu 2
+cautious: Final metadata objects are cached, but each client’s
+cache is cleared at the start of each client run, immediately
+after probe data is received. Cache is also cleared as in
+aggressive mode. \fIon\fP is a synonym for cautious.
+.IP \(bu 2
+aggressive: Final metadata objects are cached. Each plugin is
+responsible for clearing cache when appropriate.
+.UNINDENT
+.UNINDENT
+.UNINDENT
+.UNINDENT
.SH CLIENT OPTIONS
.sp
These options only affect client functionality. They can be specified in