mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
pre-release
This commit is contained in:
parent
117d85978a
commit
8f1fb4ada0
28
WHATS_NEW
28
WHATS_NEW
@ -1,24 +1,24 @@
|
|||||||
Version 2.02.26 -
|
Version 2.02.26 - 15th June 2007
|
||||||
=================================
|
================================
|
||||||
Update vgcfgrestore man page.
|
Update vgcfgrestore man page.
|
||||||
Allow keyboard interrupt in user prompts where appropriate.
|
Allow keyboard interrupt during user prompts when appropriate.
|
||||||
Remove system-lv code from clvmd. It's highly dodgy and never used.
|
Remove unused clvmd system-lv code.
|
||||||
Convert a lot of code pv dereferences to use get_pv_* functions.
|
Replace many physical_volume struct dereferences with new get_pv_* functions.
|
||||||
Suppress a couple benign warnings by adding variable initializations.
|
Suppress a benign compile-time warning.
|
||||||
Convert find_pv_in_vg_by_uuid and pv_create to use PV handles.
|
Convert find_pv_in_vg_by_uuid and pv_create to use PV handles.
|
||||||
Add get_pv_* functions to return PV members (external LVM library).
|
|
||||||
Add wrappers to some functions in preparation for external LVM library.
|
Add wrappers to some functions in preparation for external LVM library.
|
||||||
Allow vgcfgrestore to list metadata backup files using -f
|
Add -f to vgcfgrestore to list metadata backup files.
|
||||||
Add vg_check_status to consolidate vg status checks and error messages.
|
Add vg_check_status to consolidate vg status checks and error messages.
|
||||||
Add pvdisplay --maps implementation.
|
Add pvdisplay --maps implementation.
|
||||||
Fix vgcfgrestore man pg to show mandatory VG name and remove LVM1 options.
|
Remove unsupported LVM1 options from vgcfgrestore man page.
|
||||||
Fix vgrename man page to include UUID and be consistent with lvrename.
|
Update vgcfgrestore man page to show mandatory VG name.
|
||||||
|
Update vgrename man page to include UUID and be consistent with lvrename.
|
||||||
Add (experimental) OpenAIS support to clvmd.
|
Add (experimental) OpenAIS support to clvmd.
|
||||||
Remove symlinks if parent volume is deactivated.
|
Fix deactivation code to follow dependencies and remove symlinks.
|
||||||
Fix and clarify vgsplit error messages.
|
Fix and clarify vgsplit error messages.
|
||||||
Fix a segfault if a device has no target (no table)
|
Fix a segfault in device_is_usable() if a device has no table.
|
||||||
Add some more debuglogs to clvmd startup.
|
Add some more debug messages to clvmd startup.
|
||||||
Misc clvmd cleanups
|
Misc clvmd cleanups.
|
||||||
|
|
||||||
Version 2.02.25 - 27th April 2007
|
Version 2.02.25 - 27th April 2007
|
||||||
=================================
|
=================================
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Version 1.02.20 -
|
Version 1.02.20 - 15th June 2007
|
||||||
=================================
|
================================
|
||||||
Fix default dmsetup report buffering and add --unbuffered.
|
Fix default dmsetup report buffering and add --unbuffered.
|
||||||
Add tree-based and dependency fields to dmsetup reports.
|
Add tree-based and dependency fields to dmsetup reports.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user