]> git.proxmox.com Git - pve-storage.git/blob - test/disk_tests/hdd_smart/disklist_expected.json
add info about bluestore to disklist
[pve-storage.git] / test / disk_tests / hdd_smart / disklist_expected.json
1 {
2 "sdb" : {
3 "devpath" : "/dev/sdb",
4 "size" : 1024000,
5 "gpt" : 1,
6 "osdid" : -1,
7 "rpm" : 7200,
8 "model" : "ST4000NM0033-9ZM170",
9 "vendor" : "ATA",
10 "health" : "PASSED",
11 "type" : "hdd",
12 "wwn" : "0x0000000000000000",
13 "wearout" : "N/A",
14 "serial" : "00000000"
15 },
16 "sda" : {
17 "osdid" : -1,
18 "size" : 1024000,
19 "gpt" : 1,
20 "devpath" : "/dev/sda",
21 "model" : "ST4000DM000-1F2168",
22 "rpm" : 5900,
23 "type" : "hdd",
24 "health" : "PASSED",
25 "vendor" : "ATA",
26 "serial" : "00000000",
27 "wearout" : "N/A",
28 "wwn" : "0x0000000000000000"
29 }
30 }