]> sourceware.org Git - lvm2.git/commitdiff
Reinstate accidentally-deleted line.
authorAlasdair Kergon <agk@redhat.com>
Sat, 3 Mar 2012 17:03:20 +0000 (17:03 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sat, 3 Mar 2012 17:03:20 +0000 (17:03 +0000)
tools/pvscan.c

index be5dc84969e01d965ca222c0a15ea5340020853e..cca079c8ef7f043d8ac87e784fd6b787aeb744f0 100644 (file)
@@ -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");
This page took 0.041009 seconds and 5 git commands to generate.