Files
webmin/smart-status/help/config_raid_devices.html
Ilia Ross 65f5beeb11
Some checks failed
Tests / prove (push) Has been cancelled
Package and upload artifacts / build (push) Has been cancelled
Add hardware RAID passthrough devices config
Add an opt-in SMART module config option for manually listing hardware RAID passthrough devices, expose configured physical disks to smartctl, and document the option.

https://github.com/webmin/webmin/issues/1704
2026-06-21 19:47:19 +02:00

14 lines
561 B
HTML

<header>Hardware RAID passthrough devices</header>
This option can be used to add physical disks behind hardware RAID
controllers when they are not detected automatically, but can be queried
by <tt>smartctl</tt> through a passthrough device. Leave it empty unless
you need to monitor disks behind such a controller. <p>
For example, <tt>/dev/sg0 cciss 0 3</tt> adds three <tt>cciss</tt>
physical disks numbered 0, 1 and 2 through the <tt>/dev/sg0</tt>
passthrough device. The final value is the number of disks to add, not the
last disk number. <p>
<footer>