diff options
| author | Arne Wiebalck <Arne.Wiebalck@cern.ch> | 2021-06-28 10:49:15 +0200 |
|---|---|---|
| committer | Arne Wiebalck <Arne.Wiebalck@cern.ch> | 2021-07-13 11:36:31 +0200 |
| commit | cacdd9bab3e46ee5717c34c4facc27c14158bd70 (patch) | |
| tree | 3c0374c70704debc31f2ff969abf5c43c35a7d94 /doc | |
| parent | 20e145e4da853cd759387e8d8727086f399e51b3 (diff) | |
| download | ironic-python-agent-cacdd9bab3e46ee5717c34c4facc27c14158bd70.tar.gz | |
Burn-in: Add network step
Add a clean step for network burn-in via fio. Get basic
run parameters from the node's driver_info.
Story: #2007523
Task: #42385
Change-Id: I2861696740b2de9ec38f7e9fc2c5e448c009d0bf
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/admin/hardware_managers.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/admin/hardware_managers.rst b/doc/source/admin/hardware_managers.rst index 4228dd85..290fcf0f 100644 --- a/doc/source/admin/hardware_managers.rst +++ b/doc/source/admin/hardware_managers.rst @@ -82,6 +82,9 @@ Clean steps ``deploy.burnin_memory`` Stress-test the memory of a node via stress-ng for a configurable amount of time. Disabled by default. +``deploy.burnin_network`` + Stress-test the network of a pair of nodes via fio for a configurable + amount of time. Disabled by default. ``deploy.erase_devices`` Securely erases all information from all recognized disk devices. Relatively fast when secure ATA erase is available, otherwise can take |
