f338ef
From ff5f06d6ba5ac87094ae5df435d1cfb38802e7ca Mon Sep 17 00:00:00 2001
f338ef
From: N Balachandran <nbalacha@redhat.com>
f338ef
Date: Tue, 18 Jun 2019 15:33:29 +0530
f338ef
Subject: [PATCH 213/221] cluster/dht: Strip out dht xattrs
f338ef
f338ef
Some internal DHT xattrs were not being
f338ef
removed when calling getxattr in pass-through mode.
f338ef
This has been fixed.
f338ef
f338ef
upstream patch: https://review.gluster.org/#/c/glusterfs/+/22889/
f338ef
f338ef
>Change-Id: If7e3dbc7b495db88a566bd560888e3e9c167defa
f338ef
>fixes: bz#1721435
f338ef
>Signed-off-by: N Balachandran <nbalacha@redhat.com>
f338ef
f338ef
f338ef
BUG: 1721357
f338ef
Change-Id: I29bce7ea78bb4fd3b493404282cb2c48ef0bf4ee
f338ef
Signed-off-by: N Balachandran <nbalacha@redhat.com>
f338ef
Reviewed-on: https://code.engineering.redhat.com/gerrit/174699
f338ef
Tested-by: RHGS Build Bot <nigelb@redhat.com>
f338ef
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
f338ef
---
f338ef
 xlators/cluster/dht/src/dht-common.c | 2 ++
f338ef
 1 file changed, 2 insertions(+)
f338ef
f338ef
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
f338ef
index e1edb38..9a6ea5b 100644
f338ef
--- a/xlators/cluster/dht/src/dht-common.c
f338ef
+++ b/xlators/cluster/dht/src/dht-common.c
f338ef
@@ -11216,6 +11216,8 @@ dht_pt_getxattr_cbk(call_frame_t *frame, void *cookie, xlator_t *this,
f338ef
 
f338ef
     conf = this->private;
f338ef
     dict_del(xattr, conf->xattr_name);
f338ef
+    dict_del(xattr, conf->mds_xattr_key);
f338ef
+    dict_del(xattr, conf->commithash_xattr_name);
f338ef
 
f338ef
     if (frame->root->pid >= 0) {
f338ef
         GF_REMOVE_INTERNAL_XATTR("trusted.glusterfs.quota*", xattr);
f338ef
-- 
f338ef
1.8.3.1
f338ef