From owner-freebsd-stable@FreeBSD.ORG Sat Mar 3 02:01:13 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77CCB106564A for ; Sat, 3 Mar 2012 02:01:13 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9888FC15 for ; Sat, 3 Mar 2012 02:01:13 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1S3eHv-0005rK-2u; Sat, 03 Mar 2012 06:01:35 +0400 Date: Sat, 3 Mar 2012 06:01:35 +0400 From: Slawa Olhovchenkov To: Adam Vande More Message-ID: <20120303020134.GJ97848@zxy.spb.ru> References: <20120302181707.GI97848@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: stable@freebsd.org Subject: Re: Long delay on boot 9.0R on vmware+zfs 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: Sat, 03 Mar 2012 02:01:13 -0000 On Fri, Mar 02, 2012 at 12:25:24PM -0600, Adam Vande More wrote: > On Fri, Mar 2, 2012 at 12:17 PM, Slawa Olhovchenkov wrote: > > > Long delay (more 30 seconds) on loader disk detect. > > Debug print pointed to zfs/zfs.c:zfs_dev_init. > > This function found disk0 and walked over 128 potencial slices, trying > > 'p' slice and 's' slice. Each attempt -- 1/4s (and nothing found). > > > > How to speed up boot? > > > > Sounds quite similar to this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148296 I think no delayed in bd_open_gpt.