From: Sébastien Han Date: Fri, 1 Feb 2019 17:45:45 +0000 (+0100) Subject: ceph-volume: add space between words X-Git-Tag: v14.1.0~146^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a151e111a2710e864bd66a44db38685459cf55c8;p=ceph.git ceph-volume: add space between words 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 --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/batch.py b/src/ceph-volume/ceph_volume/devices/lvm/batch.py index 18c947766c8a..b038ee4594ad 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/batch.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/batch.py @@ -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(