diff options
author | Kaushal M <kaushal@redhat.com> | 2013-05-23 12:19:33 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-06-04 13:27:35 -0700 |
commit | 0c1916f3e1eb81aa81dc2d62e97f46880390838c (patch) | |
tree | e82396844066f43718bddb42f6376adbe8064568 /xlators/mgmt/glusterd/src/glusterd-sm.h | |
parent | a72e77f7bc5abfa739f19f6d02e7cf94b138c477 (diff) |
glusterd-syncop: Fix unlocking and collating errors
* Only those peers which were locked need to be unlocked.
* Fix location of collating errors in callbacks. The callback functions
could miss collating errors if there was an rpc error.
Change-Id: Ie27c2f1ec197da4f5077a4d6e032127954ce87cd
BUG: 948686
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/5087
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-sm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-sm.h b/xlators/mgmt/glusterd/src/glusterd-sm.h index b7faa5608d3..99eabfa8621 100644 --- a/xlators/mgmt/glusterd/src/glusterd-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-sm.h @@ -109,6 +109,7 @@ struct glusterd_peerinfo_ { glusterd_sm_tr_log_t sm_log; gf_boolean_t quorum_action; gd_quorum_contrib_t quorum_contrib; + gf_boolean_t locked; }; typedef struct glusterd_peerinfo_ glusterd_peerinfo_t; |