Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 21:52:42 +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: r343123 - head/stand/libsa/zfs
Message-ID:  <201901172152.x0HLqgcI093273@repo.freebsd.org>

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



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