Add missing space to num_iser_scan_tries text
Should read "...rescan iSER target to" rather than "targetto". Change-Id: I785f67f3a029f06c0184762ddf795202ae198397
This commit is contained in:
parent
64c6eea42a
commit
b5e98afc95
@ -64,7 +64,7 @@ volume_opts = [
|
||||
' to find volume'),
|
||||
cfg.IntOpt('num_iser_scan_tries',
|
||||
default=3,
|
||||
help='The maximum number of times to rescan iSER target'
|
||||
help='The maximum number of times to rescan iSER target '
|
||||
'to find volume'),
|
||||
cfg.IntOpt('iser_num_targets',
|
||||
default=100,
|
||||
|
@ -1038,7 +1038,7 @@
|
||||
# (integer value)
|
||||
#num_volume_device_scan_tries=3
|
||||
|
||||
# The maximum number of times to rescan iSER targetto find
|
||||
# The maximum number of times to rescan iSER target to find
|
||||
# volume (integer value)
|
||||
#num_iser_scan_tries=3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user