public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, STABLE2, updated. cluster-2.03.02-12-g776b7f3
@ 2008-05-15 20:24 jbrassow
  0 siblings, 0 replies; only message in thread
From: jbrassow @ 2008-05-15 20:24 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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=776b7f3d3d78891d2c79818c0fa9dc54c8449a13

The branch, STABLE2 has been updated
       via  776b7f3d3d78891d2c79818c0fa9dc54c8449a13 (commit)
      from  7083076250b6a0409650a43a8247fd1fb9464c96 (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 776b7f3d3d78891d2c79818c0fa9dc54c8449a13
Author: Jonathan Brassow <jbrassow@redhat.com>
Date:   Thu May 15 15:24:14 2008 -0500

    ger/lvm.sh:  HA LVM wasn't working 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 4c93249..ffb0b21 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-15 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-15 20:24 Cluster Project branch, STABLE2, updated. cluster-2.03.02-12-g776b7f3 jbrassow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).