Proxmox 4.2 status of the disks empty

DagoDust

New Member
Sep 23, 2016
6
0
1
53
i've installed on a dedicated server EX-51 a proxmox enviroment, everything goes fine, but in the screen of disk smart information i can't see anything ...

i've LSI MegaRAID SAS 9260-4i with two disk attached and a 512 GB NVMe SSD...

Do you know how enable the stats of these disks?

in attach the two screenshot

Best,
Francesco
Schermata 2016-09-26 alle 14.17.12.png

Schermata 2016-09-26 alle 14.20.20.png
 
What exactly is /dev/dm-0? This is a custom setup, so I need some information how you setup your root partition/disks?
 
t's part of the device mapper in the kernel, used by LVM

root@pmx01 ~ # dmsetup ls
vg0-vm--199--disk--1 (251:3)
vg0-swap (251:1)
vg0-root (251:0)
vg0-container (251:2)
 
Code:
root@pmx01 ~ # pvs
  PV         VG   Fmt  Attr PSize PFree
  /dev/sda2  vg0  lvm2 a--  3.64t 2.05t
root@pmx01 ~ # lvs
  LV            VG   Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  container     vg0  -wi-ao----   1.37t
  root          vg0  -wi-ao----  15.00g
  swap          vg0  -wi-ao----   6.00g
  vm-199-disk-1 vg0  -wi-ao---- 200.00g
root@pmx01 ~ #
 
fix is available on pve-devel.
 
same issue here but I wanted to add that I use drivers and tools from here: hwraid.le-vert.net and my manually setup smartmontools do send me emails with reports.
Inside /etc/smartd.conf ai have defined my raid like this:
Code:
# LSI MegaRAID
/dev/sda -d sat+megaraid,17 -a -I 194 -s L/../../3/02 -W 5,0,55 -R 5 -m root
/dev/sda -d sat+megaraid,18 -a -I 194 -s L/../../3/03 -W 5,0,55 -R 5 -m root

still, Proxmox is not able to read smart data like @DagoDust reported.
check this too: http://hwraid.le-vert.net/wiki/LSIMegaRAIDSAS