summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* select: initialize selection handle for process_each_* fns with initial repor...dev-prajnoha-tool-selectPeter Rajnoha2015-02-093-7/+10
* tools: allow -S|--select for vgexport and vgimportPeter Rajnoha2015-02-093-8/+10
* tools: allow -S|--select for vgdisplay, lvdisplay and pvdisplay without -CPeter Rajnoha2015-02-094-3/+3
* tools: allow -S|--select for vgremove and lvremovePeter Rajnoha2015-02-093-6/+8
* tools: allow -S|--select for vgchange, lvchange and pvchangePeter Rajnoha2015-02-092-10/+12
* pvchange: use processing_handle when processing items for pvchangePeter Rajnoha2015-02-091-10/+31
* report: implement report_for_selectionPeter Rajnoha2015-02-091-1/+95
* report: add report_for_selection and use it in select_match_{pv,vg,lv}Peter Rajnoha2015-02-093-6/+51
* refactor: report: factor out code to determine final report typePeter Rajnoha2015-02-091-26/+45
* toollib: select the whole structure if at least one of its items is selectedPeter Rajnoha2015-02-091-0/+42
* toollib: initialize handles (including reporting for selection) for _select_m...Peter Rajnoha2015-02-095-52/+112
* toollib: add init_processing_handle, init_selection_handle and destroy_proces...Peter Rajnoha2015-02-092-0/+49
* toollib: pass struct processing_handle to _select_match_* functionsPeter Rajnoha2015-02-092-9/+29
* report: add report_init_for_selection fn and modify report_object to support ...Peter Rajnoha2015-02-093-14/+43
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-0922-105/+214
* cleanup: make report type condition consistent with the rest of the codePeter Rajnoha2015-02-091-3/+2
* toollib: prepare select_match_{pv,vg,lv} hooksDavid Teigland2015-02-092-6/+48
* libdm: report: add dm_report_object_is_selectedPeter Rajnoha2015-02-092-17/+46
* lvm: recognize LVM_COMMAND_PROFILE env var for default command profile to use...Peter Rajnoha2015-02-093-9/+53
* reporter: properly check for _do_info_and_status return value and free the me...Peter Rajnoha2015-02-091-10/+6
* configure: Fix a warning about test/Makefile.in.Petr Rockai2015-02-051-0/+1
* NIX: Request {fedora,centos}-release packages explicitly.Petr Rockai2015-02-051-3/+2
* NIX: Adjust install_rpms (kernel rpm is now required).Petr Rockai2015-02-051-1/+3
* NIX: We need to install lcov for ./configure now as well.Petr Rockai2015-02-051-3/+8
* NIX: Move corosynclib-devel & valgrind-devel out of common.Petr Rockai2015-02-051-4/+3
* NIX: Allow adding/overriding test configurations.Petr Rockai2015-02-051-9/+12
* NIX: Set ulimit -c to unlimited, to get backtraces in logs.Petr Rockai2015-02-051-0/+1
* NIX: Add a CentOS 7.0 64b build.Petr Rockai2015-02-051-2/+11
* test: Fix a segfault in the test runner.Petr Rockai2015-02-051-2/+3
* test: It is not an error for a test daemon to exit before teardown.Petr Rockai2015-02-051-1/+1
* test: Remove spurious set -x in lvm-wrapper.Petr Rockai2015-02-051-2/+0
* test: Properly detect warnings from testcases.Petr Rockai2015-02-051-2/+19
* test: Only force an IO sync when the testcase has finished.Petr Rockai2015-02-051-11/+11
* test: Allow a longer timeout for lvextend-snapshot-dmeventd.Petr Rockai2015-02-051-1/+1
* test: Make dmsetup remove more robust in pvmove-restart.Petr Rockai2015-02-051-2/+1
* test: Make killing local (test) daemons more robust.Petr Rockai2015-02-052-6/+13
* test: Disable lvmetad debug log on another bunch of tests.Petr Rockai2015-02-054-1/+13
* test: Call $VALGRIND directly in lvm-wrapper.Petr Rockai2015-02-052-2/+2
* NIX: Add valgrind-devel to the build environment.Petr Rockai2015-02-051-1/+1
* memlock: Do not check memory balance if RUNNING_ON_VALGRIND.Petr Rockai2015-02-051-2/+7
* configure: Look for valgrind.h independently of VALGRIND_POOLS.Petr Rockai2015-02-054-9/+13
* test: Add support for running LVM commands in tests through strace.Petr Rockai2015-02-053-18/+24
* test: Make lvm-wrapper available in the installed testsuite, too.Petr Rockai2015-02-052-1/+7
* NIX: Install valgrind, gdb and strace in the test environment.Petr Rockai2015-02-051-0/+1
* NIX: Make timeout and test envvars configurable via --arg.Petr Rockai2015-02-051-2/+3
* test: Fix prepare_scsi_debug_dev.Petr Rockai2015-02-051-3/+6
* test: Avoid passing -c to flock.Petr Rockai2015-02-051-2/+2
* test: Re-try with loopback if a backing device is too small.Petr Rockai2015-02-051-1/+7
* NIX: Detect that the VM booted up more directly.Petr Rockai2015-02-051-1/+8
* NIX: Avoid a spurious failure when all tests pass.Petr Rockai2015-02-051-1/+1