From owner-freebsd-stable@FreeBSD.ORG Fri Mar 2 18:16:46 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C9141065670 for ; Fri, 2 Mar 2012 18:16:46 +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 5A8238FC1C for ; Fri, 2 Mar 2012 18:16:45 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1S3X2R-000IYa-KU for stable@freebsd.org; Fri, 02 Mar 2012 22:17:07 +0400 Date: Fri, 2 Mar 2012 22:17:07 +0400 From: Slawa Olhovchenkov To: stable@freebsd.org Message-ID: <20120302181707.GI97848@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: Subject: 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: Fri, 02 Mar 2012 18:16:46 -0000 ZFSRoot installation, FreeBSD 9.0R. GPT partition. VmWare ESXi 4.1. 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?