Bug 1147252
Summary: | Pacemaker OCF volume Resource Agent fails when bricks are in different domain to the system hostname. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> |
Component: | scripts | Assignee: | Steven Hale <bugzilla> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | atumball, bugs, sarumuga |
Target Milestone: | --- | Keywords: | EasyFix, Patch, Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1130763 | Environment: | |
Last Closed: | 2019-05-11 00:32:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1130763 |
Description
Niels de Vos
2014-09-28 12:45:24 UTC
Steven, do you want to send your patch through Gerrit? 1. create an account on https://review.gluster.org 2. checkout the sources $ ssh://steven.org/glusterfs 3. create a branch for this change $ git checkout -t -b bug-1147252 origin/master 4. apply the patch $ cd extras/ocf $ curl 'https://bugzilla.redhat.com/attachment.cgi?id=927478' | git apply $ cd - 5. commit the change $ git commit -seam 'A suitable one line subject' 6. check the log and patch $ git show 7. (optional) make corrections to the commit message $ git commit --amend 8. post the patch for review $ ./rfc.sh After that has been done, this bugreport should automatically get a URL for the change. REVIEW: http://review.gluster.org/8922 (Fix for Pacemaker clusters using bricks on separate network interfaces.) posted (#1) for review on master by Steven Hale (stevenhale) We haven't seen the review comments addressed at all in above patch. As none of the current developers can work on it, marking it DEFERRED, happy to get help and close it. If no one bothers, we will revisit it after sometime. |