From 42ebc186ad86929f81d68979a467e5d55a3a4b07 Mon Sep 17 00:00:00 2001 From: Joshua Schmid Date: Wed, 8 Jan 2020 14:24:50 +0100 Subject: [PATCH] mgr/cephadm: fix typos Signed-off-by: Joshua Schmid --- src/python-common/ceph/deployment/drive_selection/selector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python-common/ceph/deployment/drive_selection/selector.py b/src/python-common/ceph/deployment/drive_selection/selector.py index 5b3252d1669..4a59fe5224f 100644 --- a/src/python-common/ceph/deployment/drive_selection/selector.py +++ b/src/python-common/ceph/deployment/drive_selection/selector.py @@ -79,7 +79,7 @@ class DriveSelection(object): @staticmethod def _has_mandatory_idents(disk): # type: (Device) -> bool - """ Check for mandatory indentification fields + """ Check for mandatory identification fields """ if disk.path: logger.debug("Found matching disk: {}".format(disk.path)) @@ -117,7 +117,7 @@ class DriveSelection(object): for disk in self.disks.devices: logger.debug("Processing disk {}".format(disk.path)) - # continue criterias + # continue criteria assert _filter.matcher is not None if not disk.available: -- 2.39.5