FreeBSD ZFS file server with SSD HDD
Kate Dawson
k4t at 3msg.es
Wed Oct 11 13:48:30 UTC 2017
Hi,
Currently running a FreeBSD NFS server with a zpool comprising
12 x 1TB hard disk drives are arranged as pairs of mirrors in a strip set ( RAID 10 )
An additional 2x 960GB SSD added. These two SSD are partitioned with a
small partition begin used for a ZIL log, and larger partion arranged for
L2ARC cache.
Additionally the host has 64GB RAM and 16 CPU cores (AMD Opteron 2Ghz)
A dataset from the pool is exported via NFS to a number of Debian
Gnu/Linux hosts running a xen hypervisor. These run several disk image
based virtual machines
In general use, the FreeBSD NFS host sees very little read IO, which is to expected
as the RAM cache and L2ARC are designed to minimise the amount of read load
on the disks.
However we're starting to see high load ( mostly IO WAIT ) on the Linux
virtualisation hosts, and virtual machines - with kernel timeouts
occurring resulting in crashes and instability.
I believe this may be due to the limited number of random write IOPS available
on the zpool NFS export.
I can get sequential writes and reads to and from the NFS server at
speeds that approach the maximum the network provides ( currently 1Gb/s
+ Jumbo Frames, and I could increase this by bonding multiple interfaces together. )
However day to day usage does not show network utilisation anywhere near
this maximum.
If I look at the output of `zpool iostat -v tank 1 ` I see that every
five seconds or so, the numner of write operation go to > 2k
I think this shows that the I'm hitting the limit that the spinning disk
can provide in this workload.
As a cost effective way to improve this ( rather than replacing the
whole chassis ) I was considering replacing the 1TB HDD with 1TB SSD,
for the improved IOPS.
I wonder if there were any opinions within the community here, on
1. What metrics can I gather to confirm the disk write IO as bottleneck?
2. If the proposed solution will have the required effect? That is an
decrease in the IOWAIT on the GNU/Linux virtualization hosts.
I hope this is a well formed question.
Regards,
Kate Dawson
--
"The introduction of a coordinate system to geometry is an act of violence"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20171011/f9cf2bad/attachment.sig>
More information about the freebsd-questions
mailing list