diff options
author | Philip Spencer <pspencer@fields.utoronto.ca> | 2019-05-07 10:19:34 -0400 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-08-16 05:35:02 +0000 |
commit | a24288c5c9da9137eb1d5d487bc7cd11af01b88b (patch) | |
tree | 5f3c417cfae804ca01037924b12d7456da8dff8d /glusterfsd | |
parent | 8e9c53ebf16705b9a1db2fc486dc24a5cb244ddd (diff) |
mount.glusterfs: make fcache-keep-open option take a value
Fixes: bz#1158130
Change-Id: Ifdeaed7c9fbe85f7ce421f7c89cbe7265e45f77c
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index b2fc944b92a..65011cd43ef 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -198,7 +198,7 @@ static struct argp_option gf_options[] = { {"brick-port", ARGP_BRICK_PORT_KEY, "BRICK-PORT", OPTION_HIDDEN, "Brick Port to be registered with Gluster portmapper"}, {"fopen-keep-cache", ARGP_FOPEN_KEEP_CACHE_KEY, "BOOL", OPTION_ARG_OPTIONAL, - "Do not purge the cache on file open"}, + "Do not purge the cache on file open [default: false]"}, {"global-timer-wheel", ARGP_GLOBAL_TIMER_WHEEL, "BOOL", OPTION_ARG_OPTIONAL, "Instantiate process global timer-wheel"}, {"thin-client", ARGP_THIN_CLIENT_KEY, 0, 0, |