fuse: reflect the actual default for lru-limit option

in both `--help` text and man page

updates: bz#1679998
Change-Id: I9aa9367c6863ac8e2403255280697c9e6be26cf0
Signed-off-by: Amar Tumballi <amarts@redhat.com>
This commit is contained in:
Amar Tumballi 2019-02-12 14:41:49 +05:30 committed by Shyamsundar Ranganathan
parent c360210685
commit 0419d9ab93
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ Provide list of backup volfile servers in the following format [default: None]
.TP
.TP
\fBlru-limit=\fRN
Set fuse module's limit for number of inodes kept in LRU list to N [default: 0]
Set fuse module's limit for number of inodes kept in LRU list to N [default: 131072]
.TP
.TP
\fBbackground-qlen=\fRN

View File

@ -221,7 +221,7 @@ static struct argp_option gf_options[] = {
"Resolve all auxiliary groups in fuse translator (max 32 otherwise)"},
{"lru-limit", ARGP_FUSE_LRU_LIMIT_KEY, "N", 0,
"Set fuse module's limit for number of inodes kept in LRU list to N "
"[default: 0]"},
"[default: 131072]"},
{"background-qlen", ARGP_FUSE_BACKGROUND_QLEN_KEY, "N", 0,
"Set fuse module's background queue length to N "
"[default: 64]"},