Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1177522

Summary: Cleanup UDP mount thread in the nfs-server
Product: [Community] GlusterFS Reporter: Niels de Vos <ndevos>
Component: nfsAssignee: bugs <bugs>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, jthottan
Target Milestone: ---Keywords: Patch, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-20 06:47:31 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: 1143880    
Bug Blocks:    
Attachments:
Description Flags
add a pthread_t attribute to the mstate structure and use that instead when creating the thread none

Description Niels de Vos 2014-12-28 13:24:52 UTC
Created attachment 973759 [details]
add a pthread_t attribute to the mstate structure and use that instead when creating the thread

The UDP mount thread (pthread_t structure) should move into the mount-state structure.

This was include as part of the exports/netgroups feature, but is not relevant for the feature itself. These changes have been moved out of the changeset that implements the feature, and should be applied afterwards (patch attached).


TODO: find a way to correctly stop the udp-thread.