From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 15:57:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D1E106566C for ; Sun, 6 Jul 2008 15:57:44 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 59D0C8FC13 for ; Sun, 6 Jul 2008 15:57:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m66Fulvc005428; Sun, 6 Jul 2008 17:56:47 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m66FukYL005425; Sun, 6 Jul 2008 17:56:47 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 6 Jul 2008 17:56:46 +0200 (CEST) From: Wojciech Puchar To: John Nielsen In-Reply-To: <200807060222.40004.lists@jnielsen.net> Message-ID: <20080706175206.B5376@wojtek.tensor.gdynia.pl> References: <1a5a68400806080604ped08ce8p120fc21107e7de81@mail.gmail.com> <4F9C9299A10AE74E89EA580D14AA10A61A193E@royal64.emp.zapto.org> <20080612132527.K5722@wojtek.tensor.gdynia.pl> <200807060222.40004.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD + ZFS on a production server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2008 15:57:44 -0000 > point: > > On Thursday 12 June 2008 07:37:06 am Wojciech Puchar wrote: >> you must have disks dedicated for raidz, disks dedicated for mirrored >> storage and disks dedicated for unprotected storage. it's inflexible >> and not much usable. >> >> actually - much less usable than "legacy" >> gmirror/gstripe/gconcat+bsdlabel. looks like my mistake - or simply a shortcut that made statement imprecise. it should be added: ---- ZFS can be installed on partitions and share disks with other things, but the performance will be bad. ZFS - contrary to every other filesystem that use FreeBSD disk I/O scheduler - does it's own I/O scheduling, so it assumes it's the only user of physical drive. if both non-ZFS and ZFS filesystem will share the same disk AT THE SAME TIME - there will be a lots of thrashing.