From owner-freebsd-fs@FreeBSD.ORG Sun Jan 20 22:45:38 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3DBC142 for ; Sun, 20 Jan 2013 22:45:38 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1.freebsd.org (Postfix) with ESMTP id 16748972 for ; Sun, 20 Jan 2013 22:45:37 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id go11so22192lbb.8 for ; Sun, 20 Jan 2013 14:45:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=1hUyktHLhe6V5OBGW0mX3Wgk6Pae3DxLQ9M45huJENs=; b=OByNRbHBtEEgJToj1zQp8V40/jMqzymC9x/gRzST4MFHxw+/5rmBVZ0iXD/qj7uRvw +Ii+nf+VNBh2DM5zXBZ+sBu7Ys/5xYxLtfaROsmSZUK/YcyVpvr1SY9ZZrcgSaEBfwUs k9iigLLm1pIBHH1y+tn0Xnyg3iomnCmtz8RsurOdeydlDZ8rHsqvW+QtL9LDwBQlmL8v oH3OL/mJK2z8i/7DeIt5PV/8ba13zGEBNekNCl6pY0/0gLoYm0kV+X3ofCkmeURt9wtQ euVlfJ6hpwHpOFssoXLnXD8uC733Ss6TjJigAfpBytpCEOyP+bDZokvMO8wiNou03pN2 JLDg== MIME-Version: 1.0 X-Received: by 10.152.147.103 with SMTP id tj7mr15502313lab.54.1358721931142; Sun, 20 Jan 2013 14:45:31 -0800 (PST) Received: by 10.112.6.38 with HTTP; Sun, 20 Jan 2013 14:45:31 -0800 (PST) Date: Sun, 20 Jan 2013 17:45:31 -0500 Message-ID: Subject: ZFS _receiving_ TRIM ? (unmap) From: Zaphod Beeblebrox To: freebsd-fs Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 22:45:38 -0000 So... I see that using TRIM is a scheduled feature for ZFS. This is good --- ZFS's policy of never overwriting active data make's it's use of TRIM all the more important. But I'm concerned about the other side. If I have an iSCSI disk exported from ZFS, will ZFS receive the "UNMAP" (SCSI's TRIM) and free those blocks?