Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 14:29:12 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5fd34912b4a5 - main - stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2
Message-ID:  <202305041429.344ETCoS036649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5fd34912b4a51f6ebe55d0d832fab4f3c60228e7

commit 5fd34912b4a51f6ebe55d0d832fab4f3c60228e7
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-05-04 14:25:46 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-05-04 14:25:46 +0000

    stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2
    
    com.klarasystems:vdev_zaps_v2 is a new feature that the last OpenZFS
    import brought in. It needs to be on the list of supported features, but
    that update didn't happen so I woke up to a mailbox with multiple
    complaints.
    
    CirrusCI test to boot twice with a zpool update inbetween coming later
    today.
    
    Sponsored by:           Netflix
---
 stand/libsa/zfs/zfsimpl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 996245b92c45..fb8938c587cd 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -133,6 +133,7 @@ static const char *features_for_read[] = {
 	"com.delphix:zpool_checkpoint",
 	"com.intel:allocation_classes",
 	"com.joyent:multi_vdev_crash_dump",
+	"com.klarasystems:vdev_zaps_v2",
 	"org.freebsd:zstd_compress",
 	"org.illumos:lz4_compress",
 	"org.illumos:sha512",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305041429.344ETCoS036649>