summaryrefslogtreecommitdiff
path: root/scripts/diag_nvme.config
blob: dc197117882a5d9e272c145564de56f7d85ca115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Configuration file to track which errors to report with diag_nvme
# Value set to 1 means it is enabled, 0 it is disabled.

# Failure to retrieve SMART log data from device
SMART_LOG_MISSING = 1

# Critical Warning bits from SMART data
AVAILABLE_SPARE_CAPACITY = 1
TEMPERATURE_THRESHOLD = 1
NVM_SUBSYSTEM_RELIABILITY = 1
MEDIA_READ_ONLY = 1
VOLATILE_MEMORY_BACKUP = 1
PERSISTENT_MEMORY_REGION = 1

# Excessive write rate compared to device endurance
WRITE_RATE = 1