Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 06:11:23 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2d5237531676 - stable/12 - loader: allow loader to accept zfs feature com.delphix:bookmark_written
Message-ID:  <202110080611.1986BNKS010382@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=2d5237531676b2eb8de2ed50d53d20a70ba607b4

commit 2d5237531676b2eb8de2ed50d53d20a70ba607b4
Author:     Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2020-12-15 22:37:03 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 05:24:28 +0000

    loader: allow loader to accept zfs feature com.delphix:bookmark_written
    
    We do not need to actually read bookmarks, just whitelist this feature.
    
    (cherry picked from commit d3eae37553cd23d5ca8addc4818aec9d8a71ec81)
---
 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 9efc67db318a..e3eb0a0b6a89 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -129,6 +129,7 @@ static const char *features_for_read[] = {
 	"com.delphix:obsolete_counts",
 	"com.intel:allocation_classes",
 	"org.freebsd:zstd_compress",
+	"com.delphix:bookmark_written",
 	NULL
 };
 



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