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:
Eric Harney 2013-10-28 16:50:48 -04:00
parent 64c6eea42a
commit b5e98afc95
2 changed files with 2 additions and 2 deletions
cinder/volume
etc/cinder

@ -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