Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2010 03:00:28 -0700
From:      Gil Vidals <gvidals@gmail.com>
To:        freebsd-fs@freebsd.org
Subject:   moving away from freebsd and zfs
Message-ID:  <AANLkTik6K2sZy0Wosj1cadz=mbAktzTZFzTEenopF-9C@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I'm hoping that somebody can help me as I've spent about a month studying
FreeBSD + ZFS to use as a NAS for my VMware ESX environment; however, it
looks like my hopes were completely dashed yesterday as my ZFS server based
on 64-bit i7 CPU with 8 GB of RAM and SSD slogs came crumbling down when I
added a second NFS mount point.

After several hours of research on the crash, it seems that FreeBSD 8.1
won't launch more than one nfsd, no matter what is configured in rc.conf.
(FreeBSD 7.x does launch multiple NFS daemons). So when I added my second
mount point, the CPU load went very high for the RPC services and the second
NFS mount point disconnected, brining down the running VMs.

PROBLEM: only one nfsd
zambia# ps waux | grep nfs
root     1213  0.0  0.0  5804  1508  ??  Is    5:23PM   0:00.02 nfsd: master
(nfsd)
root     1214  0.0  0.0  5804  1588  ??  S     5:23PM   8:06.88 nfsd: server
(nfsd)

The solution described here,
http://forums.freebsd.org/showthread.php?t=11873 points to compiling a
kernel with these options:

 options NFSD
 options DEVICE_POLLING
 options HZ=1000

The NFSD seems to be what solved the problem for the forum poster, but NFSD
option means that NFSv4 (experimental) is what is running and that isn't
supported by the VMware NFS client, so I can't use it. I don't know what to
do and I would be grateful for any suggestions.

Gil Vidals / VMRacks.com



[image: Reply With
Quote]<http://forums.freebsd.org/newreply.php?do=newreply&p=74555>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTik6K2sZy0Wosj1cadz=mbAktzTZFzTEenopF-9C>