From owner-freebsd-stable@freebsd.org Sat Mar 5 13:55:39 2016 Return-Path: Delivered-To: freebsd-stable@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 39396A0ABEE for ; Sat, 5 Mar 2016 13:55:39 +0000 (UTC) (envelope-from la5lbtyi@aon.at) Received: from smtpout-fallback.aon.at (smtpout-fallback.aon.at [195.3.96.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F6E5F5A for ; Sat, 5 Mar 2016 13:55:37 +0000 (UTC) (envelope-from la5lbtyi@aon.at) Received: (qmail 11193 invoked from network); 5 Mar 2016 13:48:53 -0000 Received: from unknown (HELO smtpout.aon.at) ([172.18.1.199]) (envelope-sender ) by fallback43.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 5 Mar 2016 13:48:53 -0000 Received: (qmail 13570 invoked from network); 5 Mar 2016 13:48:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on WARSBL605.highway.telekom.at X-Spam-Level: Received: from 62-46-66-7.adsl.highway.telekom.at (HELO gandalf.xyzzy) ([62.46.66.7]) (envelope-sender ) by smarthub79.res.a1.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 5 Mar 2016 13:48:45 -0000 X-A1Mail-Track-Id: 1457185720:13198:smarthub79:62.46.66.7:1 Received: from mizar.xyzzy (mizar.xyzzy [192.168.1.19]) by gandalf.xyzzy (8.15.2/8.15.2) with ESMTP id u25Dmd9t017450 for ; Sat, 5 Mar 2016 14:48:40 +0100 (CET) (envelope-from la5lbtyi@aon.at) To: freebsd-stable@freebsd.org From: Martin Birgmeier Subject: Fix ZFS bug before releasing 10.3 Organization: MBi at home Message-ID: <56DAE3B6.6010106@aon.at> Date: Sat, 5 Mar 2016 14:48:38 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 13:55:39 -0000 Hi, Could someone with enough knowledge please look into https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207714 and fix it before 10.3? It is rather nasty as it corrupts files with holes when doing 'zfs send/zfs receive'. Such files appear 'automatically' if compression is enabled and a large enough chunk of zeros exists in a file. Pointer to a possible patch is attached in the PR. -- Martin