[Devel] [PATCH] dump: any non-negative return code of run_scripts means an error

2017-04-06 Thread Andrey Vagin
From: Andrei Vagin run_scripts can execute notifications via rpc, so WEXITSTATUS() can't be applied to return codes in this case. And an action script can be killed and it is an error too. This patch may fix on of errors of https://jira.sw.ru/browse/PSBM-62583 Signed-off-by: Andrei Vagin ---

Re: [Devel] [PATCH] dump: any non-negative return code of run_scripts means an error

2017-04-06 Thread Cyrill Gorcunov
On Thu, Apr 06, 2017 at 12:46:06PM -0700, Andrey Vagin wrote: > From: Andrei Vagin > > run_scripts can execute notifications via rpc, so WEXITSTATUS() > can't be applied to return codes in this case. Pushed into 2.10.0.36. Thanks! ___ Devel mailing list