1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Fix "allocated" warning typo.

This commit is contained in:
Milan Broz 2010-06-22 21:10:53 +00:00
parent 58f55600d0
commit f9e177d281
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.68 - Version 2.02.68 -
=============================== ===============================
Fix typo in warning message about missing device with allocated data areas.
Add device name and offset to output of error messages in raw_read_mda_header(). Add device name and offset to output of error messages in raw_read_mda_header().
Use flexible data[] in cmirrord request to prevent abort in runtime size checks. Use flexible data[] in cmirrord request to prevent abort in runtime size checks.
Honor log argument when down-converting stacked mirror. Honor log argument when down-converting stacked mirror.

View File

@ -2604,7 +2604,7 @@ static void check_reappeared_pv(struct volume_group *correct_vg,
pv->status &= ~MISSING_PV; pv->status &= ~MISSING_PV;
pvl->pv->status &= ~MISSING_PV; pvl->pv->status &= ~MISSING_PV;
} else } else
log_warn("Device still marked missing because of alocated data " log_warn("Device still marked missing because of allocated data "
"on it, remove volumes and consider vgreduce --removemissing."); "on it, remove volumes and consider vgreduce --removemissing.");
} }
} }