From a151e111a2710e864bd66a44db38685459cf55c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Fri, 1 Feb 2019 18:45:45 +0100 Subject: [PATCH] ceph-volume: add space between words MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/ceph-volume/ceph_volume/devices/lvm/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/batch.py b/src/ceph-volume/ceph_volume/devices/lvm/batch.py index 18c947766c8..b038ee4594a 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( -- 2.47.3