Fix typo: interations -> iterations.
Change-Id: I042d3f5a94a0291cfd9c38027e2c1ae289f31168 Signed-off-by: Lukasz <lleszczuk@gmail.com>
This commit is contained in:
parent
d1e10ba059
commit
ae05492d16
@ -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