No Disk IO graphs

Harun

Active Member
Sep 26, 2013
10
0
41
Hi!

Empty graph when using scsi device. When I use other devices (ide, sata, virtio), there is no problem. The problem is in versions 3.x, 4.x, 5.x. Anyone having a similar problem? Any potential solutions?

SCSI disk:
proxmox1.png

VIRTIO disk:
proxmox2.png
 
The problem exists only in the configuration VIRTIO-SCSI + ZFS over ISCSI.
 
In the file /usr/share/perl5/PVE/QemuServer.pm find this:
if($path =~ m/^iscsi\:\/\//){
$devicetype = 'generic';
}
and change it to this
if($path =~ m/^iscsi\:\/\//){
$devicetype = 'block';
}
After this change:
systemctl restart pvedaemon.service
systemctl restart pveproxy.service
systemctl restart pvestatd.service

I have made this change for several years now whenever the package qemu-server is updated.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!