1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Update WHATS_NEW.

This commit is contained in:
Petr Rockai 2012-10-12 13:24:06 +02:00
parent 3058f662cf
commit 141f26035d

View File

@ -1,5 +1,22 @@
Version 2.02.98 -
=================================
Implement devices/global_filter (affects lvmetad).
Make vgscan --cache an alias to pvscan --cache.
Clear lvmetad metadata/PV cache before a rescan.
Fix a segmentation fault upon receiving a corrupt lvmetad response.
Give inconsistent metadata warnings in pvscan --cache.
Make lvremove ask before discarding data areas.
Avoid overlapping locks that could cause a deadlock in lvmetad.
Fix memory leaks in libdaemon and lvmetad.
Optimize libdaemon logging for a fast no-output path.
example.conf: Warn about running lvmetad with use_lvmetad = 0.
Only create lvmetad pidfile when running as a daemon (no -f).
Warn if lvmetad is running but disabled.
Update lvmetad help output (flags and their meaning).
Make pvscan --cache read metadata from LVM1 PVs.
Make libdaemon buffer handling asymptotically more efficient.
Add lvmdump -l, to collect a state dump from lvmetad.
Make --sysinit suppress lvmetad connection failure warnings.
Prohibit usage of lvcreate --thinpool with --mirrors.
Fix lvm2api origin reporting for thin snapshot volume.
Add configure --enable-python_bindings for liblvm2app to new python subdir.
@ -23,7 +40,6 @@ Version 2.02.98 -
Fix inability to create, extend or convert to a large (> 1TiB) RAID LV.
Add (p)artial attribute to lvs.
Don't try to issue discards to a missing PV to avoid segfault.
Prevent lvremove from removing LVs that have any part missing.
Clear LV_NOSYNCED flag when a RAID1 LV is converted to a linear LV.
Disallow RAID1 upconvert if the LV was created with --nosync.
Depend on systemd-udev-settle in units generated by activation generator.