From owner-freebsd-stable@freebsd.org Sun Mar 19 11:51:40 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2959D1312F for ; Sun, 19 Mar 2017 11:51:40 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 57235187; Sun, 19 Mar 2017 11:51:40 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (115-166-5-28.dyn.iinet.net.au [115.166.5.28]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id v2JBpWdL024988 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 19 Mar 2017 04:51:36 -0700 (PDT) (envelope-from julian@freebsd.org) To: petefrench@ingresso.co.uk, =?UTF-8?Q?Edward_Tomasz_Napiera=c5=82a?= , FreeBSD Stable , Sepherosa Ziehau From: Julian Elischer Subject: Re: moutnroot failing on zpools in Azure after upgrade from 10 to 11 due to lack of waiting for da0 Message-ID: <8ee0ce4f-ef76-2df0-4e4b-9d7cacdc6b21@freebsd.org> Date: Sun, 19 Mar 2017 19:51:26 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2017 11:51:40 -0000 this was a bug in 10.3 that I thought was fixed in 11.. I believe it's fixed in 10-stable. Maybe 11.0 missed it? if you still see this bug look at adding the patch in bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208882 it makes the mountroot code retry, which is all you need. Julian