Billy,

don't know if you've had a chance to check the Bugzilla entry. Please do
when you get the chance and let me know whether the patch fixes the
issue, so I can close the bug. Thanks!

http://developerbugs.linux-foundation.org/show_bug.cgi?id=2232

Cheers,
Florian

On 2009-11-30 13:51, Billy Guthrie wrote:
> Florian,
> 
> Thanks for the input; for the time being I have it running.
> I have commented out the validation for source for now. On the stanby
> node, the
> gateway is reachable as there is an IP address on eth0 in the same
> subnet as the VIP (eth0:0; however not active yet), so it is not
> failing on the gateway. I have specificed a source address that is
> not yet active on the standby and that is where it is failing.
> 
> 
> 
>    # If a source address has been configured, is it available on this
> system?
> #    if [ -n "${OCF_RESKEY_source}" ]; then
> #       if ! ip address show | grep -w ${OCF_RESKEY_source} >/dev/null
> 2>&1; then
> #           ocf_log error "Source address ${OCF_RESKEY_source} appears
> not to be available on this system."
> #           # same reason as with _device:
> #           return $OCF_ERR_INSTALLED
> #       fi
> #   fi
> 
> Thank you for your time on this matter
> 
> 
> Billy

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to