SMART data does not appear on the web interface

  • Dear Members,


    I have OMV 5.5.5-1

    On the web interface there are 4 storage devices. One of them has no SMART data though the data is visible on CLI and smartctl works with -d usbsunplus.
    I also set this option in the /etc/smartd.conf file.
    The interesting thing is that I also get a notification about the temperature of the disk in email, it just doesn’t show up on the web interface (storage->s.m.a.r.t.->devices->/dev/sdd->temperature: n/a)


    Can this be solved somehow? Is it possible that the web interface does not take into account the settings in the smartd.conf file?


    Thanks for help.

    Adam

  • votdev

    Hat das Label OMV 5.x hinzugefügt.
  • Links to outputs (too many characters):


    It looks like the smartctl works..


    1. smartctl -x /dev/sdd

    2. cat /proc/partitions && blkid

    Code
    root@openmediavault:~# python3
    Python 3.7.3 (default, Jul 25 2020, 13:03:44) 
    [GCC 8.3.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import openmediavault.device
    >>> sd = openmediavault.device.StorageDevice("/dev/sdd")
    >>> sd.host_driver
    'usb-storage'

    3. ls scripts


    the realpath command doesn't works:


    Code
    root@openmediavault:~# realpath ls -alh /sys/block/sdd/device/../../../driver
    realpath: érvénytelen kapcsoló -- "a"
    További információkért adja ki a(z) „realpath --help” parancsot.

    (invalid option -- "a" for more information please run "realpath --help" command)


    4. udevadm info -q all -a /dev/sdd


    After I change the /etc/openmediavault/config.xml


    original:


    Code
            <device>
              <uuid>4b6c4635-65ad-4043-92fa-43bf3aff6180</uuid>
              <enable>1</enable>
              <devicefile>/dev/disk/by-id/usb-WDC_WD15_EADS-00S2B0_1605000e618b-0:0</devicefile>
              <devicetype></devicetype>
            </device>

    to this:


    Code
            <device>
              <uuid>4b6c4635-65ad-4043-92fa-43bf3aff6180</uuid>
              <enable>1</enable>
              <devicefile>/dev/disk/by-id/usb-WDC_WD15_EADS-00S2B0_1605000e618b-0:0</devicefile>
              <devicetype>usbsunplus</devicetype>
            </device>


    I can turn on S.M.A.R.T. on OMV website but it doesn't show temperature:

    gBOAuk1.png

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!