Merge "Fix typo: interations -> iterations."
This commit is contained in:
commit
d5e1a85eed
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user