svn commit: r368684 - head/stand/libsa/zfs
Toomas Soome <[email protected]> Tue, 15 Dec 2020 22:37:03 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs |
|---|---|
| Message-ID | <202012152237.0BFMb3jq079169__44152.5591699005$1608071832$gmane$org@repo.freebsd.org> |
Author: tsoome
Date: Tue Dec 15 22:37:03 2020
New Revision: 368684
URL: https://svnweb.freebsd.org/changeset/base/368684
Log:
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
Modified:
head/stand/libsa/zfs/zfsimpl.c
Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c Tue Dec 15 21:54:31 2020 (r368683)
+++ head/stand/libsa/zfs/zfsimpl.c Tue Dec 15 22:37:03 2020 (r368684)
@@ -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
};
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"