Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
brick-mux : remove removal of socket file during Demultiplex
Browse files Browse the repository at this point in the history
Signed-off-by: Atin Mukherjee <[email protected]>
  • Loading branch information
Atin Mukherjee committed Jan 8, 2019
1 parent 1a04cf3 commit 6b2e269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glusterd2/brickmux/demultiplex.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func Demultiplex(b brick.Brickinfo) error {

log.WithField("brick", b.String()).Debug("deleting brick socket and pid file")
os.Remove(brickDaemon.PidFile())
os.Remove(brickDaemon.SocketFile())
log.WithField("brick", b.String()).Debug("deleted brick socket and pid file")

return nil
}

0 comments on commit 6b2e269

Please sign in to comment.