From: Inhye Park Date: Mon, 2 Jun 2014 07:38:37 +0000 (+0900) Subject: Fixed the comment spelling error - voumes to volumes X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7ef73d325bac3a57970be1fc0cfe8b0d871f533e;p=openstack-build%2Fcinder-build.git Fixed the comment spelling error - voumes to volumes Closes-bug: #1325481 Change-Id: I38a1d9df98c709d3ca173fa61315ad3f7ca9ffdc --- diff --git a/cinder/volume/driver.py b/cinder/volume/driver.py index ae8753f3a..a398c04c8 100644 --- a/cinder/volume/driver.py +++ b/cinder/volume/driver.py @@ -68,7 +68,7 @@ volume_opts = [ 'for volume to image and image to volume transfers?'), cfg.StrOpt('volume_clear', default='zero', - help='Method used to wipe old voumes (valid options are: ' + help='Method used to wipe old volumes (valid options are: ' 'none, zero, shred)'), cfg.IntOpt('volume_clear_size', default=0, diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 9204aa797..4784a5696 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -974,7 +974,7 @@ # value) #use_multipath_for_image_xfer=false -# Method used to wipe old voumes (valid options are: none, +# Method used to wipe old volumes (valid options are: none, # zero, shred) (string value) #volume_clear=zero