From 2fca8c1d9232d6193518bd7f06182ef3e89ba900 Mon Sep 17 00:00:00 2001 From: "William Hirigoyen (Evolix)" Date: Thu, 23 Sep 2021 09:49:17 +0200 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9cisions=20sur=20l'option=20-d=20nvme=20?= =?UTF-8?q?de=20smartd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSmart.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HowtoSmart.md b/HowtoSmart.md index 69e7390a..b24dc08b 100644 --- a/HowtoSmart.md +++ b/HowtoSmart.md @@ -406,7 +406,9 @@ Device does not support Self Test logging ### Support NVME -Par défaut SMART ne surveille pas les disques NVME car le support est jugé instable. On pourra tout de même les surveiller en ajoutant `-d nvme` dans la configuration. +Les disques NVME ne sont pas surveillés par défaut, il faut `-d nvme` dans la configuration. + +Cette fonctionnalité est expérimentale pour les Debian antérieures à Bullseye. ~~~ { .diff } diff --git a/smartd.conf b/smartd.conf @@ -419,4 +421,4 @@ index 4cdede7..81619c9 100644 # list the devices that they wish to monitor. -DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner +DEVICESCAN -d removable -d nvme -n standby -m root -M exec /usr/share/smartmontools/smartd-runner -~~~ \ No newline at end of file +~~~