mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-20 18:09:23 +03:00
vgscan: drop 'take a while' message
every command does this
This commit is contained in:
parent
2a45ef0300
commit
30ad845f3d
@ -57,8 +57,6 @@ int vgscan(struct cmd_context *cmd, int argc, char **argv)
|
|||||||
return ECMD_PROCESSED;
|
return ECMD_PROCESSED;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_print_unless_silent("Reading all physical volumes. This may take a while...");
|
|
||||||
|
|
||||||
maxret = process_each_vg(cmd, argc, argv, NULL, NULL, 0, 0, NULL, &_vgscan_single);
|
maxret = process_each_vg(cmd, argc, argv, NULL, NULL, 0, 0, NULL, &_vgscan_single);
|
||||||
|
|
||||||
if (arg_is_set(cmd, mknodes_ARG)) {
|
if (arg_is_set(cmd, mknodes_ARG)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user