1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

args: add --configreport arg

This commit is contained in:
Peter Rajnoha 2016-06-16 15:49:18 +02:00
parent d23c5b9318
commit 28b4c48e2a
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.158 - 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 support for priorities on grouping command arguments.
Add report/{pvs,vgs,lvs,pvsegs,segs}_{cols,sort}_full to lvm.conf. 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. Add lvm fullreport command for joined PV, VG, LV and segment report per VG.

View File

@ -31,6 +31,7 @@ arg(cachemode_ARG, '\0', "cachemode", cachemode_arg, 0, 0)
arg(cachepool_ARG, '\0', "cachepool", string_arg, 0, 0) arg(cachepool_ARG, '\0', "cachepool", string_arg, 0, 0)
arg(commandprofile_ARG, '\0', "commandprofile", string_arg, 0, 0) arg(commandprofile_ARG, '\0', "commandprofile", string_arg, 0, 0)
arg(config_ARG, '\0', "config", 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(configtype_ARG, '\0', "type", string_arg, 0, 0)
arg(corelog_ARG, '\0', "corelog", NULL, 0, 0) arg(corelog_ARG, '\0', "corelog", NULL, 0, 0)
arg(dataalignment_ARG, '\0', "dataalignment", size_kb_arg, 0, 0) arg(dataalignment_ARG, '\0', "dataalignment", size_kb_arg, 0, 0)

View File

@ -714,6 +714,7 @@ xx(lvs,
"\t[--aligned]\n" "\t[--aligned]\n"
"\t[--binary]\n" "\t[--binary]\n"
"\t[--commandprofile ProfileName]\n" "\t[--commandprofile ProfileName]\n"
"\t[--configreport ReportName]\n"
"\t[-d|--debug]\n" "\t[-d|--debug]\n"
"\t[--foreign]\n" "\t[--foreign]\n"
"\t[-h|--help]\n" "\t[-h|--help]\n"
@ -740,7 +741,7 @@ xx(lvs,
"\t[--version]\n" "\t[--version]\n"
"\t[LogicalVolume[Path] [LogicalVolume[Path]...]]\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, ignorelockingfailure_ARG, ignoreskippedcluster_ARG, nameprefixes_ARG,
noheadings_ARG, nolocking_ARG, nosuffix_ARG, options_ARG, partial_ARG, noheadings_ARG, nolocking_ARG, nosuffix_ARG, options_ARG, partial_ARG,
readonly_ARG, reportformat_ARG, rows_ARG, segments_ARG, select_ARG, readonly_ARG, reportformat_ARG, rows_ARG, segments_ARG, select_ARG,