diff options
| author | Amar Tumballi <amarts@redhat.com> | 2012-08-20 23:46:03 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2012-08-22 09:55:59 -0700 | 
| commit | 49ba15d599a8979d1d3df7a39204d52081d8719e (patch) | |
| tree | db7b1e85949155f574ef69115cbf35e324809953 /libglusterfs | |
| parent | 4dc4e4b770fc5fa1aeebc41223ede9195ede4965 (diff) | |
fuse: make background queue length configurable
* also make 'congestion_threshold' an option
* make 'congestion_threshold' as 75% of background queue length if
  not explicitely specified
* in glusterfsd.c, moved all the fuse option dictionary setting
  code to separate function
Change-Id: Ie1680eefaed9377720770a09222282321bd4132e
Signed-off-by: Amar Tumballi <amarts@redhat.com>
BUG: 845214
Reviewed-on: http://review.gluster.org/3830
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 8fc49d3d2..622651b4c 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -313,7 +313,8 @@ struct _cmd_args {          pid_t            client_pid;          int              client_pid_set;          unsigned         uid_map_root; - +        int              background_qlen; +        int              congestion_threshold;  	/* key args */  	char            *mount_point;  | 
