mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
make: generate
This commit is contained in:
parent
efd083f668
commit
b318c9c20f
@ -1951,6 +1951,12 @@ activation {
|
|||||||
# name for identification.
|
# name for identification.
|
||||||
# json
|
# json
|
||||||
# JSON format.
|
# JSON format.
|
||||||
|
# json_std
|
||||||
|
# JSON format that is more compliant with JSON standard.
|
||||||
|
# Compared to original "json" format:
|
||||||
|
# - it does not use double quotes around numeric values,
|
||||||
|
# - it uses 'null' for undefined numeric values,
|
||||||
|
# - it prints string list as proper JSON array of strings instead of a single string.
|
||||||
# This configuration option has an automatic default value.
|
# This configuration option has an automatic default value.
|
||||||
# output_format = "basic"
|
# output_format = "basic"
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ lvchange \(em Change the attributes of logical volume(s)
|
|||||||
.br
|
.br
|
||||||
\fB--refresh\fP
|
\fB--refresh\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB--resync\fP
|
\fB--resync\fP
|
||||||
.br
|
.br
|
||||||
@ -397,7 +397,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -847,14 +847,16 @@ if something has gone wrong, or if some form of manual LV
|
|||||||
sharing is being used.
|
sharing is being used.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--resync\fP
|
\fB--resync\fP
|
||||||
|
@ -129,7 +129,7 @@ lvcreate \(em Create a logical volume
|
|||||||
.br
|
.br
|
||||||
\fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT]
|
\fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT]
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-k\fP|\fB--setactivationskip\fP \fBy\fP|\fBn\fP
|
\fB-k\fP|\fB--setactivationskip\fP \fBy\fP|\fBn\fP
|
||||||
.br
|
.br
|
||||||
@ -781,7 +781,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--setautoactivation\fP \fBy\fP|\fBn\fP ]
|
[ \fB--setautoactivation\fP \fBy\fP|\fBn\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -1299,14 +1299,16 @@ Size of each raid or mirror synchronization region.
|
|||||||
configure a default.
|
configure a default.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-k\fP|\fB--setactivationskip\fP \fBy\fP|\fBn\fP
|
\fB-k\fP|\fB--setactivationskip\fP \fBy\fP|\fBn\fP
|
||||||
|
@ -63,7 +63,7 @@ lvextend \(em Add space to a logical volume
|
|||||||
.br
|
.br
|
||||||
\fB-q\fP|\fB--quiet\fP
|
\fB-q\fP|\fB--quiet\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-r\fP|\fB--resizefs\fP
|
\fB-r\fP|\fB--resizefs\fP
|
||||||
.br
|
.br
|
||||||
@ -219,7 +219,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--type\fP \c
|
[ \fB--type\fP \c
|
||||||
.nh
|
.nh
|
||||||
@ -471,14 +471,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-r\fP|\fB--resizefs\fP
|
\fB-r\fP|\fB--resizefs\fP
|
||||||
|
@ -55,7 +55,7 @@ if information changes between commands.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--rows\fP ]
|
[ \fB--rows\fP ]
|
||||||
.br
|
.br
|
||||||
@ -308,14 +308,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--rows\fP
|
\fB--rows\fP
|
||||||
|
@ -50,7 +50,7 @@ the options section.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -245,14 +245,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-r\fP|\fB--resizefs\fP
|
\fB-r\fP|\fB--resizefs\fP
|
||||||
|
@ -56,7 +56,7 @@ former LV completely.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -229,14 +229,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -42,7 +42,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -200,14 +200,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -61,7 +61,7 @@ lvresize \(em Resize a logical volume
|
|||||||
.br
|
.br
|
||||||
\fB-q\fP|\fB--quiet\fP
|
\fB-q\fP|\fB--quiet\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-r\fP|\fB--resizefs\fP
|
\fB-r\fP|\fB--resizefs\fP
|
||||||
.br
|
.br
|
||||||
@ -177,7 +177,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--type\fP \c
|
[ \fB--type\fP \c
|
||||||
.nh
|
.nh
|
||||||
@ -424,14 +424,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-r\fP|\fB--resizefs\fP
|
\fB-r\fP|\fB--resizefs\fP
|
||||||
|
@ -55,7 +55,7 @@ lvs produces formatted output about LVs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--rows\fP ]
|
[ \fB--rows\fP ]
|
||||||
.br
|
.br
|
||||||
@ -318,14 +318,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--rows\fP
|
\fB--rows\fP
|
||||||
|
@ -33,7 +33,7 @@ comprehensive information about LVs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -207,14 +207,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -79,7 +79,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB-u\fP|\fB--uuid\fP ]
|
[ \fB-u\fP|\fB--uuid\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -265,14 +265,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -124,7 +124,7 @@ pe_start value.
|
|||||||
.br
|
.br
|
||||||
[ \fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT] ]
|
[ \fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT] ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--restorefile\fP \fIString\fP ]
|
[ \fB--restorefile\fP \fIString\fP ]
|
||||||
.br
|
.br
|
||||||
@ -353,14 +353,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--restorefile\fP \fIString\fP
|
\fB--restorefile\fP \fIString\fP
|
||||||
|
@ -61,7 +61,7 @@ and more, using a more compact and configurable output format.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--separator\fP \fIString\fP ]
|
[ \fB--separator\fP \fIString\fP ]
|
||||||
.br
|
.br
|
||||||
@ -322,14 +322,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -54,7 +54,7 @@ Move PV extents.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -296,14 +296,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -29,7 +29,7 @@ an existing VG. Normally, \fBvgreduce\fP(8) should be used instead.
|
|||||||
.ad l
|
.ad l
|
||||||
[ \fB-f\fP|\fB--force\fP ]
|
[ \fB-f\fP|\fB--force\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -181,14 +181,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -24,7 +24,7 @@ LVs allocated on it.
|
|||||||
.ad l
|
.ad l
|
||||||
[ \fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT] ]
|
[ \fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT] ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -170,14 +170,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT]
|
\fB--setphysicalvolumesize\fP \fISize\fP[m|UNIT]
|
||||||
|
@ -53,7 +53,7 @@ pvs produces formatted output about PVs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--rows\fP ]
|
[ \fB--rows\fP ]
|
||||||
.br
|
.br
|
||||||
@ -308,14 +308,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--rows\fP
|
\fB--rows\fP
|
||||||
|
@ -66,7 +66,7 @@ pvscan \(em List all physical volumes
|
|||||||
.br
|
.br
|
||||||
\fB-q\fP|\fB--quiet\fP
|
\fB-q\fP|\fB--quiet\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-s\fP|\fB--short\fP
|
\fB-s\fP|\fB--short\fP
|
||||||
.br
|
.br
|
||||||
@ -157,7 +157,7 @@ Display PV information.
|
|||||||
.br
|
.br
|
||||||
[ \fB--ignorelockingfailure\fP ]
|
[ \fB--ignorelockingfailure\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -176,7 +176,7 @@ Record that a PV is online or offline.
|
|||||||
.br
|
.br
|
||||||
[ \fB--ignorelockingfailure\fP ]
|
[ \fB--ignorelockingfailure\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--minor\fP \fINumber\fP ]
|
[ \fB--minor\fP \fINumber\fP ]
|
||||||
.br
|
.br
|
||||||
@ -202,7 +202,7 @@ Record that a PV is online and autoactivate the VG if complete.
|
|||||||
.br
|
.br
|
||||||
[ \fB--ignorelockingfailure\fP ]
|
[ \fB--ignorelockingfailure\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--minor\fP \fINumber\fP ]
|
[ \fB--minor\fP \fINumber\fP ]
|
||||||
.br
|
.br
|
||||||
@ -499,14 +499,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-s\fP|\fB--short\fP
|
\fB-s\fP|\fB--short\fP
|
||||||
|
@ -46,7 +46,7 @@ It may also be useful to regularly back up the files in
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -224,14 +224,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -97,7 +97,7 @@ vgchange \(em Change volume group attributes
|
|||||||
.br
|
.br
|
||||||
\fB--refresh\fP
|
\fB--refresh\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-x\fP|\fB--resizeable\fP \fBy\fP|\fBn\fP
|
\fB-x\fP|\fB--resizeable\fP \fBy\fP|\fBn\fP
|
||||||
.br
|
.br
|
||||||
@ -184,7 +184,7 @@ required, after which the others are optional.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -218,7 +218,7 @@ Start or stop monitoring LVs from dmeventd.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -248,7 +248,7 @@ Start or stop processing LV conversions.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -294,7 +294,7 @@ Activate or deactivate LVs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -328,7 +328,7 @@ Reactivate LVs using the latest metadata.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -780,14 +780,16 @@ if something has gone wrong, or if some form of manual LV
|
|||||||
sharing is being used.
|
sharing is being used.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-x\fP|\fB--resizeable\fP \fBy\fP|\fBn\fP
|
\fB-x\fP|\fB--resizeable\fP \fBy\fP|\fBn\fP
|
||||||
|
@ -26,7 +26,7 @@ Read and display information about a VG.
|
|||||||
.br
|
.br
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.ad l
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -186,14 +186,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -35,7 +35,7 @@ convert VGs from the LVM1 format to LVM2.
|
|||||||
.br
|
.br
|
||||||
[ \fB--metadatasize\fP \fISize\fP[m|UNIT] ]
|
[ \fB--metadatasize\fP \fISize\fP[m|UNIT] ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -234,14 +234,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -63,7 +63,7 @@ device.
|
|||||||
.br
|
.br
|
||||||
[ \fB--\fP[\fBvg\fP]\fBmetadatacopies\fP \fBall\fP|\fBunmanaged\fP|\fINumber\fP ]
|
[ \fB--\fP[\fBvg\fP]\fBmetadatacopies\fP \fBall\fP|\fBunmanaged\fP|\fINumber\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--dataalignment\fP \fISize\fP[k|UNIT] ]
|
[ \fB--dataalignment\fP \fISize\fP[k|UNIT] ]
|
||||||
.br
|
.br
|
||||||
@ -351,14 +351,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--setautoactivation\fP \fBy\fP|\fBn\fP
|
\fB--setautoactivation\fP \fBy\fP|\fBn\fP
|
||||||
|
@ -63,7 +63,7 @@ Common options for command:
|
|||||||
.
|
.
|
||||||
.RS 4
|
.RS 4
|
||||||
.ad l
|
.ad l
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -211,14 +211,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -51,7 +51,7 @@ will initialize them. In this case pvcreate options can be used, e.g.
|
|||||||
.br
|
.br
|
||||||
[ \fB--dataalignmentoffset\fP \fISize\fP[k|UNIT] ]
|
[ \fB--dataalignmentoffset\fP \fISize\fP[k|UNIT] ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--restoremissing\fP ]
|
[ \fB--restoremissing\fP ]
|
||||||
.br
|
.br
|
||||||
@ -265,14 +265,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--restoremissing\fP
|
\fB--restoremissing\fP
|
||||||
|
@ -51,7 +51,7 @@ Common options for command:
|
|||||||
.ad l
|
.ad l
|
||||||
[ \fB-f\fP|\fB--force\fP ]
|
[ \fB-f\fP|\fB--force\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -206,14 +206,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -56,7 +56,7 @@ Common options for command:
|
|||||||
.ad l
|
.ad l
|
||||||
[ \fB--foreign\fP ]
|
[ \fB--foreign\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -210,14 +210,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -31,7 +31,7 @@ interoperating correctly.
|
|||||||
.br
|
.br
|
||||||
[ \fB--refresh\fP ]
|
[ \fB--refresh\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -194,14 +194,16 @@ if something has gone wrong, or if some form of manual LV
|
|||||||
sharing is being used.
|
sharing is being used.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -50,7 +50,7 @@ vgreduce \(em Remove physical volume(s) from a volume group
|
|||||||
.br
|
.br
|
||||||
\fB--removemissing\fP
|
\fB--removemissing\fP
|
||||||
.br
|
.br
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
.br
|
.br
|
||||||
@ -116,7 +116,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB-f\fP|\fB--force\fP ]
|
[ \fB-f\fP|\fB--force\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -296,14 +296,16 @@ If LVs spanned several disks, including ones that are lost, salvaging
|
|||||||
some data first may be possible by activating LVs in partial mode.
|
some data first may be possible by activating LVs in partial mode.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -35,7 +35,7 @@ without confirmation.
|
|||||||
.br
|
.br
|
||||||
[ \fB--noudevsync\fP ]
|
[ \fB--noudevsync\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -195,14 +195,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-S\fP|\fB--select\fP \fIString\fP
|
\fB-S\fP|\fB--select\fP \fIString\fP
|
||||||
|
@ -55,7 +55,7 @@ Common options for command:
|
|||||||
.br
|
.br
|
||||||
[ \fB-f\fP|\fB--force\fP ]
|
[ \fB-f\fP|\fB--force\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.ad b
|
.ad b
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
@ -211,14 +211,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
@ -51,7 +51,7 @@ vgs produces formatted output about VGs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--readonly\fP ]
|
[ \fB--readonly\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--rows\fP ]
|
[ \fB--rows\fP ]
|
||||||
.br
|
.br
|
||||||
@ -305,14 +305,16 @@ device-mapper kernel driver, so this option is unable to report whether
|
|||||||
or not LVs are actually in use.
|
or not LVs are actually in use.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--rows\fP
|
\fB--rows\fP
|
||||||
|
@ -27,7 +27,7 @@ vgscan scans all supported LVM block devices in the system for VGs.
|
|||||||
.br
|
.br
|
||||||
[ \fB--notifydbus\fP ]
|
[ \fB--notifydbus\fP ]
|
||||||
.br
|
.br
|
||||||
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP ]
|
[ \fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP ]
|
||||||
.br
|
.br
|
||||||
[ COMMON_OPTIONS ]
|
[ COMMON_OPTIONS ]
|
||||||
.ad b
|
.ad b
|
||||||
@ -192,14 +192,16 @@ Suppress output and log messages. Overrides --debug and --verbose.
|
|||||||
Repeat once to also suppress any prompts with answer 'no'.
|
Repeat once to also suppress any prompts with answer 'no'.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
|
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP|\fBjson_std\fP
|
||||||
.br
|
.br
|
||||||
Overrides current output format for reports which is defined globally by
|
Overrides current output format for reports which is defined globally by
|
||||||
the report/output_format setting in \fBlvm.conf\fP(5).
|
the report/output_format setting in \fBlvm.conf\fP(5).
|
||||||
\fBbasic\fP is the original format with columns and rows.
|
\fBbasic\fP is the original format with columns and rows.
|
||||||
If there is more than one report per command, each report is prefixed
|
If there is more than one report per command, each report is prefixed
|
||||||
with the report name for identification. \fBjson\fP produces report
|
with the report name for identification. \fBjson\fP produces report
|
||||||
output in JSON format. See \fBlvmreport\fP(7) for more information.
|
output in JSON format. \fBjson_std\fP produces report output in
|
||||||
|
JSON format which is more compliant with JSON standard.
|
||||||
|
See \fBlvmreport\fP(7) for more information.
|
||||||
.
|
.
|
||||||
.HP
|
.HP
|
||||||
\fB-t\fP|\fB--test\fP
|
\fB-t\fP|\fB--test\fP
|
||||||
|
Loading…
Reference in New Issue
Block a user