diff options
author | shishir gowda <shishirng@gluster.com> | 2011-04-14 04:21:48 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-14 03:38:33 -0700 |
commit | 1d1452e070f990cc91fea87408ea4905abde2fb7 (patch) | |
tree | c4bf937fe22bc609db5a7f9ef08b182ae5d982b8 /xlators/cluster/dht/src/dht-common.h | |
parent | 6c16974a0ed485c72f84922fcf67b76ac8f64358 (diff) |
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 <shishirng@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2536 (gsync service introspection)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2536
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 9c39d0d63b8..67cc16e4304 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; |