From ba1d55c083a39f56077305037de0b619316b2717 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 3 Nov 2010 02:13:31 +0000 Subject: Fix DHT getxattr for directories When a heal on the directory or layout changes, the user xattrs do not get healed in dht. The current fix sends the getxattr call n all the subvolumes, aggregates it and sends the response Signed-off-by: shishir gowda Signed-off-by: Anand V. Avati BUG: 1991 (distribute directory self-heal does not copy user extended attributes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1991 --- xlators/cluster/dht/src/dht-common.h | 1 - 1 file changed, 1 deletion(-) (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 f0510f86..becc8d9c 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -301,5 +301,4 @@ int dht_build_child_loc (xlator_t *this, loc_t *child, loc_t *parent, char *name int dht_filter_loc_subvol_key (xlator_t *this, loc_t *loc, loc_t *new_loc, xlator_t **subvol); - #endif /* _DHT_H */ -- cgit