1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: make the message about marked PVs consistent with the others

This commit is contained in:
Peter Rajnoha 2016-02-15 15:20:23 +01:00
parent cc9e683adc
commit 099d99975c

View File

@ -3068,7 +3068,7 @@ static int _process_pvs_in_vg(struct cmd_context *cmd,
pv_name = pv_dev_name(pv);
if (cmd->system_id && is_orphan(pv) && is_used_pv(pv)) {
log_verbose("PV %s is belonging to a VG but its metadata is missing.", pv_name);
log_verbose("PV %s is marked as belonging to a VG but its metadata is missing.", pv_name);
log_verbose("Skipping PV %s because it's not possible to decide whether it matches system id.", pv_name);
continue;
}