From owner-freebsd-stable@freebsd.org Sat Jul 20 09:22:09 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43CE4B958E for ; Sat, 20 Jul 2019 09:22:09 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D513C73667 for ; Sat, 20 Jul 2019 09:22:08 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x6K9M1FX019496 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sat, 20 Jul 2019 11:22:02 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1563614522; bh=f6yI7AS3JCWVuI2nxE42s4BOxgGK3wmPhWYLIIMlIF8=; h=Date:From:To:Subject:In-Reply-To:References; b=DWOLTorS1+drhtp4t6eZFkGFTX4XmDwIKULn/j+CpaeabDvvnycHQs6X8bkH/L3ni ormFd84Ow5W1KUqXSQWAEZbRMC9V1DK03qm6DziY8QJznWaNyzw2ewdkIX8DjeSOi9 W715UNDHR0GyEwV0MVcJihHC+KxzoXw+RdIQv4UvpUSOrw/fR58op8HjXX5lR0YGlk y/kDPveeNfHjSnWhMbofX4LGloHCv02elwVMvuX8eqjMRZZY+ffNcbqWweF5fvYhBy adHxUrdXtq7l5qu7rWigUpaJss1zsosiKnW2yUWn2zT78DtT/iRUIScRgUOyhihaZd yHToIPveFjKUQ== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x6K9M13d019493 for ; Sat, 20 Jul 2019 11:22:01 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Sat, 20 Jul 2019 11:22:01 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-stable@freebsd.org Subject: Re: ZFS root mount regression In-Reply-To: <23858.2573.932364.128957@khavrinen.csail.mit.edu> Message-ID: References: <23858.2573.932364.128957@khavrinen.csail.mit.edu> User-Agent: Alpine 2.21.99999 (BSF 352 2019-06-22) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info 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: Sat, 20 Jul 2019 09:22:09 -0000 On Fri, 19 Jul 2019 14:21-0400, Garrett Wollman wrote: > Other than laboriously running "zpool labelclear -f /dev/somedisk" for > every piece of media that comes into my hands, is there anything else > I could have done to avoid this? I usually incorporate the hostname in the pool names. At one point I was contemplating if I should also have generation numbers in the pool names. E.g.: enterprise_zroot enterprise_zdata enterprise_zroot_g01 enterprise_zdata_g01 enterprise_zroot_g02 enterprise_zdata_g02 -- Trond.