Skip to content

Commit a1951e9

Browse files
smartmon: add percent_lifetime_remain as allowed smart_attribute (#219)
Signed-off-by: Johannes Visintini <[email protected]> Co-authored-by: Constantin Nicolai <[email protected]>
1 parent 88a82d6 commit a1951e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: smartmon.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'wear_leveling_count',
4646
'nand_writes_1gib',
4747
'offline_uncorrectable',
48+
'percent_lifetime_remain',
4849
'power_cycle_count',
4950
'power_on_hours',
5051
'program_fail_count',

Diff for: smartmon.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ load_cycle_count
4343
media_wearout_indicator
4444
nand_writes_1gib
4545
offline_uncorrectable
46+
percent_lifetime_remain
4647
power_cycle_count
4748
power_on_hours
4849
program_fail_cnt_total

0 commit comments

Comments
 (0)