Files
pve-storage/test/disk_tests/ssd_smart/sdc_smart_expected.json
Matthias Heiserer 4c86c7111c fix #4165: disk: SMART: add normalized field
This makes it consistent with the naming scheme in PBS/GUI.
Keep value for API stability reasons and remove it in the next major version.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Dominik Csapak <d.cspak@proxmox.com>
2022-09-22 14:14:19 +02:00

18 lines
284 B
JSON

{
"type" : "ata",
"health" : "PASSED",
"attributes" : [
{
"normalized" : 99,
"value" : 99,
"fail" : "-",
"raw" : "34",
"flags" : "PO--CK",
"id" : "177",
"name" : "Wear_Leveling_Count",
"threshold" : 0,
"worst" : 99
}
]
}