summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-04-20 14:17:44 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-04-20 14:17:44 +0000
commitc62f9f0b2fd4f288349a535e9a99a1e5b883ebbf (patch)
tree29cff539343f2db25a1b5dfc901853fdf64c068a /WHATS_NEW
parent1a53400723740c041f12637ad9cb9c869892fd43 (diff)
downloadlvm2-c62f9f0b2fd4f288349a535e9a99a1e5b883ebbf.tar.gz
lvm2-c62f9f0b2fd4f288349a535e9a99a1e5b883ebbf.tar.xz
lvm2-c62f9f0b2fd4f288349a535e9a99a1e5b883ebbf.zip
Unlike 'mirror' segtype, 'raid1' should perform flush on suspend.
The 'mirror' segtype and 'raid1' segtype both set the 'MIRRORED' flag. However, due to differences in the way these device-mapper targets behave 'mirror' must be suspended with the 'noflush' option and 'raid1' does not have to be. This patch ensures that when the 'MIRRORED' flag is checked to see if 'noflush' is needed that it does not also set it for 'raid1' by mistake.
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 04650f99..487786b5 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Unlike 'mirror' segtype, 'raid1' should perform flush on suspend.
Add udev info and context to lvmdump.
Fix RAID device replacement code so that it works under snapshot.
Fix inability to split RAID1 image while specifying a particular PV.