]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: add space between words
authorSébastien Han <seb@redhat.com>
Fri, 1 Feb 2019 17:45:45 +0000 (18:45 +0100)
committerJan Fajerski <jfajerski@suse.com>
Fri, 19 Jul 2019 11:54:43 +0000 (13:54 +0200)
The current help of batch was showing:

rotational drivesare passed in DEVICES

This commit fixes it and now we have:

rotational drives are passed in DEVICES

Tremendous fix, I know.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit a151e111a2710e864bd66a44db38685459cf55c8)

src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 91b79f9119ad780cb6fb330cef1aff55c0a570da..e5bbe40d7df8d2452fd20589f714af25dff767e8 100644 (file)
@@ -174,7 +174,7 @@ class Batch(object):
         parser.add_argument(
             '--no-auto',
             action='store_true',
-            help=('deploy standalone OSDs if rotational and non-rotational drives'
+            help=('deploy standalone OSDs if rotational and non-rotational drives '
                   'are passed in DEVICES'),
         )
         parser.add_argument(