summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-05-05 02:08:46 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-05-05 02:08:46 +0000
commiteb2d70293d06d23b2224df6728c46ff8eafe9ed9 (patch)
tree803af7f0743668e49ea81bed475d0e234d876eb7 /WHATS_NEW
parent1e4e9548b167ca2a76a0bbb3a5a347c062b84361 (diff)
downloadlvm2-eb2d70293d06d23b2224df6728c46ff8eafe9ed9.tar.gz
lvm2-eb2d70293d06d23b2224df6728c46ff8eafe9ed9.tar.xz
lvm2-eb2d70293d06d23b2224df6728c46ff8eafe9ed9.zip
Fix up-convert when mirror activation is controled by volume_list and tags.
When mirrors are up-converted, a transient mirror layer is put in so that only the new devices are sync'ed. That transient layer must carry the tags of the original mirror LV, otherwise it will fail to activate when activation is regulated by lvm.conf:activation/volume_list. The conversion would then fail. The fix is to do exactly the same thing that is being done for linear -> mirror converting (lib/metadata/mirror.c:_init_mirror_log()). We copy the tags temporarily for the new LV and remove them after the activation.
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 df4bbd6d..6e59f72d 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix up-convert when mirror activation is controled by volume_list and tags.
Disallow snapshots of mirror segment type.
Fix bug in cmirror that caused incorrect status info to print on some nodes.
Remove statement that snapshots cannot be tagged from lvm man page.