forked from gluster/glusterd2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brick-mux : fix spurious socket connect failure issue during volume stop
Change the logic of using the parent socket file to send the detach request by picking it up from /proc/<pid>/cmdline where pid is the process id of the parent brick. During Multiplex, this would avoid creating a hard link of a socket file. Credits : [email protected] for helping with the utility function Fixes: gluster#1468 Signed-off-by: Atin Mukherjee <[email protected]>
- Loading branch information
Atin Mukherjee
committed
Jan 8, 2019
1 parent
8ef2e18
commit 1a04cf3
Showing
4 changed files
with
43 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters