From 4a62b5af1c9add4a74ea38ab9008bf129e2b4110 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Apr 2009 00:34:34 -0700 Subject: feature to disable volumefile's checksum in server volume define, "option verify-volfile-checksum no" to disable the checksum feature. Signed-off-by: Anand V. Avati --- xlators/protocol/server/src/server-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/server/src/server-protocol.h') diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h index 2e6923fb4..1ea30cc6f 100644 --- a/xlators/protocol/server/src/server-protocol.h +++ b/xlators/protocol/server/src/server-protocol.h @@ -105,6 +105,7 @@ typedef struct { int32_t inode_lru_limit; pthread_mutex_t mutex; struct list_head conns; + gf_boolean_t verify_volfile_checksum; } server_conf_t; -- cgit