From: jshen28 Date: Mon, 14 Dec 2020 06:54:46 +0000 (+0800) Subject: Update batch.py X-Git-Tag: v15.2.10~33^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d9ed4e7c75c07cb110f92d35bcfa1b2308438eea;p=ceph.git Update batch.py Correct a typo Signed-off-by: shenjiatong (cherry picked from commit aa5f48780e469b3ed90f251a01cfa3e2a4f7beb0) --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/batch.py b/src/ceph-volume/ceph_volume/devices/lvm/batch.py index a6f7632b3170c..40c0fea4eec14 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/batch.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/batch.py @@ -102,7 +102,7 @@ def get_physical_fast_allocs(devices, type_, fast_slots_per_device, new_osds, ar requested_slots = getattr(args, '{}_slots'.format(type_)) if not requested_slots or requested_slots < fast_slots_per_device: if requested_slots: - mlogger.info('{}_slots argument is to small, ignoring'.format(type_)) + mlogger.info('{}_slots argument is too small, ignoring'.format(type_)) requested_slots = fast_slots_per_device requested_size = getattr(args, '{}_size'.format(type_), 0)