diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-03-31 10:56:10 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-01 13:20:06 +0530 |
commit | db365c30d07f5faae4197e37148f64e75b54a7ec (patch) | |
tree | 5ae79870edcebfabe588bdc91f71910d45f72fa8 /glusterfsd/src/glusterfsd.h | |
parent | aa63a122433d51e89148af27dab98cf68846dab4 (diff) |
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 <avati@amp.gluster.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd.h')
-rw-r--r-- | glusterfsd/src/glusterfsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |