From owner-freebsd-current@FreeBSD.ORG Sun Jan 20 09:39:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47C7698F for ; Sun, 20 Jan 2013 09:39:55 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by mx1.freebsd.org (Postfix) with ESMTP id 270DA923 for ; Sun, 20 Jan 2013 09:39:54 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc8so2791090pbc.32 for ; Sun, 20 Jan 2013 01:39:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=4KWmO0vgjZ6GYI+Na3KCnES/4E4NcgnYInOmfUXBXzg=; b=rqu2uCT2PxBkZkOKcL60RxxHFMUhdbQ/1EN11nDtBUTX3sWAFOHzUWCfnenUo6fyOG q991ZoEhzHOkSE36t4qb7h+vosf5x9lmolq9QstDFROSSnxXhQYayeMWfpR8FPilVjmy iav0ztew7T4feyZa68lorQCe5Dl/WxH486K+M4gsoibp0U0tcdqTRZrAseovFEQS92ZK fqCZwBMQQ4By7AGDZxz4uJHfwV75P07PNCArV0b7YRpBuLLduZUiUzB0ASmXY+8vooMi 5eNKN3jHfzlpTiv0IAKCsjriUMaoHdRLSOJKyjUeA4Xk7zesD7WaT7WstnITH8F9aCsA VcQw== X-Received: by 10.68.212.200 with SMTP id nm8mr21319032pbc.4.1358674794424; Sun, 20 Jan 2013 01:39:54 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id tq4sm6495636pbc.50.2013.01.20.01.39.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Jan 2013 01:39:53 -0800 (PST) Message-ID: <50FBBB60.5070702@gmail.com> Date: Sun, 20 Jan 2013 01:39:44 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Subject: ZFS Trim on mps? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 09:39:55 -0000 Should I be getting trim with ZFS on an mps device? Disks are SATA ssd (830s), only "unsupported" is being reported. Do I need to set the cam "da" delete method to something (unmap?), or is ZFS trim only supported on ahci sata controllers? vfs.zfs.trim_disable: 0 vfs.zfs.trim_txg_limit: 64 kstat.zfs.misc.zio_trim.bytes: 0 kstat.zfs.misc.zio_trim.success: 0 kstat.zfs.misc.zio_trim.unsupported: 281 Matt