Displaying 1 result from an estimated 1 matches for "maxbl".
Did you mean:
maxb
2005 Sep 02
0
nfsstat -m equivalent
...to=tcp,sec=sys,hard,intr,link,symlink,acl,rsize=32768,wsize=32768,retrans=5,timeo=50
Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60
On a related topic, how can I make a Centos3.4 nfs server export the filesystem
with an rsize/wsize of 32K.
I believe the kernel supports it:
$ grep MAXBL /usr/src/linux-2.4.21-27.EL/include/linux/nfsd/const.h
#define NFSSVC_MAXBLKSIZE (32*1024)
#define NFSSVC_MAXBLKSIZE (2*PAGE_SIZE)
Although I'm confused by this similar file from the glibc-kernheaders package.
$ grep MAX /usr/include/linux/nfsd/const.h
#define NFSSVC_MAXVERS...