Files
pve-storage/test/disk_tests/cciss/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
282 B
JSON

{
"cciss!c0d0" : {
"wearout" : "N/A",
"vendor" : "HP",
"rpm" : -1,
"type" : "unknown",
"serial" : "SER111",
"osdid" : -1,
"health" : "UNKNOWN",
"model" : "LOGICAL_VOLUME",
"size" : 5120,
"wwn" : "0x0000000000000000",
"gpt" : 1,
"devpath" : "/dev/cciss/c0d0"
}
}