]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 14:04:15 +0000 (14:04 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 14:04:15 +0000 (14:04 +0000)
VERSION
VERSION_DM
WHATS_NEW
WHATS_NEW_DM
doc/example.conf.in

diff --git a/VERSION b/VERSION
index 6a3f7c70fb50a5925e0f07abaf9833bf9443e23e..a90c525cfd6d64925f10d2a2c7704631ae623a0f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.69(2)-cvs (2010-06-23)
+2.02.69(2)-cvs (2010-06-30)
index 09fb209fc07057784d390946ef3eaa16bb7e9d3c..f391f859e7e97682c73c4ee7f249f54ea400de9e 100644 (file)
@@ -1 +1 @@
-1.02.51-cvs (2010-06-23)
+1.02.51-cvs (2010-06-30)
index f81deda48e310b350fc7251beb23773439a28925..daa328caa102fa7f3292a52135b05d70a9e3c5fe 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,18 +1,16 @@
-Version 2.02.69 - 
+Version 2.02.69 - 30th June 2010
 ================================
   Fix vgremove to allow removal of VG with missing PVs. (2.02.52)
-  Add --metadataignore to pvcreate and vgextend and define in lvm.conf.
-  Add {pv|vg}_mda_used_count which displays a count of mdas w/ignored bit clear.
-  Add vg_mda_copies which displays the value of --vgmetadatacopies.
+  Add metadata/vgmetadatacopies to lvm.conf.
+  Add --metadataignore to pvcreate and vgextend.
+  Add vg_mda_copies, pv_mda_used_count and vg_mda_used_count to reports.
   Describe --vgmetadatacopies in lvm.conf and other man pages.
-  Interpret --metadatacopies based on PV or VG command.
-  Allow "all" and "unmanaged" values for --vgmetadatacopies in addition to #.
-  Add vgcreate/vgchange --vgmetadatacopies to select #mdas in a VG.
+  Add --[vg]metadatacopies to select number of mdas to use in a VG.
   Make the metadata ignore bit control read/write metadata areas in a PV.
   Add pvchange --metadataignore to set or clear a metadata ignore bit.
   Refactor metadata code to prepare for --metadataignore / --vgmetadatacopies.
   Ensure region_size of mirrored log does not exceed its full size.
-  Generate liblvm2app and libdevmapper exported symbols from header file.
+  Generate liblvm2app exported symbols from header file.
   Preload libc locale messages to prevent reading it in memory locked state.
   Fix handling of simultaneous mirror image and mirrored log image failure.
 
index 5c8e7be3b570c7a969f1194e19a6bfe42691b262..1b15acbe0a6e27517fb733892b4000f1994f5e23 100644 (file)
@@ -1,5 +1,6 @@
-Version 1.02.51 - 
+Version 1.02.51 - 30th June 2010
 ================================
+  Generate libdevmapper exported symbols from header file.
 
 Version 1.02.50 - 23rd June 2010
 ================================
index 02c6cd53cb3eeb60af009951a13cbb71509a32a5..d5af3159327a9df460c7eabae49f32d7b79afe6e 100644 (file)
@@ -456,7 +456,7 @@ activation {
 
     # pvmetadatacopies = 1
 
-    # Default number of copies of metadata to hold on each VG.
+    # Default number of copies of metadata to maintain for each VG.
     # If set to a non-zero value, LVM automatically manages the PV
     # 'metadataignore' flags (see pvchange) to achieve the requested
     # copies of metadata.  You may set a value larger than the
This page took 0.046402 seconds and 5 git commands to generate.