summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2010-10-29 11:46:45 -0500
committerNarayan Desai <desai@mcs.anl.gov>2010-10-29 11:46:45 -0500
commit890a6f79dd857bdfe03a3fbf4e79f2901d8b88d7 (patch)
treec194228f090261bed5b59971385adb84381e8400 /man
parent106248d2315704efdee5e352b207a62b5cf697d5 (diff)
downloadbcfg2-890a6f79dd857bdfe03a3fbf4e79f2901d8b88d7.tar.gz
bcfg2-890a6f79dd857bdfe03a3fbf4e79f2901d8b88d7.tar.bz2
bcfg2-890a6f79dd857bdfe03a3fbf4e79f2901d8b88d7.zip
bcfg2: implement -Q option (bundle-quick mode)
Implement the -Q option for the bcfg2 client. This option only verifies and installs the entries in bundles specified with -b. Considerably improves runtime performance when package checksums are being checked. This option prevents the client from sending statistics to the server, and is incompatible with -r.
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1
index bf20649c3..938d41dfe 100644
--- a/man/bcfg2.1
+++ b/man/bcfg2.1
@@ -114,6 +114,13 @@ performed. This mode relaxes the constraints of correctness, and thus
should only be used in safe conditions.
.TP
+.BR "\-Q"
+Run bcfg2 in "bundle quick" mode, where only entries in a bundle are
+or installed. This runs much faster than -q, but doesn't provide
+statistics to the server at all. In order for this option to work, the
+-b option must also be provided. This option is incompatible with -r.
+
+.TP
.BR "\-r <mode>"
Cause bcfg2 to remove extra configuration elements it detects. Mode is
one of all, Services, or Packages. All removes all entries. Likewise,