Bug 1421607
Summary: | Getting error messages in glusterd.log when peer detach is done | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Gaurav Yadav <gyadav> |
Component: | glusterd | Assignee: | Gaurav Yadav <gyadav> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | amukherj, bsrirama, bugs, kkeithle, ndevos, rhinduja, rhs-bugs, skoduri, storage-qa-internal, vbellur |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.11.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1383979 | Environment: | |
Last Closed: | 2017-05-30 18:42:26 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: | |||
Bug Blocks: | 1383979 |
Description
Gaurav Yadav
2017-02-13 09:05:02 UTC
REVIEW: https://review.gluster.org/16607 ( glusterd : Fix for error mesage while detaching peers) posted (#1) for review on master by Gaurav Yadav (gyadav) REVIEW: https://review.gluster.org/16607 (glusterd : Fix for error mesage while detaching peers) posted (#2) for review on master by Gaurav Yadav (gyadav) COMMIT: https://review.gluster.org/16607 committed in master by Atin Mukherjee (amukherj) ------ commit be44a1bd519af69b21acf682b0908d4d695f868e Author: Gaurav Yadav <gyadav> Date: Mon Feb 13 15:46:24 2017 +0530 glusterd : Fix for error mesage while detaching peers When peer is detached from a cluster, an error log is being generated in glusterd.log -"Failed to reconfigure all daemon services". This log is seen in the originator node where the detach is issued. This happens in two cases. Case 1: Detach peer with no volume been created in cluster. Case 2: Detach peer after deleting all the volumes which were created but never started. In any one of the above two cases, in glusterd_check_files_identical() GlusterD fails to retrieve nfs-server.vol file from /var/lib/glusterd/nfs which gets created only when a volume is in place and and is started. With this fix both the above cases have been handled by added validation to skip reconfigure if there is no volume in started state. Change-Id: I039c0840e3d61ab54575e1e00c6a6a00874d84c0 BUG: 1421607 Signed-off-by: Gaurav Yadav <gyadav> Reviewed-on: https://review.gluster.org/16607 Smoke: Gluster Build System <jenkins.org> Tested-by: Atin Mukherjee <amukherj> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Atin Mukherjee <amukherj> REVIEW: https://review.gluster.org/16645 (glusterd : Fix for error mesage while detaching peers) posted (#1) for review on release-3.10 by Gaurav Yadav (gyadav) This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.11.0, please open a new bug report. glusterfs-3.11.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-May/000073.html [2] https://www.gluster.org/pipermail/gluster-users/ |