mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
release 2.02.104
87 files changed, 1207 insertions(+), 294 deletions(-)
This commit is contained in:
parent
527db4645f
commit
77a1efeb8e
@ -1 +1 @@
|
||||
1.02.83-git (2013-10-04)
|
||||
1.02.83-git (2013-11-13)
|
||||
|
@ -1,5 +1,5 @@
|
||||
Version 2.02.104 -
|
||||
===================================
|
||||
Version 2.02.104 - 13th November 2013
|
||||
=====================================
|
||||
Workaround VG refresh race during autoactivation by retrying the refresh.
|
||||
Handle failures in temporary mirror used when adding images to mirrors.
|
||||
Fix and improve logic for implicitely exclusive activations.
|
||||
@ -28,7 +28,6 @@ Version 2.02.104 -
|
||||
Move code to remove virtual snapshot from tools to lib for lvm2app.
|
||||
Fix possible race during daemon worker thread creation (lvmetad).
|
||||
Fix possible deadlock while clearing lvmetad cache for full rescan.
|
||||
Fix possible race while creating/destroying memory pools.
|
||||
Recognise NVM Express devices in filter.
|
||||
Fix failing metadata repair when lvmetad is used.
|
||||
Fix incorrect memory handling when reading messages from lvmetad.
|
||||
@ -37,7 +36,7 @@ Version 2.02.104 -
|
||||
Add support for flagging an LV to skip udev scanning during activation.
|
||||
Improve message when unable to change discards setting on active thin pool.
|
||||
Run full scan before vgrename operation to avoid any cache name collision.
|
||||
Fix lvconvert when converting to a thin pool and thin LV at once.
|
||||
Fix lvconvert when converting to a thin pool and thin LV at once. (2.02.99)
|
||||
|
||||
Version 2.02.103 - 4th October 2013
|
||||
===================================
|
||||
|
@ -1,9 +1,11 @@
|
||||
Version 1.02.83
|
||||
==================================
|
||||
Version 1.02.83 - 13th November 2013
|
||||
====================================
|
||||
Consistently report on stderr when device is not found for dmsetup info.
|
||||
Skip race errors when non-udev dmsetup build runs on udev-enabled system.
|
||||
Skip error message when holders are not present in sysfs.
|
||||
Use __linux__ instead of linux define to make libdevmapper.h C compliant.
|
||||
Use mutex to avoid possible race while creating/destroying memory pools.
|
||||
Require libpthread to build now.
|
||||
|
||||
Version 1.02.82 - 4th October 2013
|
||||
==================================
|
||||
|
Loading…
Reference in New Issue
Block a user