[pve-devel] [PATCH docs] fix #6388: disk health: sync list of scanned devices
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon May 12 10:23:47 CEST 2025
taken straight from the man page.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Notes:
switched to a list to avoid weird reflows in the middle of device paths, but
not too happy about that either..
pve-disk-health-monitoring.adoc | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/pve-disk-health-monitoring.adoc b/pve-disk-health-monitoring.adoc
index 0109860..64218cf 100644
--- a/pve-disk-health-monitoring.adoc
+++ b/pve-disk-health-monitoring.adoc
@@ -33,9 +33,16 @@ you can enable it with the command:
For more information on how to use smartctl, please see `man smartctl`.
-By default, smartmontools daemon smartd is active and enabled, and scans
-the disks under /dev/sdX and /dev/hdX every 30 minutes for errors and warnings, and sends an
-e-mail to root if it detects a problem.
+By default, the smartmontools daemon smartd is active and enabled, and scans
+any devices matching
+
+- `/dev/sd[a-z]`
+- `/dev/sd[a-z][a-z]`
+- `/dev/hd[a-t]`
+- or `/dev/nvme[0-99]`
+
+every 30 minutes for errors and warnings, and sends an e-mail to root if it
+detects a problem.
For more information about how to configure smartd, please see `man smartd` and
`man smartd.conf`.
--
2.39.5
More information about the pve-devel
mailing list