From owner-freebsd-stable@FreeBSD.ORG Thu Jan 11 19:48:08 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9543216A412 for ; Thu, 11 Jan 2007 19:48:08 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from relay.aplus.net (relay.aplus.net [216.55.128.212]) by mx1.freebsd.org (Postfix) with ESMTP id 8282713C44B for ; Thu, 11 Jan 2007 19:48:08 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from [216.55.129.230] by relay.aplus.net with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1H55YU-0007yQ-Cq; Thu, 11 Jan 2007 11:25:42 -0800 Message-ID: <45A68F2E.6040205@scottevil.com> Date: Thu, 11 Jan 2007 11:25:34 -0800 From: Scott Oertel User-Agent: Thunderbird 2.0b1 (X11/20061211) MIME-Version: 1.0 To: Kris Kennaway References: <459ABB40.7050603@digiware.nl> <20070111153651.GC31382@xor.obsecurity.org> In-Reply-To: <20070111153651.GC31382@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Willem Jan Withagen , freebsd-stable@freebsd.org Subject: Re: running mksnap_ffs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2007 19:48:08 -0000 Kris Kennaway wrote: > On Tue, Jan 02, 2007 at 09:06:24PM +0100, Willem Jan Withagen wrote: > >> Hi, >> >> I got the following Filesystem: >> Filesystem Size Used Avail Capacity iused ifree %iused >> /dev/da0a 1.3T 422G 823G 34% 565952 182833470 0% >> >> Running of a 3ware 9550, on a dual core Opteron 242 with 1Gb. >> The system is used as SMB/NFS server for my other systems here. >> >> I would like to make weekly snapshots, but manually running mksnap_ffs >> freezes access to the disk (I sort of expected that) but the process >> never terminates. So I let is sit overnight, but looking a gstat did not >> reveil any activity what so ever... >> The disk was not released, mksnap_ffs could not be terminated. >> And things resulted in me rebooting the system. >> >> So: >> - How long should I expect making a snapshot to take: >> 5, 15, 30min, 1, 2 hour or even more??? >> > > Yes :) Snapshots were not designed for use in this way (they were > designed to support background fsck and allow faster system recovery > after power failure), so they don't scale as well as you might like on > large filesystems. > > Kris > If snapshots were designed to support background fsck, then why did they not make it more scalable? If you can't create a snapshot without the system locking up, that means fsck won't be able to either, making background fsck worthless for systems with large storage.