Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2020 21:48:35 +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: r368677 - head/stand/libsa/zfs
Message-ID:  <202012152148.0BFLmZ7I046970@repo.freebsd.org>

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



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