summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-01-17 16:46:50 +0000
committerAlasdair Kergon <agk@redhat.com>2011-01-17 16:46:50 +0000
commitc7e561d33d2636488721ade1a66e2cdacfb47715 (patch)
tree74f15a41e77d18c1b2cc2a077e1e046ee2301501
parentce94c7ea734faa40c566b3d3c39c0ae6655edcd0 (diff)
downloadlvm2-2_02_81.tar.gz
-rw-r--r--VERSION2
-rw-r--r--WHATS_NEW11
2 files changed, 7 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index df03c0451..69ae972f4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.81(2)-cvs (2011-01-10)
+2.02.81(2)-cvs (2011-01-17)
diff --git a/WHATS_NEW b/WHATS_NEW
index fdb74b46f..7ae054395 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,12 +1,13 @@
-Version 2.02.81 -
+Version 2.02.81 - 17th January 2011
===================================
- Do not scan devices unnecessarily in dev_reset_error_count().
- Skip unnecessary lock_vol() call after volume deactivation.
- Extend exec_cmd params to specify, when device sync is needed.
+ Do not scan devices in dev_reset_error_count().
+ Skip unnecessary LOCK_NULL unlock call during volume deactivation.
+ Skip fs_unlock when calling exec_cmd within activation code (for modprobe).
+ Extend exec_cmd params to specify when device sync (fs_unlock) is needed.
Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)
Introduce sync_local_dev_names and CLVMD_CMD_SYNC_NAMES to issue fs_unlock.
Accept fusion fio in device type filter.
- Add disk to mirrored log type conversion.
+ Add disk to allowed mirrored log type conversions.
Version 2.02.80 - 10th January 2011
===================================