From owner-freebsd-scsi@freebsd.org Tue Nov 17 08:23:09 2015 Return-Path: <owner-freebsd-scsi@freebsd.org> Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9AE0A31DDF; Tue, 17 Nov 2015 08:23:09 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473261A44; Tue, 17 Nov 2015 08:23:09 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by wmww144 with SMTP id w144so14247000wmw.0; Tue, 17 Nov 2015 00:23:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gDedhX817bOHm9pQoLUg0E3hYQEtgvcFTGwPzmhQOyA=; b=yCl0BKOE8rNrACU7UxTzWcIvXvC0Xi/C3jso+rhQJiAUV2XIHFaqd3UkuzcnCydSQS udUS9V86QVUDJXRkdWHJy2ecE1UKOm4UoG+tVix5ylT9Wn9/QGFi7xuQLTqPFn8yHk0U u3bS1UlvbJa9nnOjpjXag/jqDqAvcEauZ0eIutQS7FDY6kkJIxE/LUjBCmJ4ROpqR0LW k1CCwmdekUXYrBCEYSdyY4Fbosms0kmzrtRchhvOPy/7VdOD6Wx8xV/TVF6pFBFPTCY1 xdlZ0QOloHmP+pFeSYWQvuca5923NcHmKDJQpLShpoJGkUM5XFbulrb5wZxYPLo52GZd wjag== MIME-Version: 1.0 X-Received: by 10.194.239.104 with SMTP id vr8mr40013392wjc.64.1447748586845; Tue, 17 Nov 2015 00:23:06 -0800 (PST) Received: by 10.28.181.213 with HTTP; Tue, 17 Nov 2015 00:23:06 -0800 (PST) In-Reply-To: <878D84A9-4553-413B-ACA4-5ABF499F28C1@punkt.de> References: <5644FF09.9090200@free.de> <CA+E3k93QrUFA3BvhoswkVDXh2bR2aLYG6Z0TOrisVvNL=+MZVA@mail.gmail.com> <56472686.5030301@free.de> <20151114143104.GA41119@in-addr.com> <7710CBCC-E68F-4454-9E29-E50ED1C6B511@sarenet.es> <CAN6yY1sH0PnnF_AGwDsA75i_Z6ptOr4J0c_Gqrt+RFO6eZsW-Q@mail.gmail.com> <CAOjFWZ4Js65gQZc6rbT9SKg-jZozziTa=JGpJys6HyejdgWP+g@mail.gmail.com> <20151116205734.GM48728@zxy.spb.ru> <CAOjFWZ49A8b6g=mQL3jzJaNX-Lf+uDCvmscyB6F4tr7Ax=HMbg@mail.gmail.com> <878D84A9-4553-413B-ACA4-5ABF499F28C1@punkt.de> Date: Tue, 17 Nov 2015 08:23:06 +0000 Message-ID: <CALfReycoUnJagDTW79TQ1VP4AUO0pYT08EEQqx30UmWbpsOVDA@mail.gmail.com> Subject: Re: ZFS on labelled partitions (was: Re: LSI SAS2008 mps driver preferred firmware version) From: krad <kraduk@gmail.com> To: "Patrick M. Hausen" <hausen@punkt.de> Cc: Freddie Cash <fjwcash@gmail.com>, freebsd-scsi@freebsd.org, freebsd-stable <freebsd-stable@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SCSI subsystem <freebsd-scsi.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-scsi>, <mailto:freebsd-scsi-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-scsi/> List-Post: <mailto:freebsd-scsi@freebsd.org> List-Help: <mailto:freebsd-scsi-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-scsi>, <mailto:freebsd-scsi-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Nov 2015 08:23:09 -0000 >From what i remember its a control thing. If you have another layer below zfs, be it software based or hardware based, zfs cant be sure what is going on, therefore cant guarantee anything. This is quite a big thing when it comes to data integrity which is a big reason to use zfs. I remember having to be very careful with some external caching arrays and making sure that they flushed correctly as often they ignore the scsi flush commands. This is one reason why I would always use the IT based firmware rather then the RAID one, as its less likely to lead to issues. On 17 November 2015 at 08:08, Patrick M. Hausen <hausen@punkt.de> wrote: > Hi, all, > > > Am 16.11.2015 um 22:19 schrieb Freddie Cash <fjwcash@gmail.com>: > > > > =E2=80=8BYou label the disks as they are added to the system the first = time. > That > > way, you always know where each disk is located, and you only deal with > the > > labels. > > we do the same for obvious reasons. But I always wonder about the possibl= e > downsides, because ZFS documentation explicitly states: > > ZFS operates on raw devices, so it is possible to create a storag= e > pool comprised of logical > volumes, either software or hardware. This configuration is not > recommended, as ZFS works > best when it uses raw physical devices. Using logical volumes > might sacrifice performance, > reliability, or both, and should be avoided. > > (from http://docs.oracle.com/cd/E19253-01/819-5461/gbcik/index.html) > > Can anyone shed some lght on why not using raw devices might sacrifice > performance or reliability? Or is this just outdated folklore? > > Thanks, > Patrick > -- > punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe > Tel. 0721 9109 0 * Fax 0721 9109 100 > info@punkt.de http://www.punkt.de > Gf: J=C3=BCrgen Egeling AG Mannheim 108285 > >