summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/dht/src/dht-rebalance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c
index cc03eaa1195..c99489597df 100644
--- a/xlators/cluster/dht/src/dht-rebalance.c
+++ b/xlators/cluster/dht/src/dht-rebalance.c
@@ -2433,10 +2433,10 @@ out:
lk_ret = syncop_removexattr (to, loc,
GF_PROTECT_FROM_EXTERNAL_WRITES,
NULL, NULL);
- if (lk_ret) {
+ if (lk_ret && (lk_ret != ENODATA) && (lk_ret != ENOATTR)) {
gf_msg (this->name, GF_LOG_WARNING, -lk_ret, 0,
"%s: removexattr failed key %s", loc->path,
- GF_CLEAN_WRITE_PROTECTION);
+ GF_PROTECT_FROM_EXTERNAL_WRITES);
}
}