From owner-freebsd-current@freebsd.org Thu Aug 20 01:20:13 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 2B61D3CDBD5 for ; Thu, 20 Aug 2020 01:20:13 +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 4BX6Js0LNjz4mp7 for ; Thu, 20 Aug 2020 01:20:13 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (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 DD8A31A98B for ; Thu, 20 Aug 2020 01:20:12 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lj1-f169.google.com with SMTP id w25so346947ljo.12 for ; Wed, 19 Aug 2020 18:20:12 -0700 (PDT) X-Gm-Message-State: AOAM533hXcThVz8nfAI7vESMO/qpq3U/x+YWRqy0rZnsC+Gy3FH2Jh9e 2YUKnnAn8QUQJFa1VAaOzU0Q26uJ5tKXF534QY8= X-Google-Smtp-Source: ABdhPJzYvysP3xnLK2jx0pFnHFnOWjYGDEpHN2RbvSjJzkjKhUwZf9pgGIztGepmi/ZaGjbn2usAB4YVWgQbHKOo6Ik= X-Received: by 2002:a2e:9cd2:: with SMTP id g18mr378951ljj.448.1597886411415; Wed, 19 Aug 2020 18:20:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Matthew Macy Date: Wed, 19 Aug 2020 18:19:59 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: CFT for vendor openzfs - week 5 reminder + memdisk images To: Johan Hendriks Cc: freebsd-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: Thu, 20 Aug 2020 01:20:13 -0000 > # kldload zfs > can't handle raw ops yet!!! > can't handle raw ops yet!!! > can't handle raw ops yet!!! > ZFS filesystem version: 5 > ZFS storage pool version: features support 5000 > can't handle raw ops yet!!! I'm working on it - Ryan reminded me of it today. It will probably get fixed before the merge. KSTAT_TYPE_RAW isn't supported in legacy ZFS, so strictly speaking it's not a regression (apart from the annoying reminder on debug kernels). -M