1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/lib/metadata
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
..
lv_alloc.h Major restructuring of pvmove and lvconvert layer manipulation code 2007-12-20 15:42:55 +00:00
lv_manip.c more fixes 2007-12-20 23:12:27 +00:00
merge.c Prevent lvconvert -s from using same LV as origin and snapshot. 2007-11-07 16:33:12 +00:00
metadata-exported.h Move more parameter validation into the library. 2008-01-15 22:56:30 +00:00
metadata.c Move more parameter validation into the library. 2008-01-15 22:56:30 +00:00
metadata.h stacked mirror support (incomplete) 2007-12-20 18:55:46 +00:00
mirror.c Various lvconvert/polldaemon-related fixes from NEC. See lvm-devel 2008-01-10 18:35:51 +00:00
pv_alloc.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
pv_manip.c move pvresize_single back under tools 2007-11-15 22:11:18 +00:00
pv_map.c Add pv_dev_name() to access PV device name. 2007-10-12 14:29:32 +00:00
pv_map.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
segtype.c Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
segtype.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
snapshot_manip.c Prevent lvconvert -s from using same LV as origin and snapshot. 2007-11-07 16:33:12 +00:00