Bug 1177522 - Cleanup UDP mount thread in the nfs-server
Summary: Cleanup UDP mount thread in the nfs-server
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: GlusterFS
Classification: Community
Component: nfs
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On: 1143880
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-28 13:24 UTC by Niels de Vos
Modified: 2018-11-20 06:47 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-11-20 06:47:31 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)
add a pthread_t attribute to the mstate structure and use that instead when creating the thread (2.64 KB, patch)
2014-12-28 13:24 UTC, Niels de Vos
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.