Bug 587538
| Summary: | Drop heartbeat support for haresources-based clusters | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Beekhof <abeekhof> |
| Component: | heartbeat | Assignee: | Andrew Beekhof <abeekhof> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | andrew, kevin, lhh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-07-17 04:50:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Andrew Beekhof
2010-04-30 08:11:47 UTC
I kinda like haresources, nice and simple. ;) However, given that upstream does not support it anymore, I'm fine with dropping it in f14. No need for xml anymore, we have a nice shell tool to hide all that. So here's a typical haresources entry: linuxha1 IPaddr::192.168.85.3 httpd smb Here's the same in shell syntax: primitive IP ocf:heartbeat:IPaddr params ip="192.168.85.3" primitive http lsb:httpd primitive samba lsb:smb group v1-group IP http samba location prefer-ha1 v1-group 5000: linuxha1 See, not so scary anymore :-) This might also be interesting reading: http://theclusterguy.clusterlabs.org/post/178680309/configuring-heartbeat-v1-was-so-simple This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |