summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorMohammed Rafi KC <rkavunga@redhat.com>2015-06-03 17:10:22 +0530
committerDan Lambright <dlambrig@redhat.com>2015-06-25 19:55:51 -0700
commitd3714f252d91f4d1d5df05c4dcc8bc7c2ee75326 (patch)
tree261bb34a3bf3bdf7d3969a54a2756f62acfa15d4 /xlators
parentcd05e036117a27377af8ff4a1cdba09f1de0a8eb (diff)
tiering/rebalance: tier daemon stopped with out updating status
When a subvol goes down, tier daemon stopped immediately, and the status shows as "Progressing". With this change, with respect to tier xlator, when a subvol goes offline it will update the status as failed. Change-Id: I9f722ed0d35cda8c7fc1a7e75af52222e2d0fdb7 BUG: 1227803 Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com> Reviewed-on: http://review.gluster.org/11068 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Dan Lambright <dlambrig@redhat.com> Tested-by: Dan Lambright <dlambrig@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/dht/src/dht-common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index c634689dd64..259d31a4a8c 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -6964,9 +6964,6 @@ unlock:
conf->defrag = NULL;
kill (getpid(), SIGTERM);
}
- } else {
- GF_FREE (conf->defrag);
- conf->defrag = NULL;
}
}
}