Bug 1408431

Summary: GlusterD is not starting after multiple restarts on one node and parallel volume set options from other node.
Product: [Community] GlusterFS Reporter: Muthu Vigneshwaran <mvignesh>
Component: glusterdAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: amukherj, atumball, bugs, ggarg, rhs-bugs, smohan, songxin_1980, storage-qa-internal, vbellur
Target Milestone: ---Keywords: Triaged, ZStream
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-6.x Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1308487 Environment:
Last Closed: 2019-05-11 00:20:14 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: 1308487    
Bug Blocks: 1455840    

Comment 1 Worker Ant 2016-12-23 11:33:38 UTC
REVIEW: http://review.gluster.org/16279 (glusterd : Empty info file preventing glusterd from starting) posted (#1) for review on master by Muthu Vigneshwaran (muthuvigneshwaran77)

Comment 2 Worker Ant 2016-12-27 10:28:02 UTC
REVIEW: http://review.gluster.org/16279 (glusterd : Empty info file preventing glusterd from starting) posted (#2) for review on master by Muthu Vigneshwaran (muthuvigneshwaran77)

Comment 3 Worker Ant 2016-12-27 10:34:13 UTC
REVIEW: http://review.gluster.org/16279 (glusterd : Empty info file preventing glusterd from starting) posted (#3) for review on master by Muthu Vigneshwaran (muthuvigneshwaran77)

Comment 4 Worker Ant 2016-12-27 17:44:20 UTC
REVIEW: http://review.gluster.org/16279 (glusterd : Empty info file preventing glusterd from starting) posted (#4) for review on master by Muthu Vigneshwaran (muthuvigneshwaran77)

Comment 5 Worker Ant 2016-12-27 19:10:25 UTC
REVIEW: http://review.gluster.org/16279 (glusterd : Empty info file preventing glusterd from starting) posted (#5) for review on master by Muthu Vigneshwaran (muthuvigneshwaran77)

Comment 7 Atin Mukherjee 2018-12-19 11:20:55 UTC
Fixed through following commit:

commit a52d2d704318a930b0a2eb6d92701499fa97e52e
Author: Atin Mukherjee <amukherj>
Date:   Thu Nov 22 09:58:52 2018 +0530

    glusterd: perform store operation in cleanup lock
    
    All glusterd store operation and cleanup thread should work under a
    critical section to avoid any partial store write.
    
    Change-Id: I4f12e738f597a1f925c87ea2f42565dcf9ecdb9d
    Fixes: bz#1652430
    Signed-off-by: Atin Mukherjee <amukherj>