summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2012-09-05 14:32:06 -0500
committerJonathan Brassow <jbrassow@redhat.com>2012-09-05 14:32:06 -0500
commitb49b98d50c558a142d0a2ef55279eea00bd36eba (patch)
treeaf1c52c925e2f9ac3b36761df0874557fd0c2915 /WHATS_NEW
parentc3eb3a76875ccf8c544c991bc52b6b3061bf8f58 (diff)
downloadlvm2-b49b98d50c558a142d0a2ef55279eea00bd36eba.tar.gz
lvm2-b49b98d50c558a142d0a2ef55279eea00bd36eba.tar.xz
lvm2-b49b98d50c558a142d0a2ef55279eea00bd36eba.zip
RAID: '--test' should not cause a valid create command to fail
It is necessary when creating a RAID LV to clear the new metadata areas. Failure to do so could result in a prepopulated bitmap that would cause the new array to skip syncing portions of the array. It is a requirement that the metadata LVs be activated and cleared in the process of creating. However in test mode, this requirement should be lifted - no new LVs should be created or written to.
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 28d1908d..8718a0bb 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.98 -
=================================
+ Fix RAID LV creation with '--test' so valid commands do not fail.
Add lvm_lv_rename() to lvm2api.
Fix setvbuf code by closing and reopening stream before changing buffer.
Disable private buffering when using liblvm.