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
f2042acc7f
commit
c6a808f1a7
@ -1 +1 @@
|
|||||||
1.02.30-cvs (2008-11-19)
|
1.02.30-cvs (2009-01-26)
|
||||||
|
18
WHATS_NEW
18
WHATS_NEW
@ -1,33 +1,33 @@
|
|||||||
Version 2.02.44 -
|
Version 2.02.44 - 26th January 2009
|
||||||
====================================
|
===================================
|
||||||
Add corosync/DLM cluster interface to clvmd
|
Add corosync/DLM cluster interface to clvmd.
|
||||||
Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages.
|
Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages.
|
||||||
Fix fsadm failure with block size != 1K.
|
Fix lvresize size conversion for fsadm when block size is not 1K.
|
||||||
Fix pvs segfault when run with orphan PV and some VG fields.
|
Fix pvs segfault when run with orphan PV and some VG fields.
|
||||||
Display a 'dev_size' of zero for missing devices in reports.
|
Display a 'dev_size' of zero for missing devices in reports.
|
||||||
Add pv_mda_size to pvs and vg_mda_size to vgs.
|
Add pv_mda_size to pvs and vg_mda_size to vgs.
|
||||||
Fix lvmdump /sys listing to include virtual devices directory.
|
Fix lvmdump /sys listing to include virtual devices directory.
|
||||||
Add "--refresh" functionality to vgchange and vgmknodes.
|
Add "--refresh" functionality to vgchange and vgmknodes.
|
||||||
Check for maximal LV size when wiping device.
|
Avoid exceeding LV size when wiping device.
|
||||||
Calculate mirror log size instead of using 1 extent.
|
Calculate mirror log size instead of using 1 extent.
|
||||||
Check if requested major/minor pair is already used.
|
Ensure requested device number is available before activating with it.
|
||||||
Fix incorrect exit status from 'help <command>'.
|
Fix incorrect exit status from 'help <command>'.
|
||||||
Fix vgrename using UUID if there are VGs with identical names.
|
Fix vgrename using UUID if there are VGs with identical names.
|
||||||
Fix segfault when invalid field given in reporting commands.
|
Fix segfault when invalid field given in reporting commands.
|
||||||
Refactor init_lvm() for lvmcmdline and clvmd.
|
Refactor init_lvm() for lvmcmdline and clvmd.
|
||||||
Add liblvm interactive test infrastructure to build.
|
Add liblvm interactive test infrastructure to build.
|
||||||
Use better random seed value in temp file creation.
|
Use better random seed value in temp file creation.
|
||||||
Add generic function to read /dev/urandom, used in uuid calculation.
|
Add read_urandom to read /dev/urandom. Use in uuid calculation.
|
||||||
Use displayable_lvs_in_vg and lv_is_displayable for consistency throughout.
|
Use displayable_lvs_in_vg and lv_is_displayable for consistency throughout.
|
||||||
Fix race in vgcreate that would result in second caller overwriting first.
|
Fix race in vgcreate that would result in second caller overwriting first.
|
||||||
Fix uninitialised lv_count in vgdisplay -c.
|
Fix uninitialised lv_count in vgdisplay -c.
|
||||||
Don't skip updating pvid hash when lvmcache_info struct got swapped.
|
Don't skip updating pvid hash when lvmcache_info struct got swapped.
|
||||||
Add tinfo to termcap search path for pld-linux.
|
Add tinfo to termcap search path for pld-linux.
|
||||||
Fix startup race in clvmd.
|
Fix startup race in clvmd.
|
||||||
Generate Red Hat clvmd startup script at configuration time with correct paths.
|
Generate Red Hat clvmd startup script at config time with correct paths.
|
||||||
Fix clvmd & dmeventd builds after tree restructuring.
|
Fix clvmd & dmeventd builds after tree restructuring.
|
||||||
Cope with snapshot dependencies when removing a whole VG with lvremove.
|
Cope with snapshot dependencies when removing a whole VG with lvremove.
|
||||||
Make man pages consistent with either-or options (use "|" everywhere).
|
Make man pages and tool help text consistent using | for alternative options.
|
||||||
|
|
||||||
Version 2.02.43 - 10th November 2008
|
Version 2.02.43 - 10th November 2008
|
||||||
====================================
|
====================================
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Version 1.02.30 -
|
Version 1.02.30 - 26th January 2009
|
||||||
====================================
|
====================================
|
||||||
Add "all" field to reports expanding to all fields of report type.
|
Add "all" field to reports expanding to all fields of report type.
|
||||||
Add checks for device names in dmsetup and show proper error messages.
|
Enforce device name length and character limitations in libdm.
|
||||||
Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines
|
Replace _dm_snprintf with EMIT_PARAMS macro for creating target lines.
|
||||||
|
|
||||||
Version 1.02.29 - 10th November 2008
|
Version 1.02.29 - 10th November 2008
|
||||||
====================================
|
====================================
|
||||||
|
Loading…
Reference in New Issue
Block a user