If lustre_config configures more than one failover pair the haresource
will be wrong except for the first failover pair.
lc_hb generates the haresource on the node running lustre_config in
/tmp/heartbeat/haresources.lustre. Later it will be copied to
haresources.lustre.<hostname>. For the 2nd failover pair the haresource
configuration will be added to haresources.lustre which is wrong. This
file should be cleared or removed before.
The following quick fix seems to help in line 436:
[EMAIL PROTECTED] config]# sdiff -s /usr/sbin/lc_hb /usr/sbin/lc_hb.orig
# Clean /tmp/heartbeat/haresources.lustre first <
rm -f ${HARES_LUSTRE} <
I'am not 100% sure if it is okay for all cases.
Best regards,
Danny
_______________________________________________
Lustre-devel mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-devel