mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-30 17:18:21 +03:00
pre-release
This commit is contained in:
parent
6117bfc0af
commit
4e11851795
@ -1 +1 @@
|
||||
1.02.51-cvs (2010-06-23)
|
||||
1.02.51-cvs (2010-06-30)
|
||||
|
14
WHATS_NEW
14
WHATS_NEW
@ -1,18 +1,16 @@
|
||||
Version 2.02.69 -
|
||||
Version 2.02.69 - 30th June 2010
|
||||
================================
|
||||
Fix vgremove to allow removal of VG with missing PVs. (2.02.52)
|
||||
Add --metadataignore to pvcreate and vgextend and define in lvm.conf.
|
||||
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.
|
||||
Add metadata/vgmetadatacopies to lvm.conf.
|
||||
Add --metadataignore to pvcreate and vgextend.
|
||||
Add vg_mda_copies, pv_mda_used_count and vg_mda_used_count to reports.
|
||||
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.
|
||||
Add --[vg]metadatacopies to select number of mdas to use 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.
|
||||
Generate liblvm2app exported symbols from header file.
|
||||
Preload libc locale messages to prevent reading it in memory locked state.
|
||||
Fix handling of simultaneous mirror image and mirrored log image failure.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
Version 1.02.51 -
|
||||
Version 1.02.51 - 30th June 2010
|
||||
================================
|
||||
Generate libdevmapper exported symbols from header file.
|
||||
|
||||
Version 1.02.50 - 23rd June 2010
|
||||
================================
|
||||
|
@ -456,7 +456,7 @@ activation {
|
||||
|
||||
# pvmetadatacopies = 1
|
||||
|
||||
# Default number of copies of metadata to hold on each VG.
|
||||
# Default number of copies of metadata to maintain for each VG.
|
||||
# If set to a non-zero value, LVM automatically manages the PV
|
||||
# 'metadataignore' flags (see pvchange) to achieve the requested
|
||||
# copies of metadata. You may set a value larger than the
|
||||
|
Loading…
Reference in New Issue
Block a user