Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162162 - sys-cluster/heartbeat version bump to 2.0.8
Summary: sys-cluster/heartbeat version bump to 2.0.8
Status: RESOLVED DUPLICATE of bug 202893
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Cluster Team
URL: http://lists.community.tummy.com/pipe...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 06:23 UTC by Wolfram Schlich (RETIRED)
Modified: 2010-09-10 18:51 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
heartbeat-2.0.8 ebuild (heartbeat-2.0.8.ebuild,3.22 KB, text/plain)
2007-01-19 15:17 UTC, gutter
Details
BasicSanityCheck output (BasicSanityCheck.output,1.31 KB, text/plain)
2007-01-19 15:20 UTC, gutter
Details
heartbeat-2.0.8-r1 ebuild (heartbeat-2.0.8-r1.ebuild,3.32 KB, text/plain)
2007-02-12 15:41 UTC, gutter
Details
Heartbeat init script (heartbeat-init,1.73 KB, text/plain)
2007-02-12 15:44 UTC, gutter
Details
heartbeat-2.1.2 ebuild (heartbeat-2.1.2.ebuild,2.65 KB, text/plain)
2007-11-12 16:34 UTC, Tais P. Hansen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2007-01-15 06:23:30 UTC
--8<--
A few new features worthy of special note are:

	Support for split-site (disaster recovery) geographic
		configurations permitting safe configurations of
		clusters which are split across multiple locations
		See http://www.linux-ha.org/QuorumServerGuide

	Improvements to the CRM placement algorithms to support
		non-mandatory colocation constraints, master/slave role
		dependencies, unidirectional colocations, colocations
		by site (or other attribute) and a number of other nice
		features

	Support for IBM xSeries STONITH devices

	New Resource agents:
		SAP/R3, Websphere Application Server V6,
		OpenVZ containers, and others

[...]
--8<--
Comment 1 gutter 2007-01-19 15:17:05 UTC
Created attachment 107448 [details]
heartbeat-2.0.8 ebuild

heartbeat-2.0.8 ebuild.
Comment 2 gutter 2007-01-19 15:20:35 UTC
Created attachment 107451 [details]
BasicSanityCheck output

I tested heartbeat-2.0.8 running BasicSanityCheck, in attach the output.

I'm investigating for this error:

[CUT]

I tested it using: /usr/lib/heartbeat/BasicSanityCheck

Next attach shows BasicSanityCheck output.

I'm ivestigating the following error:

Checking STONITH basic sanity.

** (process:27066): WARNING **: lt_dlopen() failure on plugin stonith2/drac3 [/usr/lib/stonith/plugins/stonith2/drac3.so]. Reason: [/usr/lib/stonith/plugins/stonith2/drac3.so: undefined symbol: MD5]
Invalid STONITH type drac3(!)

** (process:27095): WARNING **: lt_dlopen() failure on plugin stonith2/drac3 [/usr/lib/stonith/plugins/stonith2/drac3.so]. Reason: [/usr/lib/stonith/plugins/stonith2/drac3.so: undefined symbol: MD5]
Invalid STONITH type drac3(!)
[CUT]

Br,
Davide Restivo
Comment 3 George .H 2007-02-05 09:24:56 UTC
I found a small bug with this ebuild.
When running heartbeat R1 and using a ping node config in ha.cf
you see an error message in the logs saying it cannot chdir into directory /var/lib/heartbeat/cores/hacluster

so if you "chown hacluster:haclient /var/lib/heartbeat/cores/hacluster"
it fixes the problem.
Comment 4 gutter 2007-02-12 15:41:42 UTC
Created attachment 109960 [details]
heartbeat-2.0.8-r1 ebuild

(In reply to comment #3)
> I found a small bug with this ebuild.
> When running heartbeat R1 and using a ping node config in ha.cf
> you see an error message in the logs saying it cannot chdir into directory
> /var/lib/heartbeat/cores/hacluster
> 
> so if you "chown hacluster:haclient /var/lib/heartbeat/cores/hacluster"
> it fixes the problem.
> 

Solved.

In addition the ebuild solves the following problems:

* Moves /etc/ha_logd.cf to /etc/ha.d/ha_logd.cf (see init script)

* If "crm on" in /etc/ha.d/ha.cf /etc/init.d/hearbeat fails with the
  following output: 
  cat: /etc/ha.d/haresources: No such file or directory
  (See bug 163432)

* ha_logd is started only if "use_logd" is set to on in /etc/ha.d/ha.cf.

I noticed that the problem on drac3 problem disappeared because the module is not compiled :S and i don't know why. 

Br,
Davide Restivo
Comment 5 gutter 2007-02-12 15:44:49 UTC
Created attachment 109961 [details]
Heartbeat init script
Comment 6 Wolfram Schlich (RETIRED) gentoo-dev 2007-03-12 12:28:49 UTC
I heavily modified the heartbeat-2.0.8 ebuild and added it to my
dev testing overlay:

http://overlays.gentoo.org/dev/wschlich/changeset/29

It will soon receive some in-depth testing and probably
some more changes. If all goes well, I hope my version
can be added to the tree (modified ebuild + init script).
Comment 7 Tais P. Hansen 2007-11-12 16:34:33 UTC
Created attachment 135836 [details]
heartbeat-2.1.2 ebuild

Bump for v2.1.2. Rewrite. Fixes #198257. Added dependencies spied from debian control specs.
Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-31 12:43:39 UTC

*** This bug has been marked as a duplicate of bug 202893 ***