The branch stable/12 has been updated by kevans:

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

commit 2d5237531676b2eb8de2ed50d53d20a70ba607b4
Author:     Toomas Soome <[email protected]>
AuthorDate: 2020-12-15 22:37:03 +0000
Commit:     Kyle Evans <[email protected]>
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
 };
 

Reply via email to