From: jbrassow@sourceware.org <jbrassow@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, RHEL4, updated. gfs-kernel_2_6_9_76-59-g08e09d7
Date: 15 May 2008 20:25:23 -0000 [thread overview]
Message-ID: <20080515202523.4309.qmail@sourceware.org> (raw)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=08e09d7b4dd2cf1d05b83ac4dd57f819d617db7f
The branch, RHEL4 has been updated
via 08e09d7b4dd2cf1d05b83ac4dd57f819d617db7f (commit)
from e5142bcc8e6135fac357c1398da110d21a27a21e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 08e09d7b4dd2cf1d05b83ac4dd57f819d617db7f
Author: Jonathan Brassow <jbrassow@redhat.com>
Date: Thu May 15 15:13:40 2008 -0500
ger/lvm.sh: Fix bug 446744 (HA LVM doesn't work on IA64)
switch:
$(find /boot/*.img -newer /etc/lvm/lvm.conf)
to:
$(find /boot -name *.img -newer /etc/lvm/lvm.conf)
Could be better still if there was a way of knowing which
initrd we used when booting...
-----------------------------------------------------------------------
Summary of changes:
rgmanager/src/resources/lvm.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rgmanager/src/resources/lvm.sh b/rgmanager/src/resources/lvm.sh
index fc44b09..70355c6 100755
--- a/rgmanager/src/resources/lvm.sh
+++ b/rgmanager/src/resources/lvm.sh
@@ -91,7 +91,7 @@ function ha_lvm_proper_setup_check
# the control of rgmanager
##
# Fixme: we might be able to perform a better check...
- if [ "$(find /boot/*.img -newer /etc/lvm/lvm.conf)" == "" ]; then
+ if [ "$(find /boot -name *.img -newer /etc/lvm/lvm.conf)" == "" ]; then
ocf_log err "HA LVM: Improper setup detected"
ocf_log err "- initrd image needs to be newer than lvm.conf"
return $OCF_ERR_GENERIC
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-05-15 20:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080515202523.4309.qmail@sourceware.org \
--to=jbrassow@sourceware.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.