]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add missing space to num_iser_scan_tries text
authorEric Harney <eharney@redhat.com>
Mon, 28 Oct 2013 20:50:48 +0000 (16:50 -0400)
committerEric Harney <eharney@redhat.com>
Mon, 28 Oct 2013 20:51:40 +0000 (16:51 -0400)
Should read "...rescan iSER target to" rather than
"targetto".

Change-Id: I785f67f3a029f06c0184762ddf795202ae198397

cinder/volume/driver.py
etc/cinder/cinder.conf.sample

index 226fbef20e67ccdf2a7393479b55e18ef200e484..a286b4b3b7d3d38975f274729acca830a43efb1f 100644 (file)
@@ -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,
index 0f13634b63f12fbfa61d082d187c30b31bda50d3..8ab46e8e02104c99836f5cc47278c1f8e5fdcce4 100644 (file)
 # (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