From nobody Mon Jun 20 10:39:53 2022 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 28859863543 for ; Mon, 20 Jun 2022 10:40:02 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (mail.bsd4all.org [88.99.169.216]) by mx1.freebsd.org (Postfix) with ESMTP id 4LRR412CMLz3Mnk for ; Mon, 20 Jun 2022 10:40:01 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (localhost [127.0.0.1]) by mail.bsd4all.org (Postfix) with ESMTP id 3B405175D for ; Mon, 20 Jun 2022 12:39:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from mail.bsd4all.org ([127.0.0.1]) by mail.bsd4all.org (mail.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5sEuIYZuDvxx for ; Mon, 20 Jun 2022 12:39:55 +0200 (CEST) Received: from [192.168.34.65] (pony_ip [136.143.2.230]) by mail.bsd4all.org (Postfix) with ESMTPSA id A9DA21758 for ; Mon, 20 Jun 2022 12:39:55 +0200 (CEST) From: Peter Blok Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: ZFS does not activate a pool after upgrade 12-stable to 13-stable Message-Id: <1A0298A5-9B48-4398-A47B-2B18156899CD@bsd4all.org> Date: Mon, 20 Jun 2022 12:39:53 +0200 To: FreeBSD Stable X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Rspamd-Queue-Id: 4LRR412CMLz3Mnk X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pblok@bsd4all.org designates 88.99.169.216 as permitted sender) smtp.mailfrom=pblok@bsd4all.org X-Spamd-Result: default: False [1.52 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[bsd4all.org]; NEURAL_SPAM_MEDIUM(0.80)[0.800]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.58)[-0.579]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MLMMJ_DEST(0.00)[freebsd-stable]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, I have recently upgraded my systems from 12-stable to 13-stable using = source. The upgrade went flawless, except for one system. This system = had two pools (zroot and zdata). The zdata pool is not present after reboot. It consists of a single SATA = disk. After a reboot the disk is visible, no error have been logged. If = I do zpool import zdata, the pool is back without any errors. I have = scrubbed the pool and there are no errors. Upgrading the pool to openzfs = is not bringin anything either. Boot block is updated I don=E2=80=99t have console access and the system is not close by, so I = tred carefully. Any ideas why this happens, how to fix this? Peter