svn commit: r366729 - releng/12.2/stand/libsa/zfs

Allan Jude allanjude at FreeBSD.org
Thu Oct 15 15:07:25 UTC 2020


Author: allanjude
Date: Thu Oct 15 15:07:25 2020
New Revision: 366729
URL: https://svnweb.freebsd.org/changeset/base/366729

Log:
  ZFS: whitelist zstd and encryption in the loader
  
  MFC r364787:
  MFS r366593:
  
  Please note that neither zstd nor encryption is
  supported by the loader at this instant. This
  change makes it safe to use those features in
  one's root pool, but not in one's root dataset.
  
  Approved by:	re (gjb)

Modified:
  releng/12.2/stand/libsa/zfs/zfsimpl.c
Directory Properties:
  releng/12.2/   (props changed)

Modified: releng/12.2/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- releng/12.2/stand/libsa/zfs/zfsimpl.c	Thu Oct 15 14:56:51 2020	(r366728)
+++ releng/12.2/stand/libsa/zfs/zfsimpl.c	Thu Oct 15 15:07:25 2020	(r366729)
@@ -127,6 +127,8 @@ static const char *features_for_read[] = {
 	"com.delphix:device_removal",
 	"com.delphix:obsolete_counts",
 	"com.intel:allocation_classes",
+	"org.freebsd:zstd_compress",
+	"com.datto:encryption",
 	NULL
 };
 


More information about the svn-src-all mailing list