From 8a5005ecf06f23f1607c0ff4111a21c00bd74205 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 3 Apr 2009 08:27:44 -0700 Subject: distribute to take care of available disk space while creating new dirs, and files. distribute gets awareness about disk-space while creating the files Signed-off-by: Anand V. Avati --- xlators/cluster/dht/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/dht/src/Makefile.am') diff --git a/xlators/cluster/dht/src/Makefile.am b/xlators/cluster/dht/src/Makefile.am index d4e0752a5..f87212699 100644 --- a/xlators/cluster/dht/src/Makefile.am +++ b/xlators/cluster/dht/src/Makefile.am @@ -4,7 +4,7 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster dht_common_source = dht-layout.c dht-helper.c dht-linkfile.c \ - dht-selfheal.c dht-rename.c dht-hashfn.c + dht-selfheal.c dht-rename.c dht-hashfn.c dht-diskusage.c dht_la_SOURCES = $(dht_common_source) dht.c -- cgit