mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Reinstate accidentally-deleted line.
This commit is contained in:
parent
37160ef249
commit
113f2a0113
@ -152,6 +152,7 @@ int pvscan(struct cmd_context *cmd, int argc, char **argv)
|
||||
return EINVALID_CMD_LINE;
|
||||
}
|
||||
|
||||
if (arg_count(cmd, exported_ARG) || arg_count(cmd, novolumegroup_ARG))
|
||||
log_warn("WARNING: only considering physical volumes %s",
|
||||
arg_count(cmd, exported_ARG) ?
|
||||
"of exported volume group(s)" : "in no volume group");
|
||||
|
Loading…
Reference in New Issue
Block a user