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>
17 lines
266 B
JSON
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"
|
|
}
|
|
}
|