]> git.proxmox.com Git - pve-storage.git/blob - src/test/disk_tests/ssd_smart/sdc_smart_expected.json
fixup error messages when getting file size info
[pve-storage.git] / src / test / disk_tests / ssd_smart / sdc_smart_expected.json
1 {
2 "type" : "ata",
3 "health" : "PASSED",
4 "attributes" : [
5 {
6 "normalized" : 99,
7 "value" : 99,
8 "fail" : "-",
9 "raw" : "34",
10 "flags" : "PO--CK",
11 "id" : "177",
12 "name" : "Wear_Leveling_Count",
13 "threshold" : 0,
14 "worst" : 99
15 }
16 ]
17 }