From d9ed4e7c75c07cb110f92d35bcfa1b2308438eea Mon Sep 17 00:00:00 2001 From: jshen28 Date: Mon, 14 Dec 2020 14:54:46 +0800 Subject: [PATCH] Update batch.py Correct a typo Signed-off-by: shenjiatong (cherry picked from commit aa5f48780e469b3ed90f251a01cfa3e2a4f7beb0) --- 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 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) -- 2.39.5