]> sourceware.org Git - lvm2.git/commit
Use new status code from fsadm check
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Nov 2010 14:17:35 +0000 (14:17 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Nov 2010 14:17:35 +0000 (14:17 +0000)
commit2955b913ea0c34e12723537abc9af9cc8d14c3b3
tree3c1c63adc54e96cf9253a0c8c7d346faa26540d9
parent13047cca5ac6caa204f39cbb8ac72dfd615f129f
Use new status code from fsadm check

Patch updates exec_cmd() and adds 3rd parameter with pointer for
status value, so caller might examine returned status code.
If the passed pointer is NULL, behavior is unmodified.

Patch allows to confinue with lvresize if the failure from fsadm check is
caused by mounted filesystem as many of filesystem resize tools do support
online filesystem resize. (originally user had to use flag '-n' to bypass
this filesystem check)
WHATS_NEW
lib/activate/activate.c
lib/misc/lvm-exec.c
lib/misc/lvm-exec.h
tools/lvresize.c
This page took 0.032979 seconds and 5 git commands to generate.