summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:58:04 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-23 09:58:04 +0000
commit2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6 (patch)
tree107900dd0aee55a103c6cb60ba628c8f6d913f35 /WHATS_NEW
parent5da4d94adc02df77976d1381bfea914fe2622850 (diff)
downloadlvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.tar.gz
lvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.tar.xz
lvm2-2caa558e7c57efa6c0d7cf4e38cee68445a6d7f6.zip
Update and fix monitoring of thin pool devices
Code adds better support for monitoring of thin pool devices. update_pool_lv uses DMEVENTD_MONITOR_IGNORE to not manipulate with monitoring. vgchange & lvchange are checking real thin pool device for existance as we are using _tpool real device and visible LV pool device might not be even active (_tpool is activated implicitely for any thin volume). monitor_dev_for_events is another _lv_postorder like code it might be worth to think about reusing it here - for now update the code to properly monitory thin volume deps. For unmonitoring add extra code to check the usage of thin pool - in case it's in use unmonitoring of thin volume is skipped.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index f0c834df..fc9c4786 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Update and fix monitoring of thin pool devices.
Check hash insert success in lock_vg clvmd.
Check for buffer overwrite in get_cluster_type() clvmd.
Fix global/detect_internal_vg_cache_corruption config check.