Print this page
8074 need to add FMA event for SSD wearout

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/fm/io/disk.h
          +++ new/usr/src/uts/common/sys/fm/io/disk.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + * Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
  24   25   */
  25   26  
  26   27  #ifndef _SYS_FM_IO_DISK_H
  27   28  #define _SYS_FM_IO_DISK_H
  28   29  
  29      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  30      -
  31   30  #ifdef  __cplusplus
  32   31  extern "C" {
  33   32  #endif
  34   33  
  35   34  #define DISK_ERROR_CLASS                "io.disk"
  36   35  
  37   36  #define FM_FAULT_DISK_PREDFAIL          "predictive-failure"
  38   37  #define FM_FAULT_DISK_OVERTEMP          "over-temperature"
  39   38  #define FM_FAULT_DISK_TESTFAIL          "self-test-failure"
       39 +#define FM_FAULT_SSM_WEAROUT            "ssm-wearout"
  40   40  
  41   41  #ifdef  __cplusplus
  42   42  }
  43   43  #endif
  44   44  
  45   45  #endif  /* _SYS_FM_IO_DISK_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX