Fix typo: interations -> iterations.

Change-Id: I042d3f5a94a0291cfd9c38027e2c1ae289f31168
Signed-off-by: Lukasz <lleszczuk@gmail.com>
This commit is contained in:
lukasz 2016-08-18 21:42:55 +02:00
parent d1e10ba059
commit ae05492d16
2 changed files with 2 additions and 2 deletions

View File

@ -967,7 +967,7 @@
# Whether to write zeros to a node's block devices after
# writing random data. This will write zeros to the device
# even when deploy.shred_random_overwrite_interations is 0.
# even when deploy.shred_random_overwrite_iterations is 0.
# This option is only used if a device could not be ATA Secure
# Erased. Defaults to True. (boolean value)
#shred_final_overwrite_with_zeros = true

View File

@ -53,7 +53,7 @@ opts = [
help=_("Whether to write zeros to a node's block devices "
"after writing random data. This will write zeros to "
"the device even when "
"deploy.shred_random_overwrite_interations is 0. This "
"deploy.shred_random_overwrite_iterations is 0. This "
"option is only used if a device could not be ATA "
"Secure Erased. Defaults to True.")),
cfg.BoolOpt('continue_if_disk_secure_erase_fails',