From 1d1452e070f990cc91fea87408ea4905abde2fb7 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 14 Apr 2011 04:21:48 +0000 Subject: DHT: Add xlator-option assert_no_child_down If this is set, when CHILD_DOWN event is received, call exit Signed-off-by: shishir gowda Signed-off-by: Anand Avati BUG: 2536 (gsync service introspection) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2536 --- xlators/cluster/dht/src/dht-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/dht/src/dht-common.h') diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 9c39d0d63..67cc16e43 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -165,6 +165,7 @@ struct dht_conf { dht */ gf_boolean_t use_readdirp; char vol_uuid[UUID_SIZE + 1]; + gf_boolean_t assert_no_child_down; }; typedef struct dht_conf dht_conf_t; -- cgit