]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: add space between words 26246/head
authorSébastien Han <seb@redhat.com>
Fri, 1 Feb 2019 17:45:45 +0000 (18:45 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 1 Feb 2019 17:48:42 +0000 (18:48 +0100)
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>
src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 18c947766c8ac9528bd598ffd389e190e611471d..b038ee4594ad61e34ba48362d93d39c51e21bb5a 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(