Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 22:37:03 +0000 (UTC)
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368684 - head/stand/libsa/zfs
Message-ID:  <202012152237.0BFMb3jq079169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012152237.0BFMb3jq079169>