1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

Update WHATS_NEW for --metadataignore and --vgmetadatacopies changes.

This commit is contained in:
Dave Wysochanski 2010-06-29 12:06:14 +00:00
parent 763888abef
commit 6f0a72fb75

View File

@ -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.