summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2015-06-04 11:25:35 +0530
committerKaleb KEITHLEY <kkeithle@redhat.com>2015-06-09 11:49:04 -0700
commit922f9df5d7cdb7775dfa6fac4874105d5cc85c98 (patch)
tree6539a899326d49cfada4ae9dc4a77b3d72f26017 /xlators/mgmt/glusterd/src/glusterd-volume-set.c
parentf7c1eeadcd047e423f6abef2090db6a1b1a9ec42 (diff)
Upcall/cache-invalidation: Ignore fops with frame->root->client not set
Server-side internally generated fops like 'quota/marker' will not have any client associated with the frame. Hence we need a check for clients to be valid before processing for upcall cache invalidation. Also fixed an issue with initializing reaper-thread. Added a testcase to test the fix. Change-Id: If7419b98aca383f4b80711c10fef2e0b32498c57 BUG: 1221941 Signed-off-by: Soumya Koduri <skoduri@redhat.com> Reviewed-on: http://review.gluster.org/10909 Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: jiffin tony Thottan <jthottan@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/11141 Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 9b9f5441e76..8dea0695d67 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -1863,7 +1863,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
/* Upcall translator options */
{ .key = "features.cache-invalidation",
.voltype = "features/upcall",
- .value = "off",
+ .value = "off",
.op_version = GD_OP_VERSION_3_7_0,
},
{ .key = "features.cache-invalidation-timeout",