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

*** 20,36 **** */ /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _DISKMOND_CONF_H #define _DISKMOND_CONF_H - #pragma ident "%Z%%M% %I% %E% SMI" - /* * Configuration File data */ #ifdef __cplusplus --- 20,35 ---- */ /* * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2016 Nexenta Systems, Inc. All rights reserved. */ #ifndef _DISKMOND_CONF_H #define _DISKMOND_CONF_H /* * Configuration File data */ #ifdef __cplusplus
*** 60,69 **** --- 59,69 ---- #define DISK_PROP_DEVPATH "dev-path" #define DISK_PROP_LOGNAME "logical-path" #define DISK_PROP_FRUACTION "fru-update-action" #define DISK_PROP_OTEMPACTION "overtemp-action" #define DISK_PROP_STFAILACTION "selftest-fail-action" + #define DISK_PROP_SSMWEAROUTACTION "ssm-wearout-action" /* Properties for the "ap" subentity */ #define DISK_AP_PROP_APID "path" #define DEVPATH_MINOR_SEPARATOR ':'