Skip to content

Commit 23aa3c2

Browse files
committedJul 22, 2024·
Add note about SMART and HBA
Signed-off-by: Volker Theile <votdev@gmx.de> (cherry picked from commit 03177c6) Signed-off-by: Volker Theile <votdev@gmx.de>
1 parent 5801429 commit 23aa3c2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎administration/storage/smart.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ There are several tools for accessing those attributes. |omv| reads and monitors
77

88
Notifications are integrated with smartmontools. Changes in S.M.A.R.T values are reported via mail.
99

10+
.. note::
11+
12+
Please note that SMART is not supported by |omv| for disks that are
13+
assembled as a RAID via HBA. |omv| only supports SMART for those
14+
disks that are connected to an HBA in pass-through mode.
15+
1016
General
1117
-------
1218

@@ -18,8 +24,6 @@ Devices
1824
-------
1925
The grid displays all current block devices in the system with SMART capabilities. From this grid by selecting a drive you can configure if you want smartmontools to watch and inform for any SMART attributes changes during uptime using the edit button.
2026

21-
Smartmontools is configured in this file :file:`/etc/smartd.conf`.
22-
2327
The information button displays several tabs which provide friendly parsed information about the drive. The last tab has all the information in raw text.
2428

2529
The grid columns shows different identification values for the drive, the last one (Status) reports a green icon if drive is in good condition or red if drive needs some attention, if you hover on the icon a tooltip that will report more details. The code that reports the red icon is based on this function `here <https://github.com/openmediavault/openmediavault/blob/9ddc8b66f3f666987157a0e7b84d57e7c10f9ba4/deb/openmediavault/usr/share/php/openmediavault/system/storage/smartinformation.inc#L93-L98>`_ and `here <https://github.com/openmediavault/openmediavault/blob/9ddc8b66f3f666987157a0e7b84d57e7c10f9ba4/deb/openmediavault/usr/share/php/openmediavault/system/storage/smartinformation.inc#L235-L262>`_, so basically the red icon will be triggered only on attributes with the prefailure (P) flag when:

0 commit comments

Comments
 (0)
Please sign in to comment.