mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix "allocated" warning typo.
This commit is contained in:
parent
58f55600d0
commit
f9e177d281
@ -1,5 +1,6 @@
|
||||
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().
|
||||
Use flexible data[] in cmirrord request to prevent abort in runtime size checks.
|
||||
Honor log argument when down-converting stacked mirror.
|
||||
|
@ -2604,7 +2604,7 @@ static void check_reappeared_pv(struct volume_group *correct_vg,
|
||||
pv->status &= ~MISSING_PV;
|
||||
pvl->pv->status &= ~MISSING_PV;
|
||||
} 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.");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user