mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-26 22:50:36 +03:00
report: one more comment explaining change of report type when tags are used for original LABEL reporting
This commit is contained in:
parent
9ea77b788b
commit
5b154ae4a3
@ -585,6 +585,10 @@ static void _check_pv_list(struct cmd_context *cmd, int argc, char **argv,
|
||||
rescan_done = 1;
|
||||
}
|
||||
if (*argv[i] == '@') {
|
||||
/*
|
||||
* Tags are metadata related, not label
|
||||
* related, change report type accordingly!
|
||||
*/
|
||||
if (*report_type == LABEL)
|
||||
*report_type = PVS;
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user