]> 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)
commitb53badf29856b148159406da947e6354de6d8d70
tree3c1c63adc54e96cf9253a0c8c7d346faa26540d9
parent93bd371b5732e80ab9a626f1389ce895ad6e4b3a
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.031649 seconds and 5 git commands to generate.