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)
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(