1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

Fix error message when fixing up PV size in lvm2 metadata (2.02.11).

This commit is contained in:
Alasdair Kergon 2007-11-04 15:43:50 +00:00
parent d38bf3616c
commit 612548c04d
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.29 - Version 2.02.29 -
================================== ==================================
Fix error message when fixing up PV size in lvm2 metadata (2.02.11).
Fix orphan-related locking in pvdisplay and pvs. Fix orphan-related locking in pvdisplay and pvs.
Fix missing VG unlocks in some pvchange error paths. Fix missing VG unlocks in some pvchange error paths.
Add some missing validation of VG names. Add some missing validation of VG names.

View File

@ -221,7 +221,7 @@ static int _read_pv(struct format_instance *fid, struct dm_pool *mem,
log_error("%s: Couldn't get size.", pv_dev_name(pv)); log_error("%s: Couldn't get size.", pv_dev_name(pv));
return 0; return 0;
} }
log_verbose("Fixing up missing format1 size (%s) " log_verbose("Fixing up missing size (%s) "
"for PV %s", display_size(fid->fmt->cmd, pv->size), "for PV %s", display_size(fid->fmt->cmd, pv->size),
pv_dev_name(pv)); pv_dev_name(pv));
if (vg) { if (vg) {