[Linux-HA] Heartbeat 2.0.7 with
CRM and IBM ServeRAID
Andrew Beekhof
beekhof at gmail.com
Wed Oct 11 07:26:17 MDT 2006
On 10/11/06, Jon Fanti <Jon.Fanti at unique.com> wrote:
> Just a heads up here,
>
> I've now managed to resolve the ServeRAID issue by again altering the
> RA. Now when start is called, instead of running a unmerge then merging
> the config to our active server it now checks if the config is already
> live - if it is, it simply returns success and exits, obviously if the
> config requires a merge it will run as normal and exit.
>
> I've included a diff of all the changes I have made to the ServeRAID
> RA, feel free to implement the changes if you wish - obviously as I have
> mentioned before there have been some usage changes in ipssend and the
> script had an error anyway which are also fixed in this diff.
>
> Thanks very much for all your assistance with this issue!
No probs. This patch looks pretty sane and I'm about to apply it, but
can you just explain this change for me?
- ( ocf_run $IPS SYNCH $sr_adapter GROUP $sr_mergegroup & ) >&2
+ ( ocf_run $IPS SYNCH $sr_adapter $sr_mergegroup & ) >&2
What's the effect here of loosing the "GROUP" string?
More information about the Linux-HA
mailing list