From: Danny Sternkopf <dsternkopf@hpce.nec.com>
To: lustre-devel@lists.lustre.org
Subject: [Lustre-devel] Lustre - HA: lc_hb bug
Date: Fri, 26 Oct 2007 11:24:34 +0200 [thread overview]
Message-ID: <4721B252.1010808@hpce.nec.com> (raw)
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:
[root at dmds1 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
next reply other threads:[~2007-10-26 9:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-26 9:24 Danny Sternkopf [this message]
2007-11-12 16:10 ` [Lustre-devel] Lustre - HA: lc_hb - ha.cf configuration Danny Sternkopf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4721B252.1010808@hpce.nec.com \
--to=dsternkopf@hpce.nec.com \
--cc=lustre-devel@lists.lustre.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.