From 09ba95b266c8ae6bde126792de1baadbde4f5c01 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 27 Jul 2010 21:57:37 +0000 Subject: [PATCH] . --- WHATS_NEW | 6 +++++- WHATS_NEW_DM | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index 6b5b5150d..2f827666d 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -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. diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 640401e4a..60e9fa266 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -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