From 26a6b4ed00e92ef1db3bb5bdb6092b82af660ff4 Mon Sep 17 00:00:00 2001 From: Arne Wiebalck Date: Tue, 15 Nov 2022 14:54:07 +0100 Subject: [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 --- doc/source/admin/hardware-burn-in.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 =============== -- cgit v1.2.1