From owner-freebsd-current@FreeBSD.ORG Tue Mar 30 00:01:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5630A16A52A for ; Tue, 30 Mar 2004 00:01:37 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC3543D2F for ; Tue, 30 Mar 2004 00:01:36 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 70B0228407C; Tue, 30 Mar 2004 17:01:35 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 0F63B284035; Tue, 30 Mar 2004 17:01:34 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 27CD31E462A; Tue, 30 Mar 2004 17:01:33 +0900 (JST) Date: Tue, 30 Mar 2004 17:01:33 +0900 Message-ID: <7misgm931e.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Don Bowman In-Reply-To: References: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: "'current@freebsd.org'" Subject: Re: question about dump performance on a snapshot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 08:01:37 -0000 At Mon, 29 Mar 2004 22:04:36 +0000 (UTC), Don Bowman wrote: > I stopped postgresql, did a file system snapshot, and > restarted postgresql. I then commenced a dump on the > snap as below: > > dump -0 -a -C 32 -f $dumpfile -u $snapfile To separate where the problem is, could you try to out to /dev/null? # dump -0 -a -C 32 -f /dev/null -u $snapfile -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project