Bug 864956

Summary: cpglockd doesn't update the cpg fd for each loop iteration
Product: Red Hat Enterprise Linux 6 Reporter: Ryan McCabe <rmccabe>
Component: rgmanagerAssignee: Ryan McCabe <rmccabe>
Status: CLOSED NOTABUG QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3CC: cluster-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-10 14:34:24 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:

Description Ryan McCabe 2012-10-10 13:27:34 UTC
cpglockd should update the cpg fd for each iteration of the select loop, similar to the way it handles the cman fd. Currently, it calls cpg_fd_get() once, before it enters the select loop.

Comment 1 Ryan McCabe 2012-10-10 14:34:24 UTC
10:30 < honzaf> fabbione: noticed your message... no you need to call cpg_fd_get only once
10:30 < honzaf> fabbione: after init
10:31 < honzaf> fabbione: sock fd is not changing
10:31 < honzaf> fabbione: (or at least should not be as far as I know)