Print this page
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>
OS-125 kclient(1m) should not depend on /usr/xpg4/bin/grep
OS-117 slow IO DE creates bad FMA messages
OS-116 provide more detailed information about diagnosed fault
OS-104 handle attach-failure ereport
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/cmd/fm/dicts/DISK.dict
+++ new/usr/src/cmd/fm/dicts/DISK.dict
1 1 #
2 2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3 3 # Use is subject to license terms.
4 4 # Copyright 2016 Nexenta Systems, Inc. All rights reserved.
5 5 #
6 6 # CDDL HEADER START
7 7 #
8 8 # The contents of this file are subject to the terms of the
9 9 # Common Development and Distribution License (the "License").
10 10 # You may not use this file except in compliance with the License.
11 11 #
12 12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 13 # or http://www.opensolaris.org/os/licensing.
14 14 # See the License for the specific language governing permissions
15 15 # and limitations under the License.
16 16 #
17 17 # When distributing Covered Code, include this CDDL HEADER in each
18 18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 19 # If applicable, add the following below this CDDL HEADER, with the
20 20 # fields enclosed by brackets "[]" replaced with your own identifying
21 21 # information: Portions Copyright [yyyy] [name of copyright owner]
22 22 #
23 23 # CDDL HEADER END
24 24 #
25 25 #
|
↓ open down ↓ |
25 lines elided |
↑ open up ↑ |
26 26 # DO NOT EDIT -- this file is generated by the Event Registry.
27 27 #
28 28
29 29 FMDICT: name=DISK version=1 maxkey=1 dictid=0x534b
30 30
31 31 fault.io.disk.predictive-failure=0
32 32 fault.io.disk.over-temperature=1
33 33 fault.io.disk.self-test-failure=2
34 34 fault.io.scsi.cmd.disk.dev.rqs.derr=3
35 35 fault.io.scsi.cmd.disk.dev.rqs.merr=4
36 +fault.io.disk.attach-failure=5
37 +fault.io.disk.device-errors-exceeded=6
38 +fault.io.disk.slow-io=7
36 39 fault.io.disk.ssm-wearout=8
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX