summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2022-11-15 14:54:07 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2022-11-16 13:35:35 +0100
commit26a6b4ed00e92ef1db3bb5bdb6092b82af660ff4 (patch)
tree3f83f00d03a3e7c5e8ed9a77b8a16d0e6dcbf60c
parent9e9b248216ef47f8ba1b4b20f205dc6a95ce7ec1 (diff)
downloadironic-26a6b4ed00e92ef1db3bb5bdb6092b82af660ff4.tar.gz
[doc] Add documentation on SMART test after disk burn-in
Add documentation for 'agent_burnin_fio_disk_smart_test' option for disk burn-in. Story: #2007523 Task: #43383 Change-Id: I686acddeb353839b045d5c0ad944114cb938f414
-rw-r--r--doc/source/admin/hardware-burn-in.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/admin/hardware-burn-in.rst b/doc/source/admin/hardware-burn-in.rst
index 503664182..35f231d11 100644
--- a/doc/source/admin/hardware-burn-in.rst
+++ b/doc/source/admin/hardware-burn-in.rst
@@ -108,6 +108,13 @@ Then launch the test with:
baremetal node clean --clean-steps '[{"step": "burnin_disk", \
"interface": "deploy"}]' $NODE_NAME_OR_UUID
+In order to launch a parallel SMART self test on all devices after the
+disk burn-in (which will fail the step if any of the tests fail), set:
+
+.. code-block:: console
+
+ baremetal node set --driver-info agent_burnin_fio_disk_smart_test=True \
+ $NODE_NAME_OR_UUID
Network burn-in
===============