Merge "Document 'erase_devices_iterations' config option"

This commit is contained in:
Jenkins 2015-11-18 10:02:28 +00:00 committed by Gerrit Code Review
commit cc8ead6c17

View File

@ -100,6 +100,15 @@ following config::
[ilo]
clean_priority_erase_devices=0
Generic hardware manager first tries to perform ATA disk erase by using
``hdparm`` utility. If ATA disk erase is not supported, it performs software
based disk erase using ``shred`` utility. By default, the number of iterations
performed by ``shred`` for software based disk erase is 1. To configure
the number of iterations, use the following config::
[deploy]
erase_devices_iterations=1
What cleaning step is running?
------------------------------