svn commit: r368677 - head/stand/libsa/zfs

Toomas Soome tsoome at FreeBSD.org
Tue Dec 15 21:48:35 UTC 2020


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",


More information about the svn-src-head mailing list