ironic-python-agent/releasenotes/notes/add-smart-test-to-disk-burnin-d02d31e23e5efa9a.yaml
Arne Wiebalck c6b1cb1c32 Burn-in: Add SMART self test to disk burn-in
Add the option to run a SMART self test right after
the disk burn-in. The disk burn-in step will fail if
the SMART test on any of the disk fails.

Story: #2007523
Task: #43383

Change-Id: I1312d5b71bedd044581a136af0b4c43769d21877
2021-12-06 09:09:35 +01:00

8 lines
283 B
YAML

---
features:
- |
Add 'agent_burnin_fio_disk_smart_test' option in driver-info for disk
burn-in. If set to True, this option will launch a parallel SMART self
test on all devices after the disk burn-in and fail the disk burn-in
clean step if any of the tests fail.