svn commit: r368677 - head/stand/libsa/zfs
Toomas Soome <[email protected]> Tue, 15 Dec 2020 21:48:35 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs |
|---|---|
| Message-ID | <202012152148.0BFLmZ7I046970__22603.6791851342$1608068922$gmane$org@repo.freebsd.org> |
Author: tsoome
Date: Tue Dec 15 21:48:35 2020
New Revision: 368677
URL: https://svnweb.freebsd.org/changeset/base/368677
Log:
loader: allow loader to accept zfs feature com.datto:bookmark_v2
We do not need to actually read bookmarks, just whitelist this feature
Reported by: jpaetzel
Modified:
head/stand/libsa/zfs/zfsimpl.c
Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c Tue Dec 15 20:56:35 2020 (r368676)
+++ head/stand/libsa/zfs/zfsimpl.c Tue Dec 15 21:48:35 2020 (r368677)
@@ -127,6 +127,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",
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"