Differences between revisions 2 and 3
Revision 2 as of 2017-10-11 00:28:15
Size: 738
Editor: shran
Comment:
Revision 3 as of 2017-10-11 00:28:58
Size: 740
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Edit `/etc/smartd.conf`

comment the DEVICESCAN line
Edit `/etc/smartd.conf` and comment the DEVICESCAN line.

KVM Host S.M.A.R.T

The S.M.A.R.T system is used in almost all disks today, and is in many cases able to report that a a disk is about to fail. Using the S.M.A.R.T features we can make sure that we replace the faulty hardware before it becomes a real problem.

Install the smartmontools package.

# apt-get install smartmontools

Edit /etc/smartd.conf and comment the DEVICESCAN line.

#DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner

Add the following to the end of the file

/dev/sdc -d ata -l error -l xerror -l selftest -s L/../../4/04 -m root -M daily -f
/dev/sdd -d ata -l error -l xerror -l selftest -s L/../../4/04 -m root -M daily -f

None: KVM Host S.M.A.R.T (last edited 2021-01-22 13:28:26 by Kristian Kallenberg)