On Fri, Sep 30, 2016 at 11:36:56AM +0100, Brian :: wrote: > Hi guys > > This doesn't seem to work for me.. > > I get blank screen in disks section of gui. > > The command you use in Diskmange.pm translates to: > > /usr/sbin/smartctl -a -f brief /dev/device > > If I run that for /usr/sbin/smartctl -a -f brief /dev/sda I get tons > of info about the device so that works. > > Looking at the logs when I access the disks section of the gui: > > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "Read_scanning" > isn't numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm > line 91. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "was" isn't > numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm line 92. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "completed" isn't > numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm line 93. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "Read_scanning" > isn't numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm > line 91. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "was" isn't > numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm line 92. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "completed" isn't > numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm line 93. > Sep 30 11:34:19 server-vm3 pvedaemon[3066]: Argument "Read_scanning" > isn't numeric in addition (+) at /usr/share/perl5/PVE/Diskmanage.pm > line 91. > > <snip> > > So something isn't happy.. > > If I can provide anymore info let me know. > > Thanks
this was already reported[1] and should be fixed with the next libpve-storage-perl update[2,3]. at least the diskmanage view should not be empty any more ;) in your case, you should also see the smart status/attributes. NVME and SCSI users will have to wait for another round of fixes/updates. 1: https://bugzilla.proxmox.com/show_bug.cgi?id=1126 2: https://git.proxmox.com/?p=pve-storage.git;a=commit;h=0c486b09dfc686d24d8b6259424876efda1f4444 3: https://git.proxmox.com/?p=pve-storage.git;a=commit;h=1c9995536424825e4ceca7702d8bfd337acf0f4e _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
