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:
parent
58f55600d0
commit
f9e177d281
@ -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.
|
||||||
|
@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user