Bug 1439095 - [Doc] : client side kernel tunable for better NFS performance
Summary: [Doc] : client side kernel tunable for better NFS performance
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Administration_Guide
Version: rhgs-3.2
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: RHGS 3.2.0 Async
Assignee: Bhavana
QA Contact: Ambarish
URL:
Whiteboard:
Depends On:
Blocks: 1446262
TreeView+ depends on / blocked
 
Reported: 2017-04-05 08:34 UTC by Ambarish
Modified: 2017-06-13 14:37 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-13 14:37:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Ambarish 2017-04-05 08:34:27 UTC
Document URL: 
-------------

https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.2/html-single/administration_guide/#sect-NFS_Ganesha
 

Describe the issue: 
-------------------

For better large file performance,it is recommended to set the following tunable on all workload generating RHEL 7 clients :


sysctl -w sunrpc.tcp_slot_table_entries=128
echo 128 > /proc/sys/sunrpc/tcp_slot_table_entries
echo 128 > /proc/sys/sunrpc/tcp_max_slot_table_entries

The tunable is to configure the number of outstanding RPC requests to the NFS server.


And do a remount post this.


To make it persistent on reboots :

echo "options sunrpc tcp_slot_table_entries=128" >> /etc/modprobe.d/sunrpc.conf
echo "options sunrpc tcp_max_slot_table_entries=128" >>  /etc/modprobe.d/sunrpc.conf

Comment 3 Ambarish 2017-05-08 09:21:53 UTC
LGTM,Verified.


Note You need to log in before you can comment on or make changes to this bug.