1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
This commit is contained in:
Alasdair Kergon 2010-07-27 21:57:37 +00:00
parent 5f9d855d3e
commit 38befc5ded
2 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,12 @@
Version 2.02.71 -
===============================
Document LVM fault handling in doc/lvm_fault_handling.txt.
Make vgck warn about missing PVs.
Clarify help text for vg_mda_count.
Check if cluster log daemon is running before allowing cmirror create.
Add unit-tests dir.
Add configure --enable-testing and reports and report-generators dirs.
Correct LV list order used by lvconvert when splitting a mirror.
Check if LV with specified name already exists when splitting a mirror.
Fix suspend/resume logic for LVs resulting from splitting a mirror.
Update pvcreate, {pv|vg}change, and lvm.conf man pages about metadataignore.
@ -14,9 +18,9 @@ Version 2.02.71 -
Remove unnecessary includes in liblvm files.
Use __attribute__ consistently throughout.
Fix redundant declarations and always compile with -Wredundant-decls.
Fix possible hang when all mirror images of a mirrored log fail.
Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.
Init mda->list in mda_copy.
Fix possible hang when all mirror images of a mirrored log fail.
Do not log backtrace in valid _lv_resume() code path.
Cleanup help strings in configure.in.
Prompt if metadataignore with vgextend or pvchange would adjust vg_mda_copies.

View File

@ -2,6 +2,10 @@ Version 1.02.53 -
===============================
Switch dmeventd to use dm_create_lockfile and drop duplicate code.
Add dm_create_lockfile to libdm to handle pidfiles for all daemons.
Replace lookup with next in struct dfa_state & calculate states on demand.
Improve the regex matcher, reducing the number of charset nodes used.
Add dm_regex_fingerprint to facilitate regex testing.
Skip ffs(0) in _test_word in bitset functions.
Use "nowatch" udev rule for inappropriate devices.
Version 1.02.52 - 6th July 2010