From 5b82f173ba337b2fe06846c2a0e5f35d1ff53357 Mon Sep 17 00:00:00 2001 From: Mohit Agrawal Date: Thu, 8 Jun 2017 13:04:42 +0530 Subject: glusterfsd: Deletion of brick dir throw emerg msgs after stop volume Problem: Deletion of brick directories throw emerg messages after stop volume while brick mux is enabled. Solution: Modify the posix health check monitor thread code to handled correctly. BUG: 1459781 Signed-off-by: Mohit Agrawal Change-Id: I2d22a84f9a98b0da261e5fb7850ba1368f3601d7 Reviewed-on: https://review.gluster.org/17492 Tested-by: MOHIT AGRAWAL Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Raghavendra Talur Reviewed-by: Jeff Darcy --- xlators/features/changetimerecorder/src/changetimerecorder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/features/changetimerecorder') diff --git a/xlators/features/changetimerecorder/src/changetimerecorder.c b/xlators/features/changetimerecorder/src/changetimerecorder.c index 1811cec420f..7598e432797 100644 --- a/xlators/features/changetimerecorder/src/changetimerecorder.c +++ b/xlators/features/changetimerecorder/src/changetimerecorder.c @@ -2315,9 +2315,9 @@ notify (xlator_t *this, int event, void *data, ...) CTR_MSG_CLOSE_DB_CONN_FAILED, "Failed closing " "db connection"); } - } else { - ret = default_notify (this, event, data); } + ret = default_notify (this, event, data); + out: return ret; -- cgit