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

Toomas Soome tsoome at FreeBSD.org
Thu Jan 17 21:52:42 UTC 2019


Author: tsoome
Date: Thu Jan 17 21:52:41 2019
New Revision: 343123
URL: https://svnweb.freebsd.org/changeset/base/343123

Log:
  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
  
  MFC after:	2 weeks

Modified:
  head/stand/libsa/zfs/zfsimpl.c

Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c	Thu Jan 17 21:38:57 2019	(r343122)
+++ head/stand/libsa/zfs/zfsimpl.c	Thu Jan 17 21:52:41 2019	(r343123)
@@ -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