]> sourceware.org Git - lvm2.git/commit
Update aux.sh lvmwrapper
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 16 Mar 2012 12:59:02 +0000 (12:59 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 16 Mar 2012 12:59:02 +0000 (12:59 +0000)
commitfd818eb3aad30a387e189c66965e6abdfeb814e2
treeb6fdf178ccb0bc0817f9a2f74244684c55143653
parent7755376d7cf8b8f5a2be27ee7bc3710f2fc38c56
Update aux.sh lvmwrapper

Indent

Add valgrind support:
 env LVM_TEST_VALGRIND={0123} (the higher level, more commands tested)
 env LVM_TEST_CLVMD=1   runs clvmd within valgrind.
 env VALGRIND  script name executed for each lvm command (def. is valg).

Smarted teardown - should minimize occurence of left dev entries
 (using dmsetup remove -f only as last resort)
 sort removed devices by open count before actual removal

Use "" around string that may contain spaces.

Set log/verbose and activation/retry_deactivation to defined value.

Remove  debug.log after successful lvm command (easier to check output).
test/lib/aux.sh
test/lib/lvm-wrapper.sh
This page took 0.031514 seconds and 5 git commands to generate.