All of lore.kernel.org
 help / color / mirror / Atom feed
From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 VERSION VERSION_DM WHATS_NEW WHATS_NEW_DM
Date: 8 Jul 2011 19:19:45 -0000	[thread overview]
Message-ID: <20110708191945.27018.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-07-08 19:19:44

Modified files:
	.              : VERSION VERSION_DM WHATS_NEW WHATS_NEW_DM 

Log message:
	pre-release

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/VERSION.diff?cvsroot=lvm2&r1=1.280&r2=1.281
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/VERSION_DM.diff?cvsroot=lvm2&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2040&r2=1.2041
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.479&r2=1.480

--- LVM2/VERSION	2011/04/29 19:02:22	1.280
+++ LVM2/VERSION	2011/07/08 19:19:44	1.281
@@ -1 +1 @@
-2.02.86(2)-cvs (2011-04-29)
+2.02.86(2)-cvs (2011-07-08)
--- LVM2/VERSION_DM	2011/04/29 17:05:20	1.85
+++ LVM2/VERSION_DM	2011/07/08 19:19:44	1.86
@@ -1 +1 @@
-1.02.65-cvs (2011-04-29)
+1.02.65-cvs (2011-07-08)
--- LVM2/WHATS_NEW	2011/07/08 16:49:04	1.2040
+++ LVM2/WHATS_NEW	2011/07/08 19:19:44	1.2041
@@ -1,12 +1,12 @@
-Version 2.02.86 -  
-=================================
-  Fix warning in pvcreate for MD linear devices.
+Version 2.02.86 - 8th July 2011
+===============================
+  Remove unnecessary warning in pvcreate for MD linear devices.
   Move snapshot removal activation logic into lib/activate.
   Cope with a PV only discovered missing when creating deptree.
   Abort operation if dm_tree_node_add_target_area fails.
   Add activation/checks to lvm.conf to perform additional ioctl validation.
+  Always preload on suspend, even if no metadata changed (lvchange --refresh).
   When suspending, automatically preload newly-visible existing LVs.
-  Report internal error when parameters are missing on table load.
   Teardown any stray devices with $COMMON_PREFIX during test runs.
   Reinstate correct permissions when creating mirrors. [2.02.85]
   Append 'm' attribute to pv_attr for missing PVs.
@@ -14,16 +14,14 @@
   Remove enforcement of udev verification when using non-standard /dev location.
   Fix to preserve exclusive activation of mirror while up-converting.
   Reject allocation if number of extents is not divisible by area count.
-  Fix issue preventing cluster mirror creation.
+  Fix cluster mirror creation to work with new mirror allocation algorithm.
   Ignore activation/verify_udev_operations if dm kernel driver vsn < 4.18.
   Add activation/verify_udev_operations to lvm.conf, disabled by default.
   Call vg_mark_partial_lvs() before VG structure is returned from the cache.
   Remove unused internal flag ACTIVATE_EXCL from the code.
   Remove useless test of ACTIVATE_EXCL in lv_add_mirrors() clustered code path.
-  Use lv_activate_opts struct instead of MERGING status flag.
-  Use lv_activate_opts struct instead of ACTIVATE_EXCL status flag.
   Add lv_activate_opts structure for activation (replacing activation flags).
-  Fix a problem with inconsistent pre-commit metadata on MISSING_PV devices.
+  Ignore inconsistent pre-commit metadata on MISSING_PV devs while activating.
   Add proper udev library context initialization and finalization to liblvm.
   Fix last snapshot removal to avoid table reload while a device is suspended.
   Use dm_get_suspended_counter in replacement critical_section logic.
@@ -33,11 +31,12 @@
   Annotate critical section debug messages.
   Fix reduction of mirrors with striped segments to always align to stripe size.
   Validate mirror segments size.
-  Fix extent rounding for striped volumes (never reduce more than requested).
+  Include lvmetad development code in tree.
+  Fix extent rounding for striped volumes never to reduce more than requested.
   Fix create_temp_name to replace any '/' found in the hostname with '?'.
-  Always use append to file in lvmdump (selinux policy - no file truncation).
+  Always use append to file in lvmdump. selinux policy may ban file truncation.
   Propagate test mode to clvmd to skip activation and changes to held locks.
-  Defer writing PV labels to vg_write.
+  Defer writing PV labels until vg_write.
   Store label_sector only in struct physical_volume.
   Permit --available with lvcreate so non-snapshot LVs need not be activated.
   Report sector containing label in verbose message.
@@ -46,8 +45,8 @@
   Do not log a superfluous stack message when the lv is properly processed.
   Do not issue an error message when unable to remove .cache on read-only fs.
   Avoid memlock size mismatch by preallocating stdio line buffers.
+  Rewrite vgreduce --removemissing --force to share lvconvert code.
   Reorganize lvconvert --repair code to allow reuse.
-  Rewrite vgreduce --removemissing --force leveraging shared lvconvert code.
 
 Version 2.02.85 - 29th April 2011
 =================================
--- LVM2/WHATS_NEW_DM	2011/07/08 17:08:19	1.479
+++ LVM2/WHATS_NEW_DM	2011/07/08 19:19:44	1.480
@@ -1,12 +1,13 @@
-Version 1.02.65 - 
-==================================
+Version 1.02.65 - 8th July 2011
+===============================
   Remove dev name prefix from dmsetup line output if exactly one dev requested.
   Report internal error if suspending a device using an already-suspended dev.
+  Report error if a table load requiring target parameters has none supplied.
   Add dmsetup --checks and dm_task_enable_checks framework to validate ioctls.
   Add age_in_minutes parameter to dmsetup udevcomplete_all.
   Return immediately from dm_lib_exit() if called more than once.
   Disable udev fallback by default and add --verifyudev option to dmsetup.
-  Warn if a table is loaded while a device is known to be in suspended state.
+  Report internal error if any table is loaded while any dev is known suspended.
   Add dm_get_suspended_counter() for number of devs in suspended state by lib.
   Fix "all" report field prefix matching to include label fields with pv_all.
   Delay resuming new preloaded mirror devices with core logs in deptree code.



             reply	other threads:[~2011-07-08 19:19 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08 19:19 agk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-06  4:47 LVM2 VERSION VERSION_DM WHATS_NEW WHATS_NEW_DM agk
2012-03-03  2:08 agk
2012-03-03  1:00 agk
2012-02-23 18:22 agk
2012-01-27  1:23 agk
2011-08-19 19:42 agk
2011-08-19 16:31 agk
2011-08-12  2:34 agk
2011-08-12  1:34 agk
2011-07-08 19:57 agk
2011-04-29 17:05 agk
2011-04-29 16:12 agk
2011-02-09 12:11 agk
2011-02-09 12:04 agk
2011-02-04 22:46 agk
2011-01-10 14:51 agk
2010-12-21  1:08 agk
2010-12-06 22:13 agk
2010-11-22 18:38 agk
2010-11-22 14:26 agk
2010-09-24 16:25 agk
2010-08-19 22:33 agk
2010-08-18 20:57 agk
2010-07-28 21:58 agk
2010-07-28 11:49 agk
2010-07-27 22:52 agk
2010-07-06 16:49 agk
2010-06-30 14:50 agk
2010-06-23 19:35 agk
2010-06-23 17:48 agk
2010-06-07 10:25 agk
2010-06-04 17:23 agk
2010-05-20 23:21 agk
2010-05-20 22:27 agk
2010-05-17 20:18 agk
2010-04-30 15:48 agk
2010-04-14 21:47 agk
2010-04-14 17:50 agk
2010-03-09 14:01 agk
2010-03-09 13:13 agk
2010-01-23  2:14 agk
2010-01-22  1:09 agk
2010-01-21 23:55 agk
2010-01-14 14:42 agk
2010-01-14 14:02 agk
2010-01-12 14:47 agk
2010-01-12 14:39 agk
2009-11-24 19:04 agk
2009-11-24 18:26 agk
2009-11-19 19:53 agk
2009-11-19 19:00 agk
2009-10-27  1:13 agk
2009-10-26 21:56 agk
2009-09-26  0:42 agk
2009-09-25 18:32 agk
2009-09-15 13:54 agk
2009-09-15 10:57 agk
2009-08-06 19:32 agk
2009-07-28 20:47 agk
2009-07-15 15:38 agk
2009-07-15 13:20 agk
2009-07-01  9:31 agk
2009-06-30 18:41 agk
2009-06-26 10:57 agk
2009-05-22 15:23 agk
2009-03-03 18:25 agk
2009-03-03 13:03 agk
2009-01-26 14:46 agk
2009-01-26 13:14 agk
2008-11-19 14:14 agk
2008-11-10 12:39 agk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110708191945.27018.qmail@sourceware.org \
    --to=agk@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.