Print this page
NEX-5753 FMD core dumps
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-5774 fix for NEX-3166 has a tunable typo
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-3166 need to add FMA events for SSD lifespan
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
NEX-2846 Enable Automatic/Intelligent Hot Sparing capability
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
NEX-1438 bump slow-io threshold and default to disabled automated response
OS-65 New FMA agent is needed to consume diagnosed slow IO
Portions contributed by Marcel Telka.

@@ -16,20 +16,31 @@
 # fields enclosed by brackets "[]" replaced with your own identifying
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
+
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
 #
+
 #
 # fmd configuration file for the zfs retire agent.
 #
+
+# To enable automated retire for slow-io diagnosis uncomment the line below:
+# setprop slow_io_skip_retire false
+
 # To enable automated retire for SSM wearout faults uncomment the line below:
 # setprop ssm_wearout_skip_retire false
-#
+
+# To disable FRU based spare matching uncomment the line below:
+# setprop fru_compare false
+
 subscribe fault.fs.zfs.*
-subscribe fault.io.*
+subscribe fault.io.disk.*
+subscribe fault.io.scsi.*
 subscribe resource.fs.zfs.removed
 subscribe resource.fs.zfs.statechange
 subscribe resource.sysevent.EC_zfs.ESC_ZFS_vdev_remove
+dictionary ZFS