Search results

  1. C

    cephfs mds are failing

    Good evening, we are running ceph 16.2.9 on Proxmox 7.3 with 69 OSDs and cephfs. Since an unexpected power outage in our hometown, and diesel that was only backing up 90 minutes, we cannot access one of our cephfs pools anymore. The mds are trying to start, reconnect, replay and end up stopped...
  2. C

    Issues with HP P420i and SMART

    In my setup it now works as expected, showing drive details and SMART info. Your HP raid controller is in HBA mode, right? Screenshot (pve and disk details are whitened)
  3. C

    Issues with HP P420i and SMART

    After you run the script, what does `echo $?` show? If it's not 0, the GUI will not include the information it seems.
  4. C

    Issues with HP P420i and SMART

    PVE 7.1-10. bash is factory default. The servers are HP DL380 Gen8.
  5. C

    Issues with HP P420i and SMART

    On our servers, smartctl exits with non-0 too. A quick hack to get the GUI working was for us to change the bash script wrapper /usr/sbin/smartctl: #exec $SMARTCTL "${OPTIONS[@]}" $SMARTCTL "${OPTIONS[@]}" exit 0