Hi,
On Tue, Jan 31, 2012 at 12:08:10PM +0100, Eberhard Kuemmerle wrote:
> Hi,
>
> in the OCF script heartbeat/Filesystem I found the line:
>
> FAST_STOP={$OCF_RESKEY_fast_stop:="yes"}
>
> Please change it to
>
> FAST_STOP=${OCF_RESKEY_fast_stop:="yes"}
>
> Then it works as expected ;-)
>
Hi,
in the OCF script heartbeat/Filesystem I found the line:
FAST_STOP={$OCF_RESKEY_fast_stop:="yes"}
Please change it to
FAST_STOP=${OCF_RESKEY_fast_stop:="yes"}
Then it works as expected ;-)
(Source: Opensuse 12.1, resource-agents-3.9.2-2.1.2.rpm)
Thanks,
Eberhard