From d3eae37553cd23d5ca8addc4818aec9d8a71ec81 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 15 Dec 2020 22:37:03 +0000 Subject: [PATCH] loader: allow loader to accept zfs feature com.delphix:bookmark_written We do not need to actually read bookmarks, just whitelist this feature. Reported by: mjg --- 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 004e3dadcc7..bc577f16845 100644 --- a/stand/libsa/zfs/zfsimpl.c +++ b/stand/libsa/zfs/zfsimpl.c @@ -134,6 +134,7 @@ static const char *features_for_read[] = { "com.delphix:obsolete_counts", "com.intel:allocation_classes", "org.freebsd:zstd_compress", + "com.delphix:bookmark_written", NULL };