From d1bcb21e02a33a03795c2e35bd4d16ea67107c5d Mon Sep 17 00:00:00 2001 From: Jonathan Brassow Date: Mon, 16 Sep 2013 15:37:48 -0500 Subject: [PATCH] WHATS_NEW: Better description for commit 82228ac More correct description of changes made to disallow thin+mirror. --- WHATS_NEW | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index 45e0050ab..29fb822e2 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -6,7 +6,8 @@ Version 2.02.101 - Add man page entries for lvmdump's -u and -l options. Fix lvm2app segfault while using lvm_list_pvs_free fn if there are no PVs. Improve of clvmd singlenode locking simulation. - Disallow thinpools on mirror logical volumes. + lvconvert no longer converts LVs of "mirror" segment type to thinpool. + lvconvert no longer converts thinpool sub-LVs to "mirror" segment type. Direct udev to use 3min timeout for LVM devices. Recent udev has default 30s. Do not scan multipath or RAID components and avoid incorrect autoactivation. Fix MD/loop udev handling to fire autoactivation after setup or coldplug only.