From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 21:04:53 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id AC2358C1 for ; Tue, 12 Aug 2014 21:04:53 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD872240 for ; Tue, 12 Aug 2014 21:04:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s7CL4pGd013610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 12 Aug 2014 15:04:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s7CL4pjV013572; Tue, 12 Aug 2014 15:04:51 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 12 Aug 2014 15:04:51 -0600 (MDT) From: Warren Block To: Roland Smith Subject: Re: Problems with dump and restore In-Reply-To: <20140812193419.GB7166@slackbox.erewhon.home> Message-ID: References: <20140812193419.GB7166@slackbox.erewhon.home> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 12 Aug 2014 15:04:51 -0600 (MDT) Cc: freebsd-questions@freebsd.org, Andrew Hamilton-Wright X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 21:04:53 -0000 On Tue, 12 Aug 2014, Roland Smith wrote: > In 2011, a problem was found with snapshots in combination with soft > updates *and* journaling (SU+J) hanging the machine. At that time the > recommendation was to switch off journaling. > According to https://wiki.freebsd.org/NewFAQs: > > If you want to use snapshot (dump -L) then disable the soft updates > journal for that filesystem. > > This bug was fixed toward the end of 2011; > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=160662 The snapshot code still does not support snapshots of mounted SUJ filesystems: http://svnweb.freebsd.org/base/head/sys/ufs/ffs/ffs_snapshot.c?revision=262678&view=markup#l234