From owner-freebsd-fs@FreeBSD.ORG Wed Aug 7 15:08:01 2013 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E8A8930 for ; Wed, 7 Aug 2013 15:08:00 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2366521F9 for ; Wed, 7 Aug 2013 15:08:00 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id D2930153435 for ; Wed, 7 Aug 2013 17:07:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vxTXDgPL0gkU for ; Wed, 7 Aug 2013 17:07:55 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:5d33:3a19:2ee6:6e9f] (unknown [IPv6:2001:4cb8:3:1:5d33:3a19:2ee6:6e9f]) by smtp.digiware.nl (Postfix) with ESMTP id 17639153433 for ; Wed, 7 Aug 2013 17:07:55 +0200 (CEST) Message-ID: <520262C6.2060606@digiware.nl> Date: Wed, 07 Aug 2013 17:07:50 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: fs@freebsd.org Subject: Crash while sending ZFS file system Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 07 Aug 2013 15:08:01 -0000 Hi, I've got this relatively "old" (somewhere from around 8.0) ZFS filesytem that I'm trying to send to a new server. Given the ae, it could be very well that these is something off on the pool. But it core-dumps on: zfs send -v -R zfsraid@box | mbuffer -4 -m 100M -O box:5555 ........ send from @ to zfsraid/ezjail/nameserver@box estimated size is 245M send from @ to zfsraid/ezjail/newjail@box estimated size is 1.30M send from @ to zfsraid/obj@box estimated size is 4.80G send from @ to zfsraid/sonycam@box estimated size is 5.22M Assertion failed: (progress), file /usr/srcs/src9/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c, line 1316. The FreeBSD version is: FreeBSD zfs.digiware.nl 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #242 r253371 Now I can send some of the snapshots that are mounted on home. Just not the whole set of snapshots. It bombs out even still during the listing of all snapshots to send. If I look at the code it asserts that progress needs to be made. If this is not the case the assert is activated. Any suggestions as to how to fix/debug this? It generates a coredump Regards, --WjW