From 33e81bc94986929caab14a05231b25787a25a41b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 13 Apr 2009 23:40:22 -0700 Subject: bug fixes in dht-disk-usage feature. fixes bugs seen with dht's disk usage. Signed-off-by: Anand V. Avati --- xlators/cluster/dht/src/dht-layout.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/cluster/dht/src/dht-layout.c') diff --git a/xlators/cluster/dht/src/dht-layout.c b/xlators/cluster/dht/src/dht-layout.c index 45a7df60138..d9824908a63 100644 --- a/xlators/cluster/dht/src/dht-layout.c +++ b/xlators/cluster/dht/src/dht-layout.c @@ -403,6 +403,9 @@ dht_layout_anomalies (xlator_t *this, loc_t *loc, dht_layout_t *layout, case ENOTCONN: down++; break; + case ENOSPC: + down++; + break; default: misc++; } -- cgit