Merge "Fix typo: interations -> iterations."

This commit is contained in:
Jenkins 2016-08-19 01:26:24 +00:00 committed by Gerrit Code Review
commit d5e1a85eed
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',