mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
args: add --configreport arg
This commit is contained in:
parent
d23c5b9318
commit
28b4c48e2a
@ -1,5 +1,6 @@
|
||||
Version 2.02.158 -
|
||||
=================================
|
||||
Add --configreport option to select report for which next options are applied.
|
||||
Add support for priorities on grouping command arguments.
|
||||
Add report/{pvs,vgs,lvs,pvsegs,segs}_{cols,sort}_full to lvm.conf.
|
||||
Add lvm fullreport command for joined PV, VG, LV and segment report per VG.
|
||||
|
@ -31,6 +31,7 @@ arg(cachemode_ARG, '\0', "cachemode", cachemode_arg, 0, 0)
|
||||
arg(cachepool_ARG, '\0', "cachepool", string_arg, 0, 0)
|
||||
arg(commandprofile_ARG, '\0', "commandprofile", string_arg, 0, 0)
|
||||
arg(config_ARG, '\0', "config", string_arg, 0, 0)
|
||||
arg(configreport_ARG, '\0', "configreport", string_arg, ARG_GROUPABLE, 1)
|
||||
arg(configtype_ARG, '\0', "type", string_arg, 0, 0)
|
||||
arg(corelog_ARG, '\0', "corelog", NULL, 0, 0)
|
||||
arg(dataalignment_ARG, '\0', "dataalignment", size_kb_arg, 0, 0)
|
||||
|
@ -714,6 +714,7 @@ xx(lvs,
|
||||
"\t[--aligned]\n"
|
||||
"\t[--binary]\n"
|
||||
"\t[--commandprofile ProfileName]\n"
|
||||
"\t[--configreport ReportName]\n"
|
||||
"\t[-d|--debug]\n"
|
||||
"\t[--foreign]\n"
|
||||
"\t[-h|--help]\n"
|
||||
@ -740,7 +741,7 @@ xx(lvs,
|
||||
"\t[--version]\n"
|
||||
"\t[LogicalVolume[Path] [LogicalVolume[Path]...]]\n",
|
||||
|
||||
aligned_ARG, all_ARG, binary_ARG, foreign_ARG, history_ARG,
|
||||
aligned_ARG, all_ARG, binary_ARG, configreport_ARG, foreign_ARG, history_ARG,
|
||||
ignorelockingfailure_ARG, ignoreskippedcluster_ARG, nameprefixes_ARG,
|
||||
noheadings_ARG, nolocking_ARG, nosuffix_ARG, options_ARG, partial_ARG,
|
||||
readonly_ARG, reportformat_ARG, rows_ARG, segments_ARG, select_ARG,
|
||||
|
Loading…
Reference in New Issue
Block a user