1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/lib
Dave Wysochanski 8868a4ffc2 Move more parameter validation into the library.
Update vgrename to call validate_vg_rename_params().
Fix vgcreate and vgsplit default arguments by adding defaults parameter to
fill_vg_create_params().
Add t-vgrename-usage.sh test.
Bugzilla: bz251992
---
 tools/toollib.c  |   32 ++++++++------------------------
 tools/toollib.h  |    5 ++---
 tools/vgcreate.c |   35 +++++++++++++++++++++--------------
 tools/vgrename.c |   35 ++++++-----------------------------
 tools/vgsplit.c  |   21 ++++++++++++++-------
 5 files changed, 51 insertions(+), 77 deletions(-)
2008-01-15 22:56:30 +00:00
..
activate Add snapshot dmeventd library (enables dmeventd snapshot monitoring). 2008-01-09 15:32:19 +00:00
cache fix inverted orphan test 2007-11-05 17:12:50 +00:00
commands Enhance the management of readahead settings. 2007-11-09 16:51:54 +00:00
config Allow vgcreate options as input to vgsplit when new vg is split destination. 2008-01-14 21:07:58 +00:00
datastruct Fix strdup memory leak in str_list_dup(). 2007-09-17 16:02:46 +00:00
device explanation of md superblock location & avoid compilation warnings 2007-10-24 11:24:24 +00:00
display readahead activation code (but no dm support yet) 2007-11-12 20:51:54 +00:00
error Clean up numerous compiler warnings that crept in recently. 2007-08-22 14:38:18 +00:00
filters Handle new sysfs subsystem/block/devices directory structure. 2007-10-10 11:31:21 +00:00
format1 Enhance the management of readahead settings. 2007-11-09 16:51:54 +00:00
format_pool Enhance the management of readahead settings. 2007-11-09 16:51:54 +00:00
format_text Various lvconvert/polldaemon-related fixes from NEC. See lvm-devel 2008-01-10 18:35:51 +00:00
label Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
locking Tidy the clvmd backup code. 2007-12-05 13:17:18 +00:00
log Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
metadata Move more parameter validation into the library. 2008-01-15 22:56:30 +00:00
mirror Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00
misc Build changes to replace fsadm C program with shell script. 2007-12-17 12:23:24 +00:00
mm Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
report Various lvconvert/polldaemon-related fixes from NEC. See lvm-devel 2008-01-10 18:35:51 +00:00
snapshot Fix warning on conditional compile, unused variable 2008-01-11 17:44:26 +00:00
striped Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
uuid Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
zero Clean up numerous compiler warnings that crept in recently. 2007-08-22 14:38:18 +00:00
Makefile.in Correct typo in comments: s/is part of the LVM2/is part of LVM2/. 2007-09-21 10:16:45 +00:00