From owner-freebsd-questions@FreeBSD.ORG Fri Aug 2 09:12:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1C514E22 for ; Fri, 2 Aug 2013 09:12:02 +0000 (UTC) (envelope-from andreassonjohn@gmail.com) Received: from mail-pa0-x241.google.com (mail-pa0-x241.google.com [IPv6:2607:f8b0:400e:c03::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC26D2CE1 for ; Fri, 2 Aug 2013 09:12:01 +0000 (UTC) Received: by mail-pa0-f65.google.com with SMTP id fb10so271226pad.4 for ; Fri, 02 Aug 2013 02:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IngNfizq21+a9mcVT9PNQX0HhG/PdEnCFE14+4mSVww=; b=UVZGZxCuoC2gBypsU+DvCK9kN/crjvRULt4DWVsWELi5ZW+g4Jj1X4Kyh/WPnktu9g pLrxCfhmtWi4PaeL9F+Q9zxQil1fL9DuCoMMo5+DmwODY6NRftEk4rcoKuuvM6xRZMYZ 6rzV4naveVO6cxEZ4+Up5/rwez6AxqugcDi5cTmYQzfJk2FCQtb1lZDJfm/6tSpYWHoM EJPSC2miqbD4sGaaK3YE3lJ6OpazUqboo4Wsn+cdOqGPi+jYNfN1+NksEq6AdlgPBYZG CiMJaUJxiQCpsepnSFt+SGXYZCj/AqOpgLsJck4pQZmSF1/gdIoXit7m4QEcFL4Q1/M+ YwKw== MIME-Version: 1.0 X-Received: by 10.68.254.73 with SMTP id ag9mr2483504pbd.54.1375434721684; Fri, 02 Aug 2013 02:12:01 -0700 (PDT) Received: by 10.70.5.99 with HTTP; Fri, 2 Aug 2013 02:12:01 -0700 (PDT) Date: Fri, 2 Aug 2013 11:12:01 +0200 Message-ID: Subject: TRIM on ZFS mirror From: John Andreasson To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 09:12:02 -0000 Hi. I read that FreeBSD 9.2 will bring TRIM to ZFS. Does anyone know if this works even if the zpool is a mirror? John