svn commit: r343612 - stable/12/stand/libsa/zfs

Toomas Soome tsoome at FreeBSD.org
Thu Jan 31 16:43:36 UTC 2019


Author: tsoome
Date: Thu Jan 31 16:43:35 2019
New Revision: 343612
URL: https://svnweb.freebsd.org/changeset/base/343612

Log:
  MFC r343123:
  loader should ignore active multi_vdev_crash_dump feature on zpool
  
  Since the loader zfs reader does not need to read the dump zvol, we can
  just enable the feature.
  
  illumos issue #9051 https://www.illumos.org/issues/9051

Modified:
  stable/12/stand/libsa/zfs/zfsimpl.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- stable/12/stand/libsa/zfs/zfsimpl.c	Thu Jan 31 16:21:09 2019	(r343611)
+++ stable/12/stand/libsa/zfs/zfsimpl.c	Thu Jan 31 16:43:35 2019	(r343612)
@@ -62,6 +62,7 @@ static const char *features_for_read[] = {
 	"org.illumos:sha512",
 	"org.illumos:skein",
 	"org.zfsonlinux:large_dnode",
+	"com.joyent:multi_vdev_crash_dump",
 	NULL
 };
 


More information about the svn-src-all mailing list