Skip to content

Commit

Permalink
drivedb.h: Add xerrorlba flag to the WD Caviar Black (#1558) family
Browse files Browse the repository at this point in the history
smartd.service: add comment about virtualisation



git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools@5301 4ea69e1a-61f1-4043-bf83-b5c94c648137
  • Loading branch information
samm2 committed Jan 14, 2022
1 parent fc66196 commit 5c82405
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
$Id$

2022-01-14 Alex Samorukov <[email protected]>

drivedb.h: Add xerrorlba flag to the WD Caviar Black (#1558) family
smartd.service: add comment about virtualisation

2022-01-09 Douglas Gilbert <[email protected]>

scsiprint.cpp, scsicmds.h/.cpp: do some preliminary
Expand Down
2 changes: 1 addition & 1 deletion drivedb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4787,7 +4787,7 @@ const drive_settings builtin_knowndrives[] = {
"WDC WD((500|640)1AAL|7501AA[EL]|1001FA[EL]|2001FAS)S-.*|"
"WDC WD(2002|7502|1502|5003|1002|5002)(FAE|AAE|AZE|AAL)X-.*", // could be
// WD2002FAEX, WD7502AAEX, WD1502FAEX, WD5003AZEX, WD1002FAEX, WD5002AALX
"", "", ""
"", "", "-F xerrorlba" // WDC WD6401AALS-00L3B2/01.03B01 (ticket #1558)
},
{ "Western Digital Black", // tested with
// WDC WD1003FZEX-00MK2A0/01.01A01, WDC WD3001FAEX-00MJRA0/01.01L01,
Expand Down
3 changes: 3 additions & 0 deletions smartd.service.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[Unit]
Description=Self Monitoring and Reporting Technology (SMART) Daemon
Documentation=man:smartd(8) man:smartd.conf(5)

# Typically physical storage devices are managed by the host physical machine
# Override it if you are using PCI/USB passthrough
ConditionVirtualization=no

[Service]
Expand Down

0 comments on commit 5c82405

Please sign in to comment.