Skip to content

Commit

Permalink
Add scsi disk provisioning mode
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <mark.syms@cloud.com>
  • Loading branch information
MarkSymsCtx authored and bernhardkaindl committed Sep 13, 2024
1 parent d63ac3f commit d3b022a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xen-bugtool
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,8 @@ exclude those logs from the archive.
func_output(CAP_DISK_INFO, 'scsi-hosts', dump_scsi_hosts)
cmd_output(CAP_DISK_INFO, [LVDISPLAY, '--map'])
cmd_output(CAP_BLOCK_SCHEDULER, [LSBLK, '-io', 'type,name,sched,tran,rota,log-sec,rq-size,vendor,model'], label='lsblk')
file_output(CAP_DISK_INFO, ['/sys/block/sd*/device/scsi_disk/*/provisioning_mode',
'/sys/block/sd*/device/scsi_disk/*/thin_provisioning'])

# mdadm information
cmd_output(CAP_DISK_INFO, [MDADM, '--detail-platform'])
Expand Down

0 comments on commit d3b022a

Please sign in to comment.