1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00
This commit is contained in:
Alasdair Kergon 2009-11-19 19:42:57 +00:00
parent 31b2e7ed94
commit 938cf35994
2 changed files with 8 additions and 8 deletions

View File

@ -1,18 +1,18 @@
Version 2.02.55 - 19th November 2009 Version 2.02.55 - 19th November 2009
==================================== ====================================
Fix a possible deadlock in mirror code due to memlock refcount mismatch. Fix deadlock when changing mirrors due to unpaired memlock refcount changes.
Enable dmeventd event handlers to properly scan devices. Use separate memlock counter for dmeventd handlers to permit device scanning.
Do not activate directly not visible volumes in vgchange. Directly restrict vgchange to activating visible LVs.
Fix pvmove region_size oveflow for very large PVs. Fix pvmove region_size overflow for very large PVs.
Fix lvcreate and lvresize processing of %PVS argument. Fix lvcreate and lvresize %PVS argument always to use sensible total size.
Tidy some uses of arg_count and introduce arg_is_set. Tidy some uses of arg_count and introduce arg_is_set.
Export outnl and indent functions for modules. Export outnl and indent functions for modules.
Flush stdout after yes/no prompt. Flush stdout after yes/no prompt.
Update vgsplit and vgcreate to use vg_set_clustered. Update vgsplit and vgcreate to use vg_set_clustered.
Add vg_mda_count and vg_set_clustered library function. Add vg_mda_count and vg_set_clustered library functions.
Add more vgcreate and vgsplit nightly tests. Add more vgcreate and vgsplit nightly tests.
Insert some missing stack macros into activation code. Insert some missing stack macros into activation code.
Recognise DRBD device part and handle it similar to MD devices. Recognise DRBD devices and handle them like md devices.
Version 2.02.54 - 26th October 2009 Version 2.02.54 - 26th October 2009
=================================== ===================================

View File

@ -2,7 +2,7 @@ Version 1.02.40 - 19th November 2009
==================================== ====================================
Fix install_device-mapper Makefile target to not build dmeventd plugins. Fix install_device-mapper Makefile target to not build dmeventd plugins.
Support udev flags even when udev_sync is disabled or not compiled in. Support udev flags even when udev_sync is disabled or not compiled in.
Remove 'last_rule' from udev rules: honor ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}. Remove 'last_rule' from udev rules: honour DM_UDEV_DISABLE_OTHER_RULES_FLAG.
Add dmsetup --inactive support. Add dmsetup --inactive support.
Add dm_task_query_inactive_table to libdevmapper for kernel driver >= 4.16. Add dm_task_query_inactive_table to libdevmapper for kernel driver >= 4.16.
Fix hash lookup segfault when keys compared are different lengths. Fix hash lookup segfault when keys compared are different lengths.