diff options
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index 4824d13..23ccdf1 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -75,6 +75,7 @@ command: requires: device.path == "$path" block_device.`ls /sys$path/block`_state != 'removable' + block_device.`ls /sys$path/block`_smart == 'True' description: This tests the SMART capabilities for $product (Note that this test will not work against hardware RAID) user: root |