summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-05-01 19:21:24 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-05-01 19:21:24 +0000
commit1e4e9548b167ca2a76a0bbb3a5a347c062b84361 (patch)
tree74073c89b9d96bf2f729d7155a144165b1837298 /WHATS_NEW
parentb22835dd68583f792226e44e965e30b38d4d7d7d (diff)
downloadlvm2-1e4e9548b167ca2a76a0bbb3a5a347c062b84361.tar.gz
lvm2-1e4e9548b167ca2a76a0bbb3a5a347c062b84361.tar.xz
lvm2-1e4e9548b167ca2a76a0bbb3a5a347c062b84361.zip
Disallow snapshots of mirror segment types.
Snapshots of RAID logical volumes are allowed (including "raid1"). However, snapshots of "mirror" logical volumes has been disallowed due to unsolvable issues inherent to the design. The fact that mirroring (dm-raid1.c) must stop all I/O as the result of a failure and wait for userspace intervention can lead to a circular dependency if userspace is simultaneously waiting for snapshots (on mirrors) to make an I/O update before proceeding. Various snapshot on mirror tests have been removed as a result.
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 636fae3f..df4bbd6d 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ 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.
Disallow changing cluster attribute of VG while RAID LVs are active.