taken straight from the man page.

Signed-off-by: Fabian Grünbichler <f.gruenbich...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to