From owner-freebsd-stable@freebsd.org Mon Apr 15 13:24:23 2019 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6966E1574143 for ; Mon, 15 Apr 2019 13:24:23 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD1E081408 for ; Mon, 15 Apr 2019 13:24:22 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTP id x3FDOFhB046995 for ; Mon, 15 Apr 2019 15:24:15 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id x3FDOFkR046992 for ; Mon, 15 Apr 2019 15:24:15 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Mon, 15 Apr 2019 15:24:15 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD stable Subject: ZFS parallel mounting gone wrong? Message-ID: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.fig.ol.no X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 13:24:23 -0000 Hi, I upgraded a non-critical system running amd64 stable/12 to r346220. During multiuser boot not all ZFS filesystems below zroot/usr/local was mounted. Out of these filesystems, only zroot/usr/local/etc/shellkonfig3 was mounted: zroot/usr/local zroot/usr/local/certs zroot/usr/local/etc zroot/usr/local/etc/shellkonfig3 zroot/usr/local/etc/shellkonfig3/head zroot/usr/local/etc/shellkonfig3/stable-10 zroot/usr/local/etc/shellkonfig3/stable-11 zroot/usr/local/etc/shellkonfig3/stable-8 zroot/usr/local/etc/shellkonfig3/stable-9 zroot/usr/local/info zroot/usr/local/var It's not a one-off bug, it can be replicated simply by rebooting this system. There is no M appended to my revision number. Booting into singleuser mode and correctly mount all filesystems manually before returning to multiuser mode is not something I want to repeat. I will create a shell script to ease the pain anyway. -- Trond.