From owner-freebsd-stable@FreeBSD.ORG Wed Apr 8 17:37:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1D391065677 for ; Wed, 8 Apr 2009 17:37:28 +0000 (UTC) (envelope-from andrew@rinet.ru) Received: from mowgli.rinet.ru (mowgli.rinet.ru [195.54.192.81]) by mx1.freebsd.org (Postfix) with ESMTP id B0E528FC29 for ; Wed, 8 Apr 2009 17:37:28 +0000 (UTC) (envelope-from andrew@rinet.ru) Received: from [10.10.80.29] (unknown [195.10.205.145]) by mowgli.rinet.ru (Postfix) with ESMTP id C24EF60 for ; Wed, 8 Apr 2009 21:21:11 +0400 (MSD) From: Andrew Kolchoogin To: freebsd-stable@freebsd.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Organization: Cronyx Plus LLC Date: Wed, 08 Apr 2009 21:21:12 +0400 Message-Id: <1239211272.3358.17.camel@akela.tsscom.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 8bit Subject: ZFS Usage. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 17:37:29 -0000 Dear colleagues, В Ср, 08/04/2009 в 14:30 +0200, Ivan Voras пишет: I have "old port" (RELENG_7) ZFS in production on two servers. Both of them have Serial ATA HDDs with the following storage pool configuration: 1) mpt(4) SATA/SAS Controller with three drives as RAIDZ; 2) aac(4) SATA/SAS RAID Controller with six drives as two RAIDZs. Both servers in question are Intel Xeons with FreeBSD/amd64 installed on them, as such, tuning of kernel memory-related sysctls is unneccessary with recent RELENG_7. Servers have relatively complex workload: they contain two-to-six jails with PostFix/DrWeb/Amavis; MySQL Database (with very intensive workload as it is used as a backend for RADIUS server with quite intensive authorisation/accounting); Web Server (up to three on one of servers in question); Asterisk SoftPBX. Servers have NFS-shared home directories between jails via localhost. Conclusion: no problems detected past three months. ;) -- Cheers, Andrew.