From owner-freebsd-current@freebsd.org Fri Aug 28 02:17:47 2020 Return-Path: Delivered-To: freebsd-current@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 325533CA691 for ; Fri, 28 Aug 2020 02:17:47 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bd3Cb0cXbz3bR8 for ; Fri, 28 Aug 2020 02:17:47 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1359B3CA2EA; Fri, 28 Aug 2020 02:17:47 +0000 (UTC) Delivered-To: current@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 132573CA546 for ; Fri, 28 Aug 2020 02:17:47 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bd3CZ6k0dz3ZwP for ; Fri, 28 Aug 2020 02:17:46 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id C564C30DF9 for ; Fri, 28 Aug 2020 02:17:46 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lf1-f41.google.com with SMTP id u25so4009121lfm.10 for ; Thu, 27 Aug 2020 19:17:46 -0700 (PDT) X-Gm-Message-State: AOAM530ZWMgAxsJ1CMbyuwUTBfICFqxmr1Z7wYAWCYs4YS1x/KIn0QqL 8dvuNwNsZuQId3kDpi4EXlIaJUTHSndHbrBN09Q= X-Google-Smtp-Source: ABdhPJwsI/I7gX/mOFHoVASRE5w+K196mUX0VVi06KRGDN7Ztm8yZCg7XY5G0ygXycq3imf/XtSW62sxKKqIw3aXt14= X-Received: by 2002:ac2:4837:: with SMTP id 23mr9054205lft.145.1598581065500; Thu, 27 Aug 2020 19:17:45 -0700 (PDT) MIME-Version: 1.0 References: <2f1b2cdd-305a-b85a-4138-b2849135531f@xsmail.com> <935b49b1-a90e-2807-e176-1c2286325251@xsmail.com> In-Reply-To: <935b49b1-a90e-2807-e176-1c2286325251@xsmail.com> From: Matthew Macy Date: Thu, 27 Aug 2020 19:17:34 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: can't handle raw ops yet!!! To: Yuri Pankov Cc: current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 02:17:47 -0000 https://github.com/openzfs/zfs/pull/10836 On Thu, Aug 27, 2020 at 11:37 AM Yuri Pankov wrote: > > Matthew Macy wrote: > > Expected. I'm working on it. It's just a friendly reminder when > > INVARIANTS is enabled. > > Good, thanks. > > > On Thu, Aug 27, 2020 at 11:17 AM Yuri Pankov wrote: > >> > >> After OpenZFS merge, during boot I'm getting several occurrences of what > >> seems to be the following: > >> > >> http://src.illumos.org/source/xref/freebsd-head/sys/contrib/openzfs/module/os/freebsd/spl/spl_kstat.c#207 > >> > >> And, yes, I'm running GENERIC, so with INVARIANTS. > >> > >> Should I be worried?