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

pre-release

N.B. This is a big release and some regressions are inevitable.
This commit is contained in:
Alasdair Kergon 2007-12-05 22:19:24 +00:00
parent b680c5c677
commit 5e856ed1b9
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
2.02.29-cvs (2007-08-24) 2.02.29-cvs (2007-12-05)

View File

@ -1,5 +1,5 @@
Version 2.02.29 - Version 2.02.29 - 5th December 2007
================================== ===================================
Make clvmd backup vg metadata on remote nodes. Make clvmd backup vg metadata on remote nodes.
Refactor pvmove allocation code. Refactor pvmove allocation code.
Decode cluster locking state in log message. Decode cluster locking state in log message.
@ -36,12 +36,12 @@ Version 2.02.29 -
Add const attributes to pv accessor functions. Add const attributes to pv accessor functions.
Refactor vg_add_snapshot() and lv_create_empty(). Refactor vg_add_snapshot() and lv_create_empty().
Handle new sysfs subsystem/block/devices directory structure. Handle new sysfs subsystem/block/devices directory structure.
Tests are run with LVM_SYSTEM_DIR pointing to private root and /dev dirs. Run test with LVM_SYSTEM_DIR pointing to private root and /dev dirs.
Fix a bug in lvm_dump.sh checks for lvm/dmsetup binaries. Fix a bug in lvm_dump.sh checks for lvm/dmsetup binaries.
Fix underquotations in lvm_dump.sh. Fix underquotations in lvm_dump.sh.
Refactor lvcreate stripe and mirror parameter validation. Refactor lvcreate stripe and mirror parameter validation.
All tools: print --help output to stdout, not stderr. Print --help output to stdout, not stderr.
After a diagnostic, suggest --help, rather than printing all --help output. After a cmdline processing error, don't print help text but suggest --help.
Add %PVS extents option to lvresize, lvextend, and lvcreate. Add %PVS extents option to lvresize, lvextend, and lvcreate.
Add 'make check' to run tests in new subdirectory 'test'. Add 'make check' to run tests in new subdirectory 'test'.
Moved the obsolete test subdirectory to old-tests. Moved the obsolete test subdirectory to old-tests.