summaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-05-18 22:12:53 +0000
committerAlasdair Kergon <agk@redhat.com>2004-05-18 22:12:53 +0000
commitfdf15caaffa2e8ea8a70e629f0255407241d6077 (patch)
tree8c67a5c599ba6fdb54955e0c8f9c4c75dc76cb61 /WHATS_NEW
parentc7b4a53c0b75057cd1949b790edd62968496e2ea (diff)
downloadlvm2-fdf15caaffa2e8ea8a70e629f0255407241d6077.tar.gz
Rename allocation policies; add --alloc to cmdline; LV inherits from VG.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW5
1 files changed, 5 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 07c822aea..45e1b730e 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,10 @@
Version 2.00.16 -
=============================
+ Add --alloc argument to tools.
+ Rename allocation policies to contiguous, normal, anywhere, inherit.
+ nextfree becomes normal; anywhere isn't implemented yet.
+ LV inherits allocation policy from VG. Defaults: LV - inherit; VG - normal
+ Additional status character added to vgs to indicate allocation policy.
Add reset_fn to external_locking.
Ensure presence of virtual targets before attempting activating.
Attempt to fix resizing of snapshot origins.