summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-10-20 11:01:09 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-10-20 11:01:09 +0200
commita5c4c4efbd18809320f49d7ed60c58883140259c (patch)
tree580ace4a6270c0e30d1a3b2ea8323da84458beef /conf
parent83d475626a4d9ecaa2084f349cb2cee4f0f3a719 (diff)
downloadlvm2-a5c4c4efbd18809320f49d7ed60c58883140259c.tar.gz
conf: clarify compact output settings
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in21
1 files changed, 12 insertions, 9 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index e96f03f2f..b8c04075a 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1494,19 +1494,22 @@ activation {
# report {
# Configuration option report/compact_output.
- # Do not print empty report fields.
- # Fields that don't have a value set for any of the rows reported are
- # skipped and not printed. Compact output is applicable only if
- # report/buffered is enabled.
+ # Do not print empty values for all report fields.
+ # If enabled, all fields that don't have a value set for any of the
+ # rows reported are skipped and not printed. Compact output is
+ # applicable only if report/buffered is enabled. If you need to
+ # compact only specified fields, use compact_output=0 and define
+ # report/compact_output_cols configuration setting instead.
# This configuration option has an automatic default value.
# compact_output = 0
# Configuration option report/compact_output_cols.
- # Do not print empty values for given report fields.
- # The same as compact_output setting, but the compaction is not done
- # globally for all fields in report but only for given fields. If both
- # compact_output and compact_output_cols is used at the same time,
- # the compact_output setting prevails.
+ # Do not print empty values for specified report fields.
+ # If defined, specified fields that don't have a value set for any
+ # of the rows reported are skipped and not printed. Compact output
+ # is applicable only if report/buffered is enabled. If you need to
+ # compact all fields, use compact_output=1 instead in which case
+ # the compact_output_cols setting is then ignored.
# This configuration option has an automatic default value.
# compact_output_cols = ""