summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-05-11 22:19:12 +0000
committerAlasdair Kergon <agk@redhat.com>2012-05-11 22:19:12 +0000
commit8a689fd04d7cb0f64d0d9e2c284c7595c3d03beb (patch)
treeaf15849a52a22ce248a525c447db5f6c6dab8c0a /WHATS_NEW
parent01cfbe14f1b9b780d848c7acbb60a0504b6b86ff (diff)
downloadlvm2-8a689fd04d7cb0f64d0d9e2c284c7595c3d03beb.tar.gz
lvm2-8a689fd04d7cb0f64d0d9e2c284c7595c3d03beb.tar.xz
lvm2-8a689fd04d7cb0f64d0d9e2c284c7595c3d03beb.zip
Fix allocation policy loop so it doesn't continue beyond cling using later
policies it shouldn't be using when --alloc cling is specified but no tags are defined.
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 6ee8eef4..68ab3af3 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.96 -
================================
+ Fix policy loop not to use later policies when --alloc cling without tags.
Append _TO_LVSEG to names of internal A_CONTIGUOUS and A_CLING flags.
Add missing pkg init --with-systemdsystemunitdir in configure.in (2.02.92).
Fix division by zero if PV with zero PE count is used during vgcfgrestore.