diff --git a/WHATS_NEW b/WHATS_NEW index 53fe94995..0c415a378 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,14 @@ Version 2.02.69 - ================================ + Add {pv|vg}_mda_used_count which displays a count of mdas w/ignored bit clear. + Add vg_mda_copies which displays the value of --vgmetadatacopies. + Describe --vgmetadatacopies in lvm.conf and other man pages. + Interpret --metadatacopies based on PV or VG command. + Allow "all" and "unmanaged" values for --vgmetadatacopies in addition to #. + Add vgcreate/vgchange --vgmetadatacopies to select #mdas in a VG. + Make the metadata ignore bit control read/write metadata areas in a PV. + Add pvchange --metadataignore to set or clear a metadata ignore bit. + Refactor metadata code to prepare for --metadataignore / --vgmetadatacopies. Ensure region_size of mirrored log does not exceed its full size. Generate liblvm2app and libdevmapper exported symbols from header file. Preload libc locale messages to prevent reading it in memory locked state.