1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/tools
Zdenek Kabelac 04a6dd7731 API change for args of process_each_lv_in_vg()
Patch adds failed_lvnames to the list of parameters for process_each_lv_in_vg().
If the list is not NULL it will be filled with LV names of failing LVs
during function execution.

Application could later reiterate only on failed LVs.
2010-05-21 12:21:51 +00:00
..
.exported_symbols
args.h Add new --sysinit option for vgchange and lvchange. 2010-05-06 11:15:55 +00:00
cmdnames.h
commands.h Add new --sysinit option for vgchange and lvchange. 2010-05-06 11:15:55 +00:00
dmsetup.c Add support for new IMPORT{db} udev rule. 2010-04-28 13:37:36 +00:00
dumpconfig.c
formats.c
lvchange.c Add new --sysinit option for vgchange and lvchange. 2010-05-06 11:15:55 +00:00
lvconvert.c Don't attempt to convert the log type of an LV if the LV 2010-04-28 17:41:30 +00:00
lvcreate.c If we are checking if '--nosync' was called with the mirror argument, 2010-05-11 21:40:11 +00:00
lvdisplay.c
lvextend.c
lvm2cmd-static.c
lvm2cmd.c
lvm2cmd.h
lvm2cmdline.h Only allow one return from poll_daemon(). If a child polldaemon was 2010-01-11 19:19:17 +00:00
lvm-static.c
lvm.c
lvmchange.c
lvmcmdlib.c mlockall() -> mlock() 2010-03-05 14:48:33 +00:00
lvmcmdline.c Add new --sysinit option for vgchange and lvchange. 2010-05-06 11:15:55 +00:00
lvmdiskscan.c
lvreduce.c
lvremove.c Disallow the direct removal of a merging snapshot. 2010-04-23 19:27:10 +00:00
lvrename.c
lvresize.c Remove no-longer-used arg_ptr_value. 2010-04-29 01:38:12 +00:00
lvscan.c
Makefile.in Link liblvm2cmd.so with devmapper-event and devmapper libs. 2010-05-11 08:34:38 +00:00
polldaemon.c Add activation/polling_interval to lvm.conf as --interval default. 2010-04-13 01:43:56 +00:00
polldaemon.h Default to checking LV's progress before waiting in _wait_for_single_lv. 2010-01-22 21:59:42 +00:00
pvchange.c Remove another pvchange hack involving orphan VG names. 2010-05-19 15:34:10 +00:00
pvck.c
pvcreate.c replace existing_pv with existing_pvl 2010-03-16 15:48:27 +00:00
pvdisplay.c
pvmove.c Permit mimage LVs to be striped in lvcreate and lvresize. 2010-04-09 01:00:10 +00:00
pvremove.c
pvresize.c Accept orphan VG names as parameters to lock_vol() and related functions. 2010-05-19 01:16:40 +00:00
pvscan.c Fix truncated total size displayed by pvscan. 2010-05-07 15:24:17 +00:00
reporter.c Remove redundant check in _lvs_single now that the caller 2010-04-23 19:10:20 +00:00
segtypes.c
stub.h
toollib.c API change for args of process_each_lv_in_vg() 2010-05-21 12:21:51 +00:00
toollib.h API change for args of process_each_lv_in_vg() 2010-05-21 12:21:51 +00:00
tools.h Remove no-longer-used arg_ptr_value. 2010-04-29 01:38:12 +00:00
vgcfgbackup.c
vgcfgrestore.c
vgchange.c Add new --sysinit option for vgchange and lvchange. 2010-05-06 11:15:55 +00:00
vgck.c
vgconvert.c
vgcreate.c Refactor vgcreate to call new vg_change_tag() function. 2010-02-24 18:15:40 +00:00
vgdisplay.c API change for args of process_each_lv_in_vg() 2010-05-21 12:21:51 +00:00
vgexport.c
vgextend.c
vgimport.c
vgmerge.c Call add_pvl_to_vgs() and del_pvl_from_vgs() from more places. 2010-04-13 17:26:03 +00:00
vgmknodes.c
vgreduce.c Use del_pvl_from_vgs() in vgreduce paths. 2010-04-13 17:26:20 +00:00
vgremove.c Allow vgremove of a VG with PVs missing. 2010-01-08 14:03:54 +00:00
vgrename.c Allow VGs with active LVs to be renamed. 2010-04-14 13:03:06 +00:00
vgscan.c
vgsplit.c