git: 395614be592d - stable/12 - loader: allow loader to accept zfs feature com.datto:bookmark_v2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 06:11:22 UTC
The branch stable/12 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=395614be592d2825e6f52860bfb5befb4d588ede
commit 395614be592d2825e6f52860bfb5befb4d588ede
Author: Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2020-12-15 21:48:35 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 05:24:28 +0000
loader: allow loader to accept zfs feature com.datto:bookmark_v2
We do not need to actually read bookmarks, just whitelist this feature
(cherry picked from commit eba724f361693a52721b2626d800a7e117af67ac)
---
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 b8b06fd862d1..9efc67db318a 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -122,6 +122,7 @@ static const char *features_for_read[] = {
"com.delphix:zpool_checkpoint",
"com.delphix:spacemap_v2",
"com.datto:encryption",
+ "com.datto:bookmark_v2",
"org.zfsonlinux:allocation_classes",
"com.datto:resilver_defer",
"com.delphix:device_removal",