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.
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.");
}
}