From db365c30d07f5faae4197e37148f64e75b54a7ec Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Tue, 31 Mar 2009 10:56:10 -0700 Subject: Enable glusterfs client to exit after a configured number of failed connects \ while fetching volume specification file from server Signed-off-by: Anand V. Avati --- glusterfsd/src/glusterfsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'glusterfsd/src/glusterfsd.h') diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index 0d6423ab4..e06526b06 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -71,6 +71,7 @@ enum argp_option_keys { #endif /* DARWIN */ ARGP_VOLFILE_ID_KEY = 143, ARGP_VOLFILE_CHECK_KEY = 144, + ARGP_VOLFILE_MAX_FETCH_ATTEMPTS = 145, }; /* Moved here from fetch-spec.h */ -- cgit