From nobody Wed Apr 17 22:18:53 2024 X-Original-To: fs@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 4VKb0Z2FpYz5HGHt for ; Wed, 17 Apr 2024 22:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VKb0Z1DR8z4cPL for ; Wed, 17 Apr 2024 22:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713392334; a=rsa-sha256; cv=none; b=RBZgd1Idtz41yiHp+023UU+v4sF+tsz2ZinzcAzS3BeZEOzyu9nReNDFQIrOsi1uX32/jF ioqc4yEX3rc99bCtEZ0qOoFXDhv/pXRU/yvFIMJieo/xFHSMXnoqg6WHDxcpQn/ew7W70H 5yxIOkOWrEftMpFICL863p/rHOcQqDuCkh8Ebz/ndNJIMyehu2Xcy7h6eSglv0UtbGrcPo LVKtRgLVn7JRYeHCn0hUQjtxR+mo693iyU2c4Kmzte/oyb0Z4vDyIgMpQjqigUkcDVUFum fVifpwApI/ZK0GZT4JAWEPVbQaJPSkP9am5mg4Govn7AOPaU4ME6xRGoCNxPpA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713392334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8DBySbyu7S0HpR58TmceXl43ew9etD9tHYwmcAYz/ME=; b=E5eVMCAFC0DtmrheQ3UwSGkQ2a/eMV/P2+v9abznb1m7TU5f5hZkuvQg9dz/VL9+8mqlHt Du52uWfW7VWVEKK8b+QEzwyjagclTQaLae/T+ax8zuWjPi7HAxzv2Nz5iUjere0F7GW68s 2SSH49mRPJLfnJVz60LwpyzIfR3y7McKtr2NOdIPDPxDvb93TPQFiNm6QsbI95/TDqq0kV DabW8/yrMDqB3dWOttNXrPVCS7BLVZvpOUGreJkul4+Mp0BaCbNfm/rHX+0bOrT6D9pGVT 85YCfJ8UQgP6ZWmovsLJ7qBiwNv2NuXKE1vHLMBNSUo+vG0EE4y1K66jgV6i5Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4VKb0Z0kBgzkjx for ; Wed, 17 Apr 2024 22:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 43HMIsTE061764 for ; Wed, 17 Apr 2024 22:18:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 43HMIstM061761 for fs@FreeBSD.org; Wed, 17 Apr 2024 22:18:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 278414] Reproducible zpool(8) panic with 14.0-RELEASE amd64-zfs.raw VM-IMAGES Date: Wed, 17 Apr 2024 22:18:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: editor@callfortesting.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278414 --- Comment #5 from Michael Dexter --- Observation: The stock VM-IMAGE only has one label: ------------------------------------ LABEL 0 ------------------------------------ txg: 4 version: 5000 state: 1 name: 'zroot' pool_guid: 4016146626377348012 top_guid: 100716240520803340 guid: 100716240520803340 vdev_children: 1 features_for_read: vdev_tree: type: 'disk' ashift: 12 asize: 5363990528 guid: 100716240520803340 id: 0 path: '/dev/null' whole_disk: 1 create_txg: 4 metaslab_array: 2 metaslab_shift: 29 labels =3D 0 1 2 3 --=20 You are receiving this mail because: You are the assignee for the bug.=