1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2009-03-03 13:03:03 +00:00
parent c99f525821
commit 5ab342e298
4 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
2.02.45-cvs (2009-02-26) 2.02.45-cvs (2009-03-03)

View File

@ -1 +1 @@
1.02.31-cvs (2009-01-26) 1.02.31-cvs (2009-03-03)

View File

@ -1,15 +1,15 @@
Version 2.02.45 - 26th February 2009 Version 2.02.45 - 3rd March 2009
==================================== ================================
Attempt proper clean up in child before executing new binary in exec_cmd(). Attempt proper clean up in child before executing new binary in exec_cmd().
Do not scan devices if reporting only attributes from PV label. Do not scan devices if reporting only attributes from PV label.
Use pkgconfig to obtain corosync library details during configuration. Use pkgconfig to obtain corosync library details during configuration.
Fix error returns in clvmd-corosync interface to DLM. Fix error returns in clvmd-corosync interface to DLM.
Add --refresh to vgchange and vgmknodes man pages. Add --refresh to vgchange and vgmknodes man pages.
Fixed bug where lvresize option -t was not properly passed to fsadm. Pass --test from lvresize to fsadm as --dry-run.
Using argv[] list in exec_cmd() to allow more params for external commands. Supply argv[] list to exec_cmd() to allow for variable number of parameters.
Fsadm does not allow checking mounted filesystem. Prevent fsadm from checking mounted filesystems.
Fsadm no longer accepts 'any other key' as 'no' answer to y/n. No longer treats any other key as 'no' when prompting in fsadm.
Fsadm improved handling of command line options. Tidy fsadm command line processing.
Add lib/lvm.h and lib/lvm_base.c for the new library interface. Add lib/lvm.h and lib/lvm_base.c for the new library interface.
Move tools/version.h to lib/misc/lvm-version.h. Move tools/version.h to lib/misc/lvm-version.h.
Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE. Split LVM_VERSION into MAJOR, MINOR, PATCHLEVEL, RELEASE and RELEASE_DATE.
@ -25,9 +25,9 @@ Version 2.02.45 - 26th February 2009
Add option to /etc/sysconfig/cluster to select cluster type for clvmd. Add option to /etc/sysconfig/cluster to select cluster type for clvmd.
Allow clvmd to start up if its lockspace already exists. Allow clvmd to start up if its lockspace already exists.
Separate PV label attributes which do not need parse metadata when reporting. Separate PV label attributes which do not need parse metadata when reporting.
Remove external dependency on the 'cut' command in fsadm. Remove external dependency on the 'cut' command from fsadm.
Fix pvs segfault when pv mda attributes requested for not available PV. Fix pvs segfault when pv mda attributes requested for not available PV.
Add support for ext4 resize in fsadm. Add fsadm support for reszing ext4 filesysystems.
Move locking_type reading inside init_locking(). Move locking_type reading inside init_locking().
Rename get_vgs() to get_vgnames() and clarify related error messages. Rename get_vgs() to get_vgnames() and clarify related error messages.
Allow clvmd to be built with all cluster managers & select one on cmdline. Allow clvmd to be built with all cluster managers & select one on cmdline.

View File

@ -1,5 +1,5 @@
Version 1.02.31 - Version 1.02.31 - 3rd March 2009
==================================== ================================
If kernel supports only one dm major number, use in place of any supplied. If kernel supports only one dm major number, use in place of any supplied.
Version 1.02.30 - 26th January 2009 Version 1.02.30 - 26th January 2009