Files
pve-storage/test/disk_tests/sas/disklist_expected.json
Dominik Csapak e2bd817ccc add info about bluestore to disklist
this patch adds information about bluestore/db/wal to the disklist,
and we set the journal count only when we have at least one journal on
the disk

also adapt the regression tests

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-08-07 14:52:10 +02:00

17 lines
266 B
JSON

{
"sda" : {
"gpt" : 1,
"devpath" : "/dev/sda",
"type" : "unknown",
"model" : "MODEL1",
"health" : "UNKNOWN",
"osdid" : -1,
"wwn" : "0x0000000000000000",
"vendor" : "VENDOR1",
"rpm" : -1,
"size" : 5120000,
"serial" : "SER2",
"wearout" : "N/A"
}
}