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
|
# Whether to write zeros to a node's block devices after
|
||||||
# writing random data. This will write zeros to the device
|
# 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
|
# This option is only used if a device could not be ATA Secure
|
||||||
# Erased. Defaults to True. (boolean value)
|
# Erased. Defaults to True. (boolean value)
|
||||||
#shred_final_overwrite_with_zeros = true
|
#shred_final_overwrite_with_zeros = true
|
||||||
|
@ -53,7 +53,7 @@ opts = [
|
|||||||
help=_("Whether to write zeros to a node's block devices "
|
help=_("Whether to write zeros to a node's block devices "
|
||||||
"after writing random data. This will write zeros to "
|
"after writing random data. This will write zeros to "
|
||||||
"the device even when "
|
"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 "
|
"option is only used if a device could not be ATA "
|
||||||
"Secure Erased. Defaults to True.")),
|
"Secure Erased. Defaults to True.")),
|
||||||
cfg.BoolOpt('continue_if_disk_secure_erase_fails',
|
cfg.BoolOpt('continue_if_disk_secure_erase_fails',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user