From 99351618cd15da15ee875f143154ea7f8e28eaf4 Mon Sep 17 00:00:00 2001 From: krishna Date: Wed, 22 Apr 2009 23:43:58 -0700 Subject: "option unhashed-sticky-bit on/off" "option unhashed-sticky-bit on/off" will configure distribute to set or not the S_ISVTX bit in the stat.st_mode of the actual file in case it is pointed to by the link file. This can be enabled during migration. Signed-off-by: Anand V. Avati --- 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 6d784796271..63a8bb2131d 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -119,6 +119,7 @@ struct dht_conf { dht_du_t *du_stats; uint32_t min_free_disk; int32_t refresh_interval; + gf_boolean_t unhashed_sticky_bit; struct timeval last_stat_fetch; }; typedef struct dht_conf dht_conf_t; -- cgit